Home
last modified time | relevance | path

Searched refs:getUserCost (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp758 unsigned GCNTTIImpl::getUserCost(const User *U, in getUserCost() function in GCNTTIImpl
762 return BaseT::getUserCost(U, Operands); in getUserCost()
789 return BaseT::getUserCost(U, Operands); in getUserCost()
803 return BaseT::getUserCost(U, Operands); in getUserCost()
868 return BaseT::getUserCost(U, Operands); in getUserCost()
DAMDGPUTargetTransformInfo.h230 unsigned getUserCost(const User *U, ArrayRef<const Value *> Operands);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h176 return getUserCost(I); in getInstructionCost()
328 int getUserCost(const User *U, ArrayRef<const Value *> Operands) const;
332 int getUserCost(const User *U) const { in getUserCost() function
335 return getUserCost(U, Operands); in getUserCost()
1199 getUserCost(const User *U, ArrayRef<const Value *> Operands) = 0;
1451 int getUserCost(const User *U, ArrayRef<const Value *> Operands) override { in getUserCost() function
1452 return Impl.getUserCost(U, Operands); in getUserCost()
DTargetTransformInfoImpl.h861 unsigned getUserCost(const User *U, ArrayRef<const Value *> Operands) { in getUserCost() function
906 if (getUserCost(I, Operands) == TTI::TCC_Free) in getInstructionLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp295 int HexagonTTIImpl::getUserCost(const User *U, in getUserCost() function in HexagonTTIImpl
318 return BaseT::getUserCost(U, Operands); in getUserCost()
DHexagonTargetTransformInfo.h148 int getUserCost(const User *U, ArrayRef<const Value *> Operands);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp174 NumInsts += TTI.getUserCost(&I); in analyzeBasicBlock()
DInlineCost.cpp714 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&GEP, Operands); in isGEPFree()
962 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I); in visitPtrToInt()
986 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I); in visitIntToPtr()
1016 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I); in visitCastInst()
1719 if (TargetTransformInfo::TCC_Free == TTI.getUserCost(&I)) in visitInstruction()
DTargetTransformInfo.cpp204 int TargetTransformInfo::getUserCost(const User *U, in getUserCost() function in TargetTransformInfo
206 int Cost = TTIImpl->getUserCost(U, Operands); in getUserCost()
1157 return getUserCost(I); in getInstructionThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h54 unsigned getUserCost(const User *U, ArrayRef<const Value *> Operands);
DPPCTargetTransformInfo.cpp205 unsigned PPCTTIImpl::getUserCost(const User *U, in getUserCost() function in PPCTTIImpl
210 return LT.first * BaseT::getUserCost(U, Operands); in getUserCost()
213 return BaseT::getUserCost(U, Operands); in getUserCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp247 return TTI.getUserCost(I); in ComputeSpeculationCost()
DLoopUnrollPass.cpp431 UnrolledCost += TTI.getUserCost(I); in analyzeLoopUnrollCost()
524 RolledDynamicCost += TTI.getUserCost(&I); in analyzeLoopUnrollCost()
DSpeculateAroundPHIs.cpp468 Cost += TTI.getUserCost(I); in findProfitablePHIs()
DLICM.cpp1309 if (TTI->getUserCost(GEP) != TargetTransformInfo::TCC_Free) in isFreeInLoop()
1324 return TTI->getUserCost(&I) == TargetTransformInfo::TCC_Free; in isFreeInLoop()
DSimpleLoopUnswitch.cpp2663 Cost += TTI.getUserCost(&I); in unswitchBestCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h180 unsigned getUserCost(const User *U, ArrayRef<const Value *> Operands);
DX86TargetTransformInfo.cpp3168 unsigned X86TTIImpl::getUserCost(const User *U, in getUserCost() function in X86TTIImpl
3180 return BaseT::getUserCost(U, Operands); in getUserCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp1254 Cost += getUserCost(&I, Operands); in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp320 return TTI.getUserCost(I); in ComputeSpeculationCost()
3027 BudgetRemaining -= TTI.getUserCost(&I); in mergeConditionalStoreToAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5950 TTI->getUserCost(I) >= TargetTransformInfo::TCC_Expensive; in sinkSelectOperand()