|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/AliasAnalysisEvaluator.cpp 116 Value *Callee = Call->getCalledValue();
lib/Analysis/InlineCost.cpp 1290 if (!isa<InlineAsm>(Call.getCalledValue()))
1301 Value *Callee = Call.getCalledValue();
lib/Analysis/InstructionSimplify.cpp 5204 Value *Callee = Call->getCalledValue();
lib/Analysis/MemorySSA.cpp 169 if (Call->getCalledValue() != Other.Call->getCalledValue())
169 if (Call->getCalledValue() != Other.Call->getCalledValue())
205 MLOC.getCall()->getCalledValue()));
lib/Bitcode/Writer/BitcodeWriter.cpp 2757 const Value *Callee = II->getCalledValue();
2833 const Value *Callee = CBI->getCalledValue();
3011 pushValueAndType(CI.getCalledValue(), InstID, Vals); // Callee
lib/CodeGen/CodeGenPrepare.cpp 1780 if (TLI && isa<InlineAsm>(CI->getCalledValue())) {
4477 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue());
lib/CodeGen/GlobalISel/IRTranslator.cpp 1527 const InlineAsm &IA = cast<InlineAsm>(*CI.getCalledValue());
1677 const Value *Callee = I.getCalledValue();
lib/CodeGen/PreISelIntrinsicLowering.cpp 40 if (!CI || CI->getCalledValue() != &F)
lib/CodeGen/SelectionDAG/FastISel.cpp 1281 CLI.setCallee(RetTy, FuncTy, CI->getCalledValue(), std::move(Args), CS)
1291 if (const InlineAsm *IA = dyn_cast<InlineAsm>(Call->getCalledValue())) {
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 346 if (isa<InlineAsm>(CI->getCalledValue()))
2754 const Value *Callee(I.getCalledValue());
2834 assert(isa<InlineAsm>(I.getCalledValue()) &&
7536 if (isa<InlineAsm>(I.getCalledValue())) {
7708 SDValue Callee = getValue(I.getCalledValue());
8696 Callee = getValue(CI.getCalledValue());
lib/CodeGen/WasmEHPrepare.cpp 284 if (CI->getCalledValue() == GetExnF)
286 if (CI->getCalledValue() == GetSelectorF)
lib/IR/AsmWriter.cpp 3846 Operand = CI->getCalledValue();
3885 Operand = II->getCalledValue();
3928 Operand = CBI->getCalledValue();
lib/IR/Core.cpp 2840 return wrap(unwrap<CallBase>(Instr)->getCalledValue());
lib/IR/Instructions.cpp 267 const Value *V = getCalledValue();
453 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledValue(),
764 auto *NewII = InvokeInst::Create(II->getFunctionType(), II->getCalledValue(),
848 CBI->getCalledValue(),
lib/IR/Verifier.cpp 2818 Assert(Call.getCalledValue()->getType()->isPointerTy(),
2820 PointerType *FPTy = cast<PointerType>(Call.getCalledValue()->getType());
2854 = dyn_cast<Function>(Call.getCalledValue()->stripPointerCasts());
lib/Target/AArch64/AArch64PromoteConstant.cpp 306 return !(CI && isa<const InlineAsm>(CI->getCalledValue()));
lib/Target/AMDGPU/SIISelLowering.cpp11016 if (isa<InlineAsm>(CI->getCalledValue())) {
lib/Target/ARM/ARMFastISel.cpp 2296 const Value *Callee = CI->getCalledValue();
lib/Target/ARM/ARMISelLowering.cpp15564 InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
lib/Target/BPF/BPFAbstractMemberAccess.cpp 236 const auto *GV = dyn_cast<GlobalValue>(Call->getCalledValue());
lib/Target/NVPTX/NVPTXISelLowering.cpp 1394 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue();
lib/Target/PowerPC/PPCTargetTransformInfo.cpp 267 if (InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue())) {
lib/Target/WebAssembly/WebAssemblyFastISel.cpp 758 if (!IsDirect && isa<ConstantExpr>(Call->getCalledValue()))
864 CalleeReg = getRegForValue(Call->getCalledValue());
lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp 307 cast<Function>(CallMain->getCalledValue()->stripPointerCasts());
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp 381 if (auto *F = dyn_cast<Function>(CI->getCalledValue()))
397 Args.push_back(CI->getCalledValue());
449 Value *Callee = CI->getCalledValue();
757 bool NeedInvoke = AllowExceptions && canThrow(II->getCalledValue());
772 IRB.CreateCall(II->getFunctionType(), II->getCalledValue(), Args);
965 const Value *Callee = CI->getCalledValue();
lib/Target/X86/X86ISelLowering.cpp45243 InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
lib/Transforms/Coroutines/CoroSplit.cpp 953 if (auto *CalledValue = Call->getCalledValue())
lib/Transforms/IPO/GlobalOpt.cpp 631 if (CI->getCalledValue() != V) {
636 if (II->getCalledValue() != V) {
lib/Transforms/InstCombine/InstCombineCalls.cpp 3934 Value *AssumeIntrinsic = II->getCalledValue();
4299 Value *Callee = Call.getCalledValue();
4409 auto *Callee = dyn_cast<Function>(Call.getCalledValue()->stripPointerCasts());
4527 PointerType *APTy = cast<PointerType>(Call.getCalledValue()->getType());
4695 Value *Callee = Call.getCalledValue();
lib/Transforms/Instrumentation/AddressSanitizer.cpp 1382 auto *F = dyn_cast<Function>(CI->getCalledValue());
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 1501 IRB.CreateCall(I.getFunctionType(), I.getCalledValue(),
lib/Transforms/Instrumentation/MemorySanitizer.cpp 2723 Value *Shift = IRB.CreateCall(I.getFunctionType(), I.getCalledValue(),
3695 InlineAsm *IA = cast<InlineAsm>(CB->getCalledValue());
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 383 dbgs() << "Safepoint For: " << Call->getCalledValue()->getName() << "\n";
1461 Value *CallTarget = Call->getCalledValue();
lib/Transforms/Utils/InlineFunction.cpp 533 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue()))
lib/Transforms/Utils/Local.cpp 1946 II->getCalledValue(), Args, OpBundles);
1997 InvokeInst::Create(CI->getFunctionType(), CI->getCalledValue(), Split,
2028 Value *Callee = CI->getCalledValue();
2103 Value *Callee = II->getCalledValue();
lib/Transforms/Utils/LowerInvoke.cpp 55 CallInst::Create(II->getFunctionType(), II->getCalledValue(),
tools/clang/lib/CodeGen/CGCall.cpp 2623 if (call->getCalledValue() == CGF.CGM.getObjCEntrypoints().objc_retain) {
2625 } else if (call->getCalledValue() == CGF.CGM.getObjCEntrypoints()
2642 assert(cast<llvm::CallInst>(prev)->getCalledValue() ==
2687 retainCall->getCalledValue() != CGF.CGM.getObjCEntrypoints().objc_retain)
tools/clang/lib/CodeGen/CGObjC.cpp 2148 assert(call->getCalledValue() == CGM.getObjCEntrypoints().objc_retainBlock);
tools/clang/lib/CodeGen/CodeGenFunction.cpp 2344 cast<llvm::CallInst>(Assumption)->getCalledValue() ==
tools/lldb/source/Expression/IRInterpreter.cpp 1489 const llvm::Value *val = call_inst->getCalledValue();
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp 468 return GetFunction(inst->getCalledValue());
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp 1403 llvm::Value *val = call->getCalledValue();
tools/llvm-diff/DiffConsumer.cpp 58 printValue(cast<CallInst>(V)->getCalledValue(), isL);
61 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
tools/llvm-diff/DifferenceEngine.cpp 641 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
641 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
654 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue()))
654 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue()))