starts_with       869 src/BoundsInference.cpp             if (starts_with(op->name, stages[i].stage_prefix)) {
starts_with        37 src/CanonicalizeGPUVars.cpp         if (starts_with(op->name, prefix)) {
starts_with      1447 src/CodeGen_Hexagon.cpp     if (starts_with(op->name, "halide.hexagon.")) {
starts_with       209 src/CodeGen_Internal.cpp     return starts_with(name, "halide_error_");
starts_with       247 src/CodeGen_OpenGLCompute_Dev.cpp         if (starts_with(op->name, "__shared_")) {
starts_with       342 src/CodeGen_OpenGLCompute_Dev.cpp     if (!starts_with(op->name, "__shared_")) {
starts_with       515 src/Elf.cpp            if (i->get_type() == Section::SHT_PROGBITS && starts_with(i->get_name(), ".text")) {
starts_with        50 src/HexagonOptimize.cpp     return starts_with(c->name, name);
starts_with      1228 src/HexagonOptimize.cpp         if (starts_with(op->name, "halide.hexagon.")) {
starts_with        41 src/InferArguments.cpp             if (name == output.name() || starts_with(name, output.name() + ".")) {
starts_with       480 src/InjectHostDevBufferCopies.cpp                 if (buf_name == op->name || starts_with(buf_name, op->name + ".")) {
starts_with       490 src/InjectHostDevBufferCopies.cpp                     if ((buf_name == op->name || starts_with(buf_name, op->name + ".")) &&
starts_with       272 src/Introspection.cpp             starts_with(actual_type, query_type.substr(0, query_type.size()-1))) {
starts_with       184 src/JITModule.cpp             if (iter == m.exports().end() && starts_with(name, "_")) {
starts_with       473 src/LLVM_Runtime_Linker.cpp         bool is_halide_extern_c_sym = Internal::starts_with(f.getName(), "halide_");
starts_with        46 src/Prefetch.cpp         if (!current_func || !starts_with(loop_name, current_func->name() + ".s" + std::to_string(stage))) {
starts_with        96 src/Schedule.cpp     return Internal::starts_with(loop, contents->func_name + ".") &&
starts_with       588 src/ScheduleFunctions.cpp             starts_with(op->name, func + ".") &&
starts_with       853 src/ScheduleFunctions.cpp             starts_with(v->name, func.name() + ".") &&
starts_with        25 src/SkipStages.cpp         if (starts_with(op->name, "halide_memoization")) {
starts_with        31 src/SkipStages.cpp                 starts_with(var->name, func + ".") &&
starts_with       251 src/SkipStages.cpp         internal_assert(starts_with(op->name, "halide_memoization"));
starts_with       255 src/SkipStages.cpp                 starts_with(var->name, buffer + ".") &&
starts_with        57 src/UnifyDuplicateLets.cpp                       starts_with(op->name + ".", producing));
starts_with        98 src/Util.h     EXPORT bool starts_with(const std::string &str, const std::string &prefix);
starts_with        17 src/Var.cpp        return Internal::starts_with(name, "_") &&