Home
last modified time | relevance | path

Searched defs:GetCallers (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_util.cpp1023 std::vector<opt::Instruction*> GetCallers(opt::IRContext* ir_context, in GetCallers() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dfuzzer_util.cpp1023 std::vector<opt::Instruction*> GetCallers(opt::IRContext* ir_context, in GetCallers() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.cpp1023 std::vector<opt::Instruction*> GetCallers(opt::IRContext* ir_context, in GetCallers() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dshape_inference.cc834 ArrayRef<Operation*> ShapeInference::GetCallers(func::FuncOp fn) { in GetCallers() function in mlir::TF::ShapeInference