Home
last modified time | relevance | path

Searched refs:getCalledValue (Results 1 – 25 of 41) sorted by relevance

12

/trueos/contrib/llvm/tools/llvm-diff/
HDDifferenceEngine.cpp228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites()
608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()
621 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
HDDiffConsumer.cpp59 printValue(cast<CallInst>(V)->getCalledValue(), isL); in printValue()
62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL); in printValue()
/trueos/contrib/llvm/lib/Analysis/
HDCodeMetrics.cpp54 if (!isa<InlineAsm>(CS.getCalledValue())) in analyzeBasicBlock()
HDAliasAnalysisEvaluator.cpp163 Value *Callee = CS.getCalledValue(); in runOnFunction()
HDTargetTransformInfo.cpp422 Type *FTy = CS.getCalledValue()->getType()->getPointerElementType(); in getUserCost()
HDLint.cpp199 Value *Callee = CS.getCalledValue(); in visitCallSite()
/trueos/contrib/llvm/include/llvm/Support/
HDCallSite.h85 ValTy *getCalledValue() const { in getCalledValue() function
94 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction()
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp123 if (const InlineAsm *IA = dyn_cast<InlineAsm>(CS.getCalledValue())) { in set()
430 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
HDSelectionDAGBuilder.cpp313 if (isa<InlineAsm>(CI->getCalledValue())) in getCopyFromPartsVector()
405 if (isa<InlineAsm>(CI->getCalledValue())) in getCopyToParts()
1961 const Value *Callee(I.getCalledValue()); in visitInvoke()
5155 SDValue Arg = getValue(I.getCalledValue()); in visitIntrinsicCall()
5351 PointerType *PT = cast<PointerType>(CS.getCalledValue()->getType()); in LowerCallTo()
5844 if (isa<InlineAsm>(I.getCalledValue())) { in visitCall()
6001 Callee = getValue(I.getCalledValue()); in visitCall()
6194 const InlineAsm *IA = cast<InlineAsm>(CS.getCalledValue()); in visitInlineAsm()
6797 SDValue Callee = getValue(CI.getCalledValue()); in visitStackmap()
/trueos/contrib/llvm/lib/Transforms/Utils/
HDLowerInvoke.cpp174 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in insertCheapEHSupport()
240 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in rewriteExpensiveInvoke()
HDInlineFunction.cpp197 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue())) in HandleCallsInBlockInlinedThroughInvoke()
210 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split, in HandleCallsInBlockInlinedThroughInvoke()
HDLocal.cpp1151 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, "", II); in changeToCall()
1216 Value *Callee = II->getCalledValue(); in markAliveBlocks()
/trueos/contrib/llvm/lib/Transforms/IPO/
HDPruneEH.cpp180 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II); in SimplifyFunction()
HDGlobalOpt.cpp625 if (CI->getCalledValue() != V) { in AllUsesOfValueWillTrapIfNull()
630 if (II->getCalledValue() != V) { in AllUsesOfValueWillTrapIfNull()
691 if (CS.getCalledValue() == V) { in OptimizeAwayTrappingUsesOfValue()
2549 if (isa<InlineAsm>(CS.getCalledValue())) { in EvaluateBlock()
2612 Function *Callee = dyn_cast<Function>(getVal(CS.getCalledValue())); in EvaluateBlock()
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp888 Value *Callee = CS.getCalledValue(); in visitCallSite()
983 dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts()); in transformConstExprCastCall()
1075 PointerType *APTy = cast<PointerType>(CS.getCalledValue()->getType()); in transformConstExprCastCall()
1238 Value *Callee = CS.getCalledValue(); in transformCallThroughTrampoline()
/trueos/contrib/llvm/lib/Transforms/Instrumentation/
HDDataFlowSanitizer.cpp1161 IRB.CreateCall5(I.getCalledValue(), DestShadow, SrcShadow, LenShadow, in visitMemTransferInst()
1190 if ((F && F->isIntrinsic()) || isa<InlineAsm>(CS.getCalledValue())) { in visitCallSite()
1198 DFSF.DFS.UnwrappedFnMap.find(CS.getCalledValue()); in visitCallSite()
1294 CS.getCalledValue()->getType()->getPointerElementType()); in visitCallSite()
1330 IRB.CreateBitCast(CS.getCalledValue(), PointerType::getUnqual(NewFT)); in visitCallSite()
/trueos/contrib/llvm/lib/CodeGen/
HDShadowStackGC.cpp177 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), in Next()
/trueos/contrib/llvm/lib/Analysis/IPA/
HDInlineCost.cpp761 if (!isa<InlineAsm>(CS.getCalledValue())) in visitCallSite()
770 Value *Callee = CS.getCalledValue(); in visitCallSite()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCCTRLoops.cpp200 if (InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue())) { in mightUseCTR()
/trueos/contrib/llvm/patches/
HDpatch-r263312-llvm-r202930-fix-alloca-esi-clobber.diff107 + if (const InlineAsm *IA = dyn_cast<InlineAsm>(CS.getCalledValue())) {
/trueos/contrib/llvm/include/llvm/IR/
HDInstructions.h1363 const Value *getCalledValue() const { return Op<-1>(); }
1364 Value *getCalledValue() { return Op<-1>(); }
2994 const Value *getCalledValue() const { return Op<-3>(); }
2995 Value *getCalledValue() { return Op<-3>(); }
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.cpp1504 if (call->getCalledValue() == CGF.CGM.getARCEntrypoints().objc_retain) { in tryEmitFusedAutoreleaseOfResult()
1506 } else if (call->getCalledValue() == CGF.CGM.getARCEntrypoints() in tryEmitFusedAutoreleaseOfResult()
1523 assert(cast<llvm::CallInst>(prev)->getCalledValue() == in tryEmitFusedAutoreleaseOfResult()
1569 retainCall->getCalledValue() != CGF.CGM.getARCEntrypoints().objc_retain) in tryRemoveRetainOfSelf()
/trueos/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1320 const Value *Callee(II->getCalledValue()); in WriteInstruction()
1454 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction()
1461 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee in WriteInstruction()
/trueos/contrib/llvm/lib/Transforms/Scalar/
HDCodeGenPrepare.cpp607 if (TLI && isa<InlineAsm>(CI->getCalledValue())) { in OptimizeCallInst()
1300 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue()); in FindAllMemoryUses()
/trueos/contrib/llvm/lib/Target/X86/
HDX86FastISel.cpp1845 const Value *Callee = CI->getCalledValue(); in X86SelectCall()
1881 const Value *Callee = CI->getCalledValue(); in DoSelectCall()
1897 PointerType *PT = cast<PointerType>(CS.getCalledValue()->getType()); in DoSelectCall()

12