Searched refs:getCalledValue (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2446 cast<llvm::CallInst>(Assumption)->getCalledValue() ==
H A DCGObjC.cpp2163 assert(call->getCalledValue() == CGM.getObjCEntrypoints().objc_retainBlock);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp891 TheFn, VCallSite.CS.getCalledValue()->getType()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2719 Value *Shift = IRB.CreateCall(I.getFunctionType(), I.getCalledValue(),
3743 InlineAsm *IA = cast<InlineAsm>(CB->getCalledValue());
H A DAddressSanitizer.cpp1383 auto *F = dyn_cast<Function>(CI->getCalledValue());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1880 if (TLI && isa<InlineAsm>(CI->getCalledValue())) {
4591 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1173 GenericValue SRC = getOperandValue(SF.Caller.getCalledValue(), SF);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2296 const Value *Callee = CI->getCalledValue();
H A DARMISelLowering.cpp15838 InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2840 return wrap(unwrap<CallBase>(Instr)->getCalledValue());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1395 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6068 CS.getCalledValue() == I;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5291 Value *Callee = Call->getCalledValue();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4251 const InlineAsm *IA = cast<InlineAsm>(CS.getCalledValue());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11074 if (isa<InlineAsm>(CI->getCalledValue())) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5309 MachinePointerInfo MPI(CS ? CS.getCalledValue() : nullptr);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 707 milliseconds

123