Home
last modified time | relevance | path

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

12

/external/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);
/external/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);
/external/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()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h204 int getUserCost(const User *U) const;
644 virtual int getUserCost(const User *U) = 0;
782 int getUserCost(const User *U) override { return Impl.getUserCost(U); } in getUserCost() function
DTargetTransformInfoImpl.h503 unsigned getUserCost(const User *U) { in getUserCost() function
/external/llvm/lib/Analysis/
DCodeMetrics.cpp165 NumInsts += TTI.getUserCost(&I); in analyzeBasicBlock()
DTargetTransformInfo.cpp86 int TargetTransformInfo::getUserCost(const User *U) const { in getUserCost() function in TargetTransformInfo
87 int Cost = TTIImpl->getUserCost(U); in getUserCost()
DInlineCost.cpp492 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I); in visitPtrToInt()
523 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I); in visitIntToPtr()
540 return TargetTransformInfo::TCC_Free == TTI.getUserCost(&I); in visitCastInst()
1057 if (TargetTransformInfo::TCC_Free == TTI.getUserCost(&I)) in visitInstruction()
DCostModel.cpp384 return TTI->getUserCost(I); in getInstructionCost()
/external/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()
/external/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()
/external/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp223 return TTI.getUserCost(I); in ComputeSpeculationCost()
DLoopUnrollPass.cpp329 UnrolledCost += TTI.getUserCost(I); in analyzeLoopUnrollCost()
417 RolledDynamicCost += TTI.getUserCost(&I); in analyzeLoopUnrollCost()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h180 unsigned getUserCost(const User *U, ArrayRef<const Value *> Operands);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp1254 Cost += getUserCost(&I, Operands); in getUnrollingPreferences()

12