Searched refs:getCalledValue (Results 1 - 25 of 45) sorted by relevance

12

/external/llvm/lib/Analysis/
H A DCodeMetrics.cpp54 if (!isa<InlineAsm>(CS.getCalledValue()))
H A DAliasAnalysisEvaluator.cpp162 Value *Callee = CS.getCalledValue();
H A DTargetTransformInfo.cpp428 Type *FTy = CS.getCalledValue()->getType()->getPointerElementType();
H A DLint.cpp199 Value *Callee = CS.getCalledValue();
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp60 CallInst *NewCall = CallInst::Create(II->getCalledValue(),
H A DInlineFunction.cpp176 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue()))
189 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split,
H A DLocal.cpp1152 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, "", II);
1217 Value *Callee = II->getCalledValue();
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
621 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue()))
H A DDiffConsumer.cpp59 printValue(cast<CallInst>(V)->getCalledValue(), isL);
62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
/external/llvm/include/llvm/IR/
H A DCallSite.h83 /// getCalledValue - Return the pointer to function that is being called.
85 ValTy *getCalledValue() const { function in class:llvm::CallSiteBase
94 return dyn_cast<FunTy>(getCalledValue());
H A DInstructions.h1453 /// getCalledValue - Get a pointer to the function that is invoked by this
1455 const Value *getCalledValue() const { return Op<-1>(); } function in class:llvm::CallInst
1456 Value *getCalledValue() { return Op<-1>(); } function in class:llvm::CallInst
3122 /// getCalledValue - Get a pointer to the function that is invoked by this
3124 const Value *getCalledValue() const { return Op<-3>(); } function in class:llvm::InvokeInst
3125 Value *getCalledValue() { return Op<-3>(); } function in class:llvm::InvokeInst
/external/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp71 const Value *V = CS.getCalledValue();
H A DShadowStackGC.cpp178 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(),
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp181 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II);
H A DGlobalOpt.cpp625 if (CI->getCalledValue() != V) {
630 if (II->getCalledValue() != V) {
687 if (CS.getCalledValue() == V) {
2451 if (isa<InlineAsm>(CS.getCalledValue())) {
2514 Function *Callee = dyn_cast<Function>(getVal(CS.getCalledValue()));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp120 if (isa<InlineAsm>(CS.getCalledValue())) {
427 I.getCalledValue()->getType()->getContainedType(0));
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1222 IRB.CreateCall5(I.getCalledValue(), DestShadow, SrcShadow, LenShadow,
1251 if ((F && F->isIntrinsic()) || isa<InlineAsm>(CS.getCalledValue())) {
1259 DFSF.DFS.UnwrappedFnMap.find(CS.getCalledValue());
1355 CS.getCalledValue()->getType()->getPointerElementType());
1391 IRB.CreateBitCast(CS.getCalledValue(), PointerType::getUnqual(NewFT));
/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp288 if (CI && isa<const InlineAsm>(CI->getCalledValue()))
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp409 const Value* V = CI->getCalledValue();
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1134 Value *Callee = CS.getCalledValue();
1229 dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts());
1324 PointerType *APTy = cast<PointerType>(CS.getCalledValue()->getType());
1489 Value *Callee = CS.getCalledValue();
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp201 if (InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue())) {
/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp316 if (isa<InlineAsm>(Call->getCalledValue()))
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp755 if (!isa<InlineAsm>(CS.getCalledValue()))
764 Value *Callee = CS.getCalledValue();
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1367 const Value *Callee(II->getCalledValue());
1504 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1512 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee
/external/clang/lib/CodeGen/
H A DCGCall.cpp1680 if (call->getCalledValue() == CGF.CGM.getARCEntrypoints().objc_retain) {
1682 } else if (call->getCalledValue() == CGF.CGM.getARCEntrypoints()
1699 assert(cast<llvm::CallInst>(prev)->getCalledValue() ==
1745 retainCall->getCalledValue() != CGF.CGM.getARCEntrypoints().objc_retain)

Completed in 404 milliseconds

12