/external/clang/lib/Sema/ |
D | SemaCUDA.cpp | 95 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/ |
D | InlineAlways.cpp | 50 void resetCachedCostInfo(Function *Caller) { in resetCachedCostInfo() 53 void growCachedCostInfo(Function* Caller, Function* Callee) { in growCachedCostInfo()
|
D | InlineSimple.cpp | 50 void resetCachedCostInfo(Function *Caller) { in resetCachedCostInfo() 53 void growCachedCostInfo(Function* Caller, Function* Callee) { in growCachedCostInfo()
|
D | Inliner.cpp | 80 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/ |
D | Inliner.cpp | 82 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/ |
D | SyntheticCountsUtils.cpp | 63 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/ |
D | MemoryBuiltinsTest.cpp | 36 std::unique_ptr<CallInst> Caller( in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 107 Function *Caller = CS.getCaller(); in getInlineThreshold() local 174 Function *Caller = CS.getCaller(); in getInlineCost() local
|
D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 84 auto *Caller = CI->getParent()->getParent(); in collectCallers() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 154 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
|
D | SyntheticCountsPropagation.cpp | 113 Function *Caller = CS.getCaller(); in run() local
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_calling_conv_main.cpp | 68 void (*Caller)(void); in testCaller() member 129 void (*Caller)(void); in testCallee() member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.h | 67 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 1599 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/ |
D | ScopeRequestIntegrationTest.java | 179 private static class Caller implements Callable<SomeObject> { class in ScopeRequestIntegrationTest
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.cpp | 35 void ImportedFunctionsInliningStatistics::recordInline(const Function &Caller, in recordInline()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 65 CallSite Caller; // Holds the call that called subframes. member
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InlineCost.cpp | 482 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/ |
D | InlineFunction.cpp | 611 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/ |
D | InlineCost.h | 171 void resetCachedCostInfo(Function* Caller) { in resetCachedCostInfo()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 68 CallSite Caller; // Holds the call that called subframes. member
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 1572 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/ |
D | Interpreter.h | 76 CallSite Caller; // Holds the call that called subframes. member
|
/external/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 819 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/ |
D | InlineFunction.cpp | 512 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
|