Home
last modified time | relevance | path

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

12

/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/subzero/crosstest/
Dtest_calling_conv_main.cpp68 void (*Caller)(void); in testCaller() member
129 void (*Caller)(void); in testCallee() member
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DScopeRequestIntegrationTest.java161 private static class Caller implements Callable<SomeObject> { class in ScopeRequestIntegrationTest
/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()
DTargetTransformInfoImpl.h377 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
DTargetTransformInfo.h977 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
/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
/external/llvm/lib/Analysis/
DInlineCost.cpp622 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()
DTargetTransformInfo.cpp415 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible()
/external/spirv-llvm/lib/SPIRV/
DOCLTypeToSPIRV.cpp257 auto Caller = cast<Argument>(SamplerArg)->getParent(); in adaptArgumentsBySamplerUse() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1003 Instruction *Caller = CS.getInstruction(); in transformConstExprCastCall() local
1280 Instruction *Caller = CS.getInstruction(); in transformCallThroughTrampoline() local
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp588 void CVSymbolDumperImpl::visitCallerSym(SymbolKind Kind, CallerSym &Caller) { in visitCallerSym()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h560 const Decl *Caller; variable
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp601 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/
DX86TargetTransformInfo.cpp1608 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()

12