CallType          533 src/Associativity.cpp         Expr f_call_0 = Call::make(t, "f", {x_idx}, Call::CallType::Halide, nullptr, 0);
CallType          578 src/Associativity.cpp         Expr f_call_0 = Call::make(t, "f", {x_idx}, Call::CallType::Halide, nullptr, 0);
CallType          612 src/Associativity.cpp     Expr f_call_0 = Call::make(t, "f", {x}, Call::CallType::Halide, nullptr, 0);
CallType          613 src/Associativity.cpp     Expr f_call_1 = Call::make(t, "f", {x}, Call::CallType::Halide, nullptr, 1);
CallType          614 src/Associativity.cpp     Expr f_call_2 = Call::make(t, "f", {x}, Call::CallType::Halide, nullptr, 2);
CallType          615 src/Associativity.cpp     Expr g_call_0 = Call::make(t, "g", {rx}, Call::CallType::Halide, nullptr, 0);
CallType          616 src/Associativity.cpp     Expr g_call_1 = Call::make(t, "g", {rx}, Call::CallType::Halide, nullptr, 1);
CallType          734 src/Associativity.cpp         Expr f_xy_call_0 = Call::make(t, "f", {x, y}, Call::CallType::Halide, nullptr, 0);
CallType          735 src/Associativity.cpp         Expr f_xy_call_1 = Call::make(t, "f", {x, y}, Call::CallType::Halide, nullptr, 1);
CallType          736 src/Associativity.cpp         Expr f_xy_call_2 = Call::make(t, "f", {x, y}, Call::CallType::Halide, nullptr, 2);
CallType          737 src/Associativity.cpp         Expr f_xy_call_3 = Call::make(t, "f", {x, y}, Call::CallType::Halide, nullptr, 3);
CallType          738 src/Associativity.cpp         Expr g_xy_call_0 = Call::make(t, "g", {rx, ry}, Call::CallType::Halide, nullptr, 0);
CallType          871 src/Func.cpp                                              f_store_args, Call::CallType::Halide,
CallType          885 src/Func.cpp                                      f_store_args, Call::CallType::Halide);
CallType          816 src/Function.cpp     Call::CallType call_type = Call::Extern;
CallType          537 src/IR.cpp     Expr Call::make(Type type, const std::string &name, const std::vector<Expr> &args, CallType call_type,
CallType          464 src/IR.h           CallType call_type;
CallType          559 src/IR.h           EXPORT static Expr make(Type type, const std::string &name, const std::vector<Expr> &args, CallType call_type,
CallType          221 src/WrapExternStages.cpp     Call::CallType call_type = Call::Extern;