Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_call.h54 struct Caller { struct
68 struct Caller<void> { argument
/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/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-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp112 Function *Caller = CS.getCaller(); in getInlineThreshold() local
179 Function *Caller = CS.getCaller(); in getInlineCost() local
DAMDGPUAnnotateKernelFeatures.cpp218 Function *Caller = Node->getFunction(); in processUniformWorkGroupAttribute() local
231 Function &Caller, Function &Callee) { in propagateUniformWorkGroupAttribute()
DAMDGPUOpenCLEnqueuedBlockLowering.cpp83 auto *Caller = CI->getParent()->getParent(); in collectCallers() local
DAMDGPUPropagateAttributes.cpp209 Function *Caller = CI->getCaller(); in process() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp162 Function *Caller, InlineFunctionInfo &IFI, in mergeInlinedArrayAllocas()
280 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local
307 shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC, in shouldBeDeferred()
426 Function *Caller = CS.getCaller(); in shouldInline() local
509 const Function &Caller, const InlineCost &IC) { in emit_inlined_into()
621 Function *Caller = CS.getCaller(); in inlineCallsImpl() local
DSyntheticCountsPropagation.cpp115 Function *Caller = CS.getCaller(); in run() local
DGlobalDCE.cpp205 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad()
DArgumentPromotion.cpp853 const Function *Caller = CS.getCaller(); in areFunctionArgsABICompatible() local
1139 Function *Caller = OldCS.getInstruction()->getParent()->getParent(); in runOnSCC() local
/external/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp68 void (*Caller)(void); in testCaller() member
131 void (*Caller)(void); in testCallee() member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1723 static bool isEqual(const Function &Caller, const Function &Callee) { in isEqual()
1734 static void setAND(Function &Caller, const Function &Callee) { in setAND()
1746 static void setOR(Function &Caller, const Function &Callee) { in setOR()
1754 static void adjustCallerSSPLevel(Function &Caller, const Function &Callee) { in adjustCallerSSPLevel()
1778 static void adjustCallerStackProbes(Function &Caller, const Function &Callee) { in adjustCallerStackProbes()
1789 adjustCallerStackProbeSize(Function &Caller, const Function &Callee) { in adjustCallerStackProbeSize()
1819 adjustMinLegalVectorWidth(Function &Caller, const Function &Callee) { in adjustMinLegalVectorWidth()
1843 adjustNullPointerValidAttr(Function &Caller, const Function &Callee) { in adjustNullPointerValidAttr()
1852 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible()
1857 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-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h79 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DProfile.h120 TrieNode *Caller = nullptr; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp34 void ImportedFunctionsInliningStatistics::recordInline(const Function &Caller, in recordInline()
DInlineFunction.cpp588 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedLandingPad() local
644 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedEHPad() local
1184 const Function *Caller = CS.getCaller(); in UpdateCallGraphAfterInlining() local
1270 Function *Caller = TheCall->getFunction(); in HandleByValArgument() local
1601 Function *Caller = OrigBB->getParent(); in InlineFunction() local
/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-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h64 CallSite Caller; // Holds the call that called subframes. member
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h68 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp547 auto *Caller = CandidateCall.getFunction(); in finalizeAnalysis() local
1142 Function *Caller = Call.getCaller(); in updateThreshold() local
1913 Function *Caller = CandidateCall.getFunction(); in analyze() local
2065 static bool functionsHaveCompatibleAttributes(Function *Caller, in functionsHaveCompatibleAttributes()
2150 Function *Caller = Call.getCaller(); in getInlineCost() 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()

123