HomeSort by relevance Sort by last modified time
    Searched refs:getCalledFunction (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/llvm/lib/IR/
Statepoint.cpp 21 static const Function *getCalledFunction(ImmutableCallSite CS) {
24 return CS.getCalledFunction();
28 if (auto *F = getCalledFunction(CS))
  /external/llvm/include/llvm/Analysis/
IndirectCallSiteVisitor.h 24 if (CS.getCalledFunction() || !CS.getCalledValue())
ObjCARCInstKind.h 104 if (const Function *F = CI->getCalledFunction())
  /external/spirv-llvm/lib/SPIRV/
OCL21ToSPIRV.cpp 144 auto F = CI.getCalledFunction();
181 AttributeSet Attrs = CI->getCalledFunction()->getAttributes();
189 ValuesToDelete.insert(CI->getCalledFunction());
195 auto F = Target->getCalledFunction();
205 ValuesToDelete.insert(CI->getCalledFunction());
212 AttributeSet Attrs = CI->getCalledFunction()->getAttributes();
224 AttributeSet Attrs = CI->getCalledFunction()->getAttributes();
230 ValuesToDelete.insert(CI->getCalledFunction());
OCL20To12.cpp 102 auto F = CI.getCalledFunction();
125 AttributeSet Attrs = CI->getCalledFunction()->getAttributes();
SPIRVToOCL20.cpp 161 auto F = CI.getCalledFunction();
200 AttributeSet Attrs = CI->getCalledFunction()->getAttributes();
216 Function * func = CI->getCalledFunction();
241 AttributeSet attributes = CI->getCalledFunction()->getAttributes();
336 AttributeSet Attrs = CI->getCalledFunction()->getAttributes();
400 AttributeSet Attrs = CI->getCalledFunction()->getAttributes();
425 AttributeSet Attrs = CI->getCalledFunction()->getAttributes();
452 AttributeSet Attrs = CI->getCalledFunction()->getAttributes();
  /external/llvm/lib/Analysis/
TypeMetadataUtils.cpp 66 assert(CI->getCalledFunction()->getIntrinsicID() == Intrinsic::type_test);
74 Function *F = AssumeCI->getCalledFunction();
91 assert(CI->getCalledFunction()->getIntrinsicID() ==
CallGraphSCCPass.cpp 221 (CallSite(I->first).getCalledFunction() &&
222 CallSite(I->first).getCalledFunction()->isIntrinsic() &&
224 CallSite(I->first).getCalledFunction()->getIntrinsicID()))) {
253 Function *Callee = CS.getCalledFunction();
269 Function *Callee = CS.getCalledFunction();
283 if (ExistingNode->getFunction() == CS.getCalledFunction())
291 if (CheckingMode && CS.getCalledFunction() &&
301 if (Function *Callee = CS.getCalledFunction()) {
325 if (Function *Callee = CS.getCalledFunction()) {
MemoryLocation.cpp 146 if (CS.getCalledFunction() && TLI.getLibFunc(*CS.getCalledFunction(), F) &&
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 81 Function *Callee = CS.getCalledFunction();
267 if (!CS2 || CS2.getCalledFunction() != Caller) {
309 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName()) +
317 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName() +
327 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName() +
340 CS.getCalledFunction()->getName() +
350 CS, CS.getCalledFunction()->getName() + Twine(" can be inlined into ") +
416 if (Function *Callee = CS.getCalledFunction())
434 if (Function *F = CallSites[i].first.getCalledFunction())
455 Function *Callee = CS.getCalledFunction();
    [all...]
InlineAlways.cpp 93 Function *Callee = CS.getCalledFunction();
InlineSimple.cpp 62 Function *Callee = CS.getCalledFunction();
  /external/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 61 Function *Fn = CI->getCalledFunction();
113 Function *Fn = CI->getCalledFunction();
160 Function *Fn = CI->getCalledFunction();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicInliner.cpp 86 if (CS && CS.getCalledFunction()
87 && !CS.getCalledFunction()->isDeclaration())
101 if (Function *Callee = CS.getCalledFunction()) {
LowerExpectIntrinsic.cpp 51 Function *Fn = CI->getCalledFunction();
98 Function *Fn = CI->getCalledFunction();
147 Function *Fn = CI->getCalledFunction();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 104 if (const Function *F = CI->getCalledFunction())
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 104 if (const Function *F = CI->getCalledFunction())
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 104 if (const Function *F = CI->getCalledFunction())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 104 if (const Function *F = CI->getCalledFunction())
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 104 if (const Function *F = CI->getCalledFunction())
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 104 if (const Function *F = CI->getCalledFunction())
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 104 if (const Function *F = CI->getCalledFunction())
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 104 if (const Function *F = CI->getCalledFunction())
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 79 Function *Callee = CS.getCalledFunction();
208 Function *Callee = CS.getCalledFunction();
265 if (!CS2 || CS2.getCalledFunction() != Caller) {
368 if (CS.getCalledFunction() && CS.getCalledFunction()->isDeclaration())
385 if (Function *F = CallSites[i].first.getCalledFunction())
405 Function *Callee = CS.getCalledFunction();
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 37 Function *Callee = CI->getCalledFunction();
192 Function *Callee = CI->getCalledFunction();

Completed in 3256 milliseconds

1 2 3 4 5 6 7 8 91011