Searched refs:call_inst (Results 1 – 4 of 4) sorted by relevance
289 CallInst *call_inst = dyn_cast<CallInst>(inst); in InstrumentInstruction() local291 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 …]
258 bool MaybeHandleCallArguments(llvm::CallInst *call_inst);
554 CallInst *call_inst = dyn_cast<CallInst>(&ii); in CanInterpret() local556 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() local1394 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()
1874 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)>;