Home
last modified time | relevance | path

Searched defs:Caller (Results 1 – 25 of 61) sorted by relevance

123

/external/clang/lib/Sema/
DSemaCUDA.cpp95 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller, in IdentifyCUDAPreference()
150 Sema &S, const FunctionDecl *Caller, llvm::SmallVectorImpl<T> &Matches, in EraseUnwantedCUDAMatchesImpl()
172 void Sema::EraseUnwantedCUDAMatches(const FunctionDecl *Caller, in EraseUnwantedCUDAMatches()
178 void Sema::EraseUnwantedCUDAMatches(const FunctionDecl *Caller, in EraseUnwantedCUDAMatches()
187 const FunctionDecl *Caller, in EraseUnwantedCUDAMatches()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInlineAlways.cpp50 void resetCachedCostInfo(Function *Caller) { in resetCachedCostInfo()
53 void growCachedCostInfo(Function* Caller, Function* Callee) { in growCachedCostInfo()
DInlineSimple.cpp50 void resetCachedCostInfo(Function *Caller) { in resetCachedCostInfo()
53 void growCachedCostInfo(Function* Caller, Function* Callee) { in growCachedCostInfo()
DInliner.cpp80 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local
201 Function *Caller = CS.getCaller(); in getInlineThreshold() local
234 Function *Caller = CS.getCaller(); in shouldInline() local
404 Function *Caller = CS.getCaller(); in runOnSCC() local
/external/llvm/lib/Transforms/IPO/
DInliner.cpp82 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local
226 Function *Caller = CS.getCaller(); in emitAnalysis() local
232 bool Inliner::shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC, in shouldBeDeferred()
322 Function *Caller = CS.getCaller(); in shouldInline() local
454 Function *Caller = CS.getCaller(); in inlineCalls() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp63 auto Caller = E.first; in propagateFromSCC() local
80 auto Caller = E.first; in propagateFromSCC() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemoryBuiltinsTest.cpp36 std::unique_ptr<CallInst> Caller( in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp107 Function *Caller = CS.getCaller(); in getInlineThreshold() local
174 Function *Caller = CS.getCaller(); in getInlineCost() local
DAMDGPUOpenCLEnqueuedBlockLowering.cpp84 auto *Caller = CI->getParent()->getParent(); in collectCallers() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp154 Function *Caller, InlineFunctionInfo &IFI, in mergeInlinedArrayAllocas()
272 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local
298 shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC, in shouldBeDeferred()
379 Function *Caller = CS.getCaller(); in shouldInline() local
556 Function *Caller = CS.getCaller(); in inlineCallsImpl() local
DSyntheticCountsPropagation.cpp113 Function *Caller = CS.getCaller(); in run() local
/external/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp68 void (*Caller)(void); in testCaller() member
129 void (*Caller)(void); in testCallee() member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h67 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp1599 static bool isEqual(const Function &Caller, const Function &Callee) { in isEqual()
1610 static void setAND(Function &Caller, const Function &Callee) { in setAND()
1622 static void setOR(Function &Caller, const Function &Callee) { in setOR()
1630 static void adjustCallerSSPLevel(Function &Caller, const Function &Callee) { in adjustCallerSSPLevel()
1654 static void adjustCallerStackProbes(Function &Caller, const Function &Callee) { in adjustCallerStackProbes()
1665 adjustCallerStackProbeSize(Function &Caller, const Function &Callee) { in adjustCallerStackProbeSize()
1692 adjustMinLegalVectorWidth(Function &Caller, const Function &Callee) { in adjustMinLegalVectorWidth()
1715 adjustNullPointerValidAttr(Function &Caller, const Function &Callee) { in adjustNullPointerValidAttr()
1724 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible()
1729 void AttributeFuncs::mergeAttributesForInlining(Function &Caller, in mergeAttributesForInlining()
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DScopeRequestIntegrationTest.java179 private static class Caller implements Callable<SomeObject> { class in ScopeRequestIntegrationTest
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp35 void ImportedFunctionsInliningStatistics::recordInline(const Function &Caller, in recordInline()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h65 CallSite Caller; // Holds the call that called subframes. member
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp482 Function *Caller = TheCall->getParent()->getParent(); in getInlineCost() local
600 InlineCostAnalyzer::growCachedCostInfo(Function *Caller, Function *Callee) { in growCachedCostInfo()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp611 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedInvoke() local
673 const Function *Caller = CS.getInstruction()->getParent()->getParent(); in UpdateCallGraphAfterInlining() local
770 Function *Caller = TheCall->getParent()->getParent(); in HandleByValArgument() local
914 Function *Caller = OrigBB->getParent(); in InlineFunction() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h171 void resetCachedCostInfo(Function* Caller) { in resetCachedCostInfo()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h68 CallSite Caller; // Holds the call that called subframes. member
/external/llvm/lib/IR/
DAttributes.cpp1572 static bool isEqual(const Function &Caller, const Function &Callee) { in isEqual()
1583 static void setAND(Function &Caller, const Function &Callee) { in setAND()
1595 static void setOR(Function &Caller, const Function &Callee) { in setOR()
1603 static void adjustCallerSSPLevel(Function &Caller, const Function &Callee) { in adjustCallerSSPLevel()
1631 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible()
1637 void AttributeFuncs::mergeAttributesForInlining(Function &Caller, in mergeAttributesForInlining()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h76 CallSite Caller; // Holds the call that called subframes. member
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h819 void insertEdge(Function &Caller, Function &Callee, Edge::Kind EK) { in insertEdge()
827 void removeEdge(Function &Caller, Function &Callee) { in removeEdge()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp512 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedLandingPad() local
568 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedEHPad() local
1100 const Function *Caller = CS.getInstruction()->getParent()->getParent(); in UpdateCallGraphAfterInlining() local
1185 Function *Caller = TheCall->getParent()->getParent(); in HandleByValArgument() local
1385 Function *Caller = OrigBB->getParent(); in InlineFunction() local

123