Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp94 InstructionCost R600TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in R600TTIImpl
106 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
H A DR600TargetTransformInfo.h61 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAMDGPUTargetTransformInfo.h161 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAMDGPUTargetTransformInfo.cpp752 InstructionCost GCNTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in GCNTTIImpl
779 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h162 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h120 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DPPCTargetTransformInfo.cpp628 InstructionCost PPCTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in PPCTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h175 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DRISCVTargetTransformInfo.cpp1145 InstructionCost RISCVTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in RISCVTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h238 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DX86TargetTransformInfo.cpp4956 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getMaskedMemoryOpCost()
5655 InstructionCost X86TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in X86TTIImpl
5778 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getGSScalarCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h182 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAArch64TargetTransformInfo.cpp2689 InstructionCost AArch64TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in AArch64TTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h233 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DARMTargetTransformInfo.cpp460 InstructionCost ARMTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in ARMTTIImpl
471 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1336 getCFInstrCost(unsigned Opcode,
1987 virtual InstructionCost getCFInstrCost(unsigned Opcode,
2617 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
2619 return Impl.getCFInstrCost(Opcode, CostKind, I);
H A DTargetTransformInfoImpl.h626 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
1175 return TargetTTI->getCFInstrCost(Opcode, CostKind, I); in getInstructionCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h254 getCFInstrCost(Instruction::Br, CostKind) + in getCommonMaskedMemoryOpCost()
255 getCFInstrCost(Instruction::PHI, CostKind)); in getCommonMaskedMemoryOpCost()
1208 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
1210 return BaseT::getCFInstrCost(Opcode, CostKind, I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp961 InstructionCost TargetTransformInfo::getCFInstrCost( in getCFInstrCost() function in TargetTransformInfo
965 InstructionCost Cost = TTIImpl->getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2601 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
2615 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4060 TTI.getCFInstrCost(Instruction::PHI, CostKind); in getDivRemSpeculationCost()
5942 VF.getFixedValue() * TTI.getCFInstrCost(Instruction::PHI, CostKind); in computePredInstDiscount()
6105 Cost += TTI.getCFInstrCost(Instruction::Br, CostKind); in getMemInstScalarizationCost()
6921 (TTI.getCFInstrCost(Instruction::Br, CostKind) * VF.getFixedValue())); in getInstructionCost()
6924 return TTI.getCFInstrCost(Instruction::Br, CostKind); in getInstructionCost()
6954 return TTI.getCFInstrCost(Instruction::PHI, CostKind); in getInstructionCost()