Home
last modified time | relevance | path

Searched refs:useColdCCForColdCall (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h71 bool useColdCCForColdCall(Function &F);
DPPCTargetTransformInfo.cpp556 bool PPCTTIImpl::useColdCCForColdCall(Function &F) { in useColdCCForColdCall() function in PPCTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h666 bool useColdCCForColdCall(Function &F) const;
1257 virtual bool useColdCCForColdCall(Function &F) = 0;
1584 bool useColdCCForColdCall(Function &F) override { in useColdCCForColdCall() function
1585 return Impl.useColdCCForColdCall(F); in useColdCCForColdCall()
DTargetTransformInfoImpl.h315 bool useColdCCForColdCall(Function &F) { return false; } in useColdCCForColdCall() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp330 if (TTI.useColdCCForColdCall(*OutF)) { in extractColdRegion()
DGlobalOpt.cpp2335 (TTI.useColdCCForColdCall(*F) && in OptimizeFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp385 bool TargetTransformInfo::useColdCCForColdCall(Function &F) const { in useColdCCForColdCall() function in TargetTransformInfo
386 return TTIImpl->useColdCCForColdCall(F); in useColdCCForColdCall()