Home
last modified time | relevance | path

Searched refs:getCFInstrCost (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h183 unsigned getCFInstrCost(unsigned Opcode);
269 unsigned getCFInstrCost(unsigned Opcode);
DAMDGPUTargetTransformInfo.cpp509 unsigned GCNTTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function in GCNTTIImpl
516 return BaseT::getCFInstrCost(Opcode); in getCFInstrCost()
935 unsigned R600TTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function in R600TTIImpl
942 return BaseT::getCFInstrCost(Opcode); in getCFInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h142 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h935 int getCFInstrCost(unsigned Opcode) const;
1326 virtual int getCFInstrCost(unsigned Opcode) = 0;
1736 int getCFInstrCost(unsigned Opcode) override { in getCFInstrCost() function
1737 return Impl.getCFInstrCost(Opcode); in getCFInstrCost()
DTargetTransformInfoImpl.h455 unsigned getCFInstrCost(unsigned Opcode) { return 1; } in getCFInstrCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp629 int TargetTransformInfo::getCFInstrCost(unsigned Opcode) const { in getCFInstrCost() function in TargetTransformInfo
630 int Cost = TTIImpl->getCFInstrCost(Opcode); in getCFInstrCost()
1162 return getCFInstrCost(I->getOpcode()); in getInstructionThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5681 ScalarCost += VF * TTI.getCFInstrCost(Instruction::PHI); in computePredInstDiscount()
6187 (TTI.getCFInstrCost(Instruction::Br) * VF)); in getInstructionCost()
6190 return TTI.getCFInstrCost(Instruction::Br); in getInstructionCost()
6216 return TTI.getCFInstrCost(Instruction::PHI); in getInstructionCost()
6233 Cost += VF * TTI.getCFInstrCost(Instruction::PHI); in getInstructionCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h831 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2501 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost()
3268 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost()