Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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
DAMDGPUTargetTransformInfo.cpp730 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
/third_party/skia/third_party/externals/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
DPartialInlining.cpp774 Function *Caller = CS.getCaller(); in shouldPartialInline() local
934 auto ComputeCurrBFI = [&,this](Function *Caller) { in computeCallsiteToProfCountMap()
950 Function *Caller = CS.getCaller(); in computeCallsiteToProfCountMap() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp68 void (*Caller)(void); in testCaller() member
131 void (*Caller)(void); in testCallee() member
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h79 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DProfile.h120 TrieNode *Caller = nullptr; member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_Ability.js22 export const Caller = { variable
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h64 CallSite Caller; // Holds the call that called subframes. member
/third_party/skia/third_party/externals/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
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.cpp63 void TracePC::HandleCallerCallee(uintptr_t Caller, uintptr_t Callee) { in HandleCallerCallee()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp429 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) { in visitKnownRecord()
DSymbolDumper.cpp593 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) { in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp28 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h550 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
558 bool areFunctionArgsABICompatible(const Function *Caller, const Function *Callee, in areFunctionArgsABICompatible()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp52 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()

12