Home
last modified time | relevance | path

Searched defs:call_inst (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp27 bool isRSAPICall(llvm::Module &module, llvm::CallInst *call_inst) { in isRSAPICall()
41 bool isRSLargeReturnCall(llvm::Module &module, llvm::CallInst *call_inst) { in isRSLargeReturnCall()
70 bool isRSAllocationTyCallSite(llvm::Module &module, llvm::CallInst *call_inst) { in isRSAllocationTyCallSite()
80 llvm::FunctionType *cloneToStructRetFnTy(llvm::CallInst *call_inst) { in cloneToStructRetFnTy()
133 llvm::CallInst *call_inst = in findRSCallSites() local
155 for (auto call_inst : rs_callsites) { in fixupX86StructRetCalls() local
231 for (auto call_inst : rs_callsites) { in fixupRSAllocationStructByValCalls() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.h36 explicit DebugInlinedAtContext(Instruction* call_inst) in DebugInlinedAtContext()
Dwrap_opkill.cpp69 Instruction* call_inst = in ReplaceWithFunctionCall() local
Dinst_buff_addr_check_pass.cpp371 Instruction* call_inst = in GenSearchAndTest() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Ddebug_info_manager.h36 explicit DebugInlinedAtContext(Instruction* call_inst) in DebugInlinedAtContext()
Dwrap_opkill.cpp69 Instruction* call_inst = in ReplaceWithFunctionCall() local
Dinst_buff_addr_check_pass.cpp371 Instruction* call_inst = in GenSearchAndTest() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddebug_info_manager.h36 explicit DebugInlinedAtContext(Instruction* call_inst) in DebugInlinedAtContext()
Dwrap_opkill.cpp69 Instruction* call_inst = in ReplaceWithFunctionCall() local
Dinst_buff_addr_check_pass.cpp371 Instruction* call_inst = in GenSearchAndTest() local
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRDynamicChecks.cpp387 CallInst *call_inst = dyn_cast<CallInst>(inst); in InstrumentInstruction() local
472 CallInst *call_inst = dyn_cast<CallInst>(&i); in InspectInstruction() local
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp519 CallInst *call_inst = dyn_cast<CallInst>(&ii); in CanInterpret() local
1335 const CallInst *call_inst = cast<CallInst>(inst); in Interpret() local