/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 112 Function *Caller = CS.getCaller(); in getInlineThreshold() local 179 Function *Caller = CS.getCaller(); in getInlineCost() local
|
D | AMDGPUAnnotateKernelFeatures.cpp | 218 Function *Caller = Node->getFunction(); in processUniformWorkGroupAttribute() local 231 Function &Caller, Function &Callee) { in propagateUniformWorkGroupAttribute()
|
D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 83 auto *Caller = CI->getParent()->getParent(); in collectCallers() local
|
D | AMDGPUPropagateAttributes.cpp | 209 Function *Caller = CI->getCaller(); in process() local
|
D | AMDGPUTargetTransformInfo.cpp | 730 bool GCNTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 162 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
|
D | SyntheticCountsPropagation.cpp | 115 Function *Caller = CS.getCaller(); in run() local
|
D | GlobalDCE.cpp | 205 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad()
|
D | ArgumentPromotion.cpp | 853 const Function *Caller = CS.getCaller(); in areFunctionArgsABICompatible() local 1139 Function *Caller = OldCS.getInstruction()->getParent()->getParent(); in runOnSCC() local
|
D | PartialInlining.cpp | 774 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/ |
D | test_calling_conv_main.cpp | 68 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/ |
D | Attributes.cpp | 1723 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/ |
D | NVPTXTargetTransformInfo.h | 79 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | Profile.h | 120 TrieNode *Caller = nullptr; member
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_application_Ability.js | 22 export const Caller = { variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.cpp | 34 void ImportedFunctionsInliningStatistics::recordInline(const Function &Caller, in recordInline()
|
D | InlineFunction.cpp | 588 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/ |
D | Interpreter.h | 64 CallSite Caller; // Holds the call that called subframes. member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 547 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/ |
D | FuzzerTracePC.cpp | 63 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/ |
D | SymbolRecordMapping.cpp | 429 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 593 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/ |
D | AArch64TargetTransformInfo.cpp | 28 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 550 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/ |
D | ARMTargetTransformInfo.cpp | 52 bool ARMTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
|