/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/subzero/crosstest/ |
D | test_calling_conv_main.cpp | 68 void (*Caller)(void); in testCaller() member 129 void (*Caller)(void); in testCallee() member
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ScopeRequestIntegrationTest.java | 161 private static class Caller implements Callable<SomeObject> { class in ScopeRequestIntegrationTest
|
/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()
|
D | TargetTransformInfoImpl.h | 377 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
|
D | TargetTransformInfo.h | 977 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
|
/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
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 622 Function *Caller = CS.getCaller(); in updateThreshold() local 1274 Function *Caller = CS.getInstruction()->getParent()->getParent(); in analyzeCall() local 1440 static bool functionsHaveCompatibleAttributes(Function *Caller, in functionsHaveCompatibleAttributes()
|
D | TargetTransformInfo.cpp | 415 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible()
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLTypeToSPIRV.cpp | 257 auto Caller = cast<Argument>(SamplerArg)->getParent(); in adaptArgumentsBySamplerUse() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1003 Instruction *Caller = CS.getInstruction(); in transformConstExprCastCall() local 1280 Instruction *Caller = CS.getInstruction(); in transformCallThroughTrampoline() local
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 588 void CVSymbolDumperImpl::visitCallerSym(SymbolKind Kind, CallerSym &Caller) { in visitCallerSym()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 560 const Decl *Caller; variable
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 601 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateMinimalPathDiagnostic() local 1455 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateExtensivePathDiagnostic() local 1667 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateAlternateExtensivePathDiagnostic() local
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 1608 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
|