Home
last modified time | relevance | path

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

12

/external/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()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp204 unsigned AMDGPUTTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function in AMDGPUTTIImpl
211 return BaseT::getCFInstrCost(Opcode); in getCFInstrCost()
DAMDGPUTargetTransformInfo.h95 unsigned getCFInstrCost(unsigned Opcode);
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h212 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind);
305 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind);
DAMDGPUTargetTransformInfo.cpp759 unsigned GCNTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in GCNTTIImpl
770 return BaseT::getCFInstrCost(Opcode, CostKind); in getCFInstrCost()
1182 unsigned R600TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in R600TTIImpl
1193 return BaseT::getCFInstrCost(Opcode, CostKind); in getCFInstrCost()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h510 int getCFInstrCost(unsigned Opcode) const;
703 virtual int getCFInstrCost(unsigned Opcode) = 0;
914 int getCFInstrCost(unsigned Opcode) override { in getCFInstrCost() function
915 return Impl.getCFInstrCost(Opcode); in getCFInstrCost()
DTargetTransformInfoImpl.h313 unsigned getCFInstrCost(unsigned Opcode) { return 1; } in getCFInstrCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h142 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h155 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind) { in getCFInstrCost() function
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h114 int getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind);
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp304 int TargetTransformInfo::getCFInstrCost(unsigned Opcode) const { in getCFInstrCost() function in TargetTransformInfo
305 int Cost = TTIImpl->getCFInstrCost(Opcode); in getCFInstrCost()
DCostModel.cpp389 return TTI->getCFInstrCost(I->getOpcode()); in getInstructionCost()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h127 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind);
/external/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h200 int getCFInstrCost(unsigned Opcode,
/external/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.h205 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind);
/external/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
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1091 int getCFInstrCost(unsigned Opcode,
1541 virtual int getCFInstrCost(unsigned Opcode,
1989 int getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind) override { in getCFInstrCost() function
1990 return Impl.getCFInstrCost(Opcode, CostKind); in getCFInstrCost()
DTargetTransformInfoImpl.h475 unsigned getCFInstrCost(unsigned Opcode, in getCFInstrCost() function
881 return TargetTTI->getCFInstrCost(Opcode, CostKind); in getUserCost()
/external/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()
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h893 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind) { in getCFInstrCost() function
894 return BaseT::getCFInstrCost(Opcode, CostKind); in getCFInstrCost()
1032 getCFInstrCost(Instruction::Br, CostKind) +
1033 getCFInstrCost(Instruction::PHI, CostKind));
/external/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp814 int TargetTransformInfo::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in TargetTransformInfo
816 int Cost = TTIImpl->getCFInstrCost(Opcode, CostKind); in getCFInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h474 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() function
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1146 int BranchCost = getCFInstrCost(Instruction::Br); in getMaskedMemoryOpCost()
1516 int BranchCost = getCFInstrCost(Instruction::Br); in getGSScalarCost()

12