reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/TargetTransformInfoImpl.h
  867         Type *FTy = CS.getCalledValue()->getType()->getPointerElementType();
include/llvm/CodeGen/FastISel.h
  131       Callee = Call.getCalledValue();
include/llvm/IR/CallSite.h
  112     return dyn_cast<FunTy>(getCalledValue());
  117     const Value *V = getCalledValue();
  869       return CS.getCalledValue();
lib/Analysis/Lint.cpp
  226   Value *Callee = CS.getCalledValue();
lib/Analysis/ModuleSummaryAnalysis.cpp
  319       auto *CalledValue = CS.getCalledValue();
lib/Analysis/StackSafetyAnalysis.cpp
  337             dyn_cast<GlobalValue>(CS.getCalledValue()->stripPointerCasts());
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1572                      [&]() { return getOrCreateVReg(*CS.getCalledValue()); });
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  182         if (isa<InlineAsm>(CS.getCalledValue())) {
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8009     const InlineAsm *IA = cast<InlineAsm>(CS.getCalledValue());
 8042   const InlineAsm *IA = cast<InlineAsm>(CS.getCalledValue());
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4184   const InlineAsm *IA = cast<InlineAsm>(CS.getCalledValue());
lib/CodeGen/WinEHPrepare.cpp
  956             dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts());
lib/ExecutionEngine/Interpreter/Execution.cpp
 1173   GenericValue SRC = getOperandValue(SF.Caller.getCalledValue(), SF);
lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp
   37     auto Callee = dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts());
lib/Target/PowerPC/PPCISelLowering.cpp
 5065       MachinePointerInfo MPI(CS ? CS.getCalledValue() : nullptr);
lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
   80       Value *Callee = CS.getCalledValue();
lib/Target/X86/X86WinEHState.cpp
  769       if (CS.getCalledValue()->stripPointerCasts() !=
lib/Transforms/Coroutines/CoroSplit.cpp
 1088   auto *Callee = CS.getCalledValue()->stripPointerCasts();
 1118   auto *CalledValue = CS.getCalledValue();
lib/Transforms/IPO/CalledValuePropagation.cpp
  391     auto RegI = CVPLatticeKey(CS.getCalledValue(), IPOGrouping::Register);
lib/Transforms/IPO/GlobalOpt.cpp
  697       if (CS.getCalledValue() == V) {
lib/Transforms/IPO/PruneEH.cpp
  138               if (const auto *IA = dyn_cast<InlineAsm>(ICS.getCalledValue()))
lib/Transforms/IPO/WholeProgramDevirt.cpp
  876           TheFn, VCallSite.CS.getCalledValue()->getType()));
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1537   if ((F && F->isIntrinsic()) || isa<InlineAsm>(CS.getCalledValue())) {
 1550       DFSF.DFS.UnwrappedFnMap.find(CS.getCalledValue());
 1673       CS.getCalledValue()->getType()->getPointerElementType());
 1710         IRB.CreateBitCast(CS.getCalledValue(), PointerType::getUnqual(NewFT));
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  733     Value *Callee = CS.getCalledValue();
lib/Transforms/Instrumentation/ValueProfilePlugins.inc
   62       Value *Callee = CallSite(I).getCalledValue();
lib/Transforms/Utils/CallPromotionUtils.cpp
  265   if (CS.getCalledValue()->getType() != Callee->getType())
  266     Callee = Builder.CreateBitCast(Callee, CS.getCalledValue()->getType());
  267   auto *Cond = Builder.CreateICmpEQ(CS.getCalledValue(), Callee);
lib/Transforms/Utils/Evaluator.cpp
  271   auto *V = CS.getCalledValue();
  489       if (isa<InlineAsm>(CS.getCalledValue())) {
  572           InstResult = castCallResultIfNeeded(CS.getCalledValue(), C);
  595         InstResult = castCallResultIfNeeded(CS.getCalledValue(), RetVal);
lib/Transforms/Utils/InlineFunction.cpp
 2064             dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts());
lib/Transforms/Utils/Local.cpp
 2916     if (isa<InlineAsm>(ImmutableCallSite(I).getCalledValue()))
lib/Transforms/Utils/SimplifyCFG.cpp
 6010              CS.getCalledValue() == I;
tools/llvm-diff/DifferenceEngine.cpp
  227     if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
  227     if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {