Home
last modified time | relevance | path

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

12345

/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-project/clang-tools-extra/clang-tidy/cert/
DNonTrivialTypesLibcMemoryCallsCheck.cpp130 if (const auto *Caller = Result.Nodes.getNodeAs<CallExpr>("lazyConstruct")) { in check() local
135 if (const auto *Caller = Result.Nodes.getNodeAs<CallExpr>("lazyCopy")) { in check() local
140 if (const auto *Caller = Result.Nodes.getNodeAs<CallExpr>("lazyCompare")) { in check() 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/llvm-project/llvm/lib/Transforms/Utils/
DCallGraphUpdater.cpp145 Function *Caller = OldCS.getCaller(); in replaceCallSite() local
162 Function *Caller = CS.getCaller(); in removeCallSite() local
/external/llvm-project/llvm/lib/Analysis/
DInlineAdvisor.cpp89 Function &Caller = *CB.getCaller(); in getDefaultInlineAdvice() local
188 shouldBeDeferred(Function *Caller, InlineCost IC, int &TotalSecondaryCost, in shouldBeDeferred()
323 Function *Caller = CB.getCaller(); in shouldInline() local
427 const Function &Caller, const InlineCost &IC, in emitInlinedInto()
445 auto &Caller = *CB.getCaller(); in getAdvice() local
DReplayInlineAdvisor.cpp51 Function &Caller = *CB.getCaller(); in getAdvice() local
DMLInlineAdvisor.cpp133 Function *Caller = Advice.getCaller(); in onSuccessfulInlining() local
172 auto &Caller = *CB.getCaller(); in getAdvice() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp111 Function *Caller = CB.getCaller(); in getInlineThreshold() local
178 Function *Caller = CB.getCaller(); in getInlineCost() local
DAMDGPUAnnotateKernelFeatures.cpp231 Function *Caller = Node->getFunction(); in processUniformWorkGroupAttribute() local
244 Function &Caller, Function &Callee) { in propagateUniformWorkGroupAttribute()
DAMDGPUOpenCLEnqueuedBlockLowering.cpp84 auto *Caller = CI->getParent()->getParent(); in collectCallers() 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
/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
/external/llvm-project/llvm/unittests/Analysis/
DMemoryBuiltinsTest.cpp35 std::unique_ptr<CallInst> Caller( in TEST() local
/external/llvm-project/clang/lib/Sema/
DSemaCUDA.cpp164 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller, in IdentifyCUDAPreference()
230 const FunctionDecl *Caller, in EraseUnwantedCUDAMatches()
710 FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext); in CheckCUDACall() local
776 FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext); in CUDACheckLambdaCapture() 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/llvm-project/llvm/lib/IR/
DAttributes.cpp1910 static bool isEqual(const Function &Caller, const Function &Callee) { in isEqual()
1921 static void setAND(Function &Caller, const Function &Callee) { in setAND()
1933 static void setOR(Function &Caller, const Function &Callee) { in setOR()
1941 static void adjustCallerSSPLevel(Function &Caller, const Function &Callee) { in adjustCallerSSPLevel()
1975 static void adjustCallerStackProbes(Function &Caller, const Function &Callee) { in adjustCallerStackProbes()
1986 adjustCallerStackProbeSize(Function &Caller, const Function &Callee) { in adjustCallerStackProbeSize()
2014 adjustMinLegalVectorWidth(Function &Caller, const Function &Callee) { in adjustMinLegalVectorWidth()
2035 adjustNullPointerValidAttr(Function &Caller, const Function &Callee) { in adjustNullPointerValidAttr()
2085 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible()
2090 void AttributeFuncs::mergeAttributesForInlining(Function &Caller, in mergeAttributesForInlining()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.cpp88 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DScopeRequestIntegrationTest.java179 private static class Caller implements Callable<SomeObject> { class in ScopeRequestIntegrationTest
/external/llvm-project/llvm/lib/Transforms/IPO/
DInliner.cpp151 static void mergeInlinedArrayAllocas(Function *Caller, InlineFunctionInfo &IFI, in mergeInlinedArrayAllocas()
260 Function *Caller = CB.getCaller(); in inlineCallIfPossible() local
404 Function *Caller = CB.getCaller(); in inlineCallsImpl() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h80 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h79 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()

12345