Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp289 CallInst *call_inst = dyn_cast<CallInst>(inst); in InstrumentInstruction() local
291 if (!call_inst) in InstrumentInstruction()
309 if (call_inst->hasStructRetAttr()) { in InstrumentInstruction()
310 target_object = call_inst->getArgOperand(1); in InstrumentInstruction()
311 selector = call_inst->getArgOperand(2); in InstrumentInstruction()
313 target_object = call_inst->getArgOperand(0); in InstrumentInstruction()
314 selector = call_inst->getArgOperand(1); in InstrumentInstruction()
318 target_object = call_inst->getArgOperand(1); in InstrumentInstruction()
319 selector = call_inst->getArgOperand(2); in InstrumentInstruction()
369 CallInst *call_inst = dyn_cast<CallInst>(&i); in InspectInstruction() local
[all …]
H A DIRForTarget.h258 bool MaybeHandleCallArguments(llvm::CallInst *call_inst);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp554 CallInst *call_inst = dyn_cast<CallInst>(&ii); in CanInterpret() local
556 if (!call_inst) { in CanInterpret()
562 if (!CanIgnoreCall(call_inst) && !support_function_calls) { in CanInterpret()
1392 const CallInst *call_inst = cast<CallInst>(inst); in Interpret() local
1394 if (CanIgnoreCall(call_inst)) in Interpret()
1398 llvm::Type *returnType = call_inst->getType(); in Interpret()
1429 const llvm::Value *val = call_inst->getCalledOperand(); in Interpret()
1441 llvm::FunctionType *prototype = call_inst->getFunctionType(); in Interpret()
1444 const int numArgs = call_inst->arg_size(); in Interpret()
1458 llvm::Value *arg_op = call_inst->getArgOperand(i); in Interpret()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td1874 defvar call_inst = !cast<NVPTXInst>("CALL" # convergent_suffix);
1876 (call_inst (to_tglobaladdr $addr), imm:$rets, imm:$params, imm:$proto)>;
1878 (call_inst $addr, imm:$rets, imm:$params, imm:$proto)>;
1880 (call_inst $addr, imm:$rets, imm:$params, imm:$proto)>;