Searched refs:call_inst (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Expression/
H A DIRDynamicChecks.cpp441 CallInst *call_inst = dyn_cast<CallInst>(inst); local
443 if (!call_inst)
444 return false; // call_inst really shouldn't be NULL, because otherwise InspectInstruction wouldn't have registered it
458 target_object = call_inst->getArgOperand(0);
459 selector = call_inst->getArgOperand(1);
462 target_object = call_inst->getArgOperand(1);
463 selector = call_inst->getArgOperand(2);
502 CallInst *call_inst = dyn_cast<CallInst>(&i); local
504 if (call_inst)
508 MDNode *metadata = call_inst
[all...]
/external/lldb/include/lldb/Expression/
H A DIRForTarget.h491 MaybeHandleCallArguments (llvm::CallInst *call_inst);
509 /// @param[in] call_inst
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp848 MCInst call_inst; local
849 call_inst.setOpcode(call_opcode);
850 call_inst.addOperand(call_target_mcop);
851 OS.EmitInstruction(call_inst, STI);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2491 glsl_to_tgsi_instruction *call_inst; local
2529 call_inst = emit(ir, TGSI_OPCODE_CAL);
2530 call_inst->function = entry;

Completed in 244 milliseconds