Home
last modified time | relevance | path

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

/freebsd/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.cpp749 InstructionCost GCNTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in GCNTTIImpl
776 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h155 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h121 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DPPCTargetTransformInfo.cpp629 InstructionCost PPCTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in PPCTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h241 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DX86TargetTransformInfo.cpp5082 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getMaskedMemoryOpCost()
5786 InstructionCost X86TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h182 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAArch64TargetTransformInfo.cpp2938 InstructionCost AArch64TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h201 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DRISCVTargetTransformInfo.cpp1182 getCFInstrCost(Instruction::Br, CostKind); in getMinMaxReductionCost()
1201 getCFInstrCost(Instruction::Br, CostKind); in getMinMaxReductionCost()
1541 InstructionCost RISCVTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h234 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DARMTargetTransformInfo.cpp464 InstructionCost ARMTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in ARMTTIImpl
475 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1372 getCFInstrCost(unsigned Opcode,
2055 virtual InstructionCost getCFInstrCost(unsigned Opcode,
2713 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
2715 return Impl.getCFInstrCost(Opcode, CostKind, I);
H A DTargetTransformInfoImpl.h649 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
1218 return TargetTTI->getCFInstrCost(Opcode, CostKind, I); in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h256 VF * (thisT()->getCFInstrCost(Instruction::Br, CostKind) +
257 thisT()->getCFInstrCost(Instruction::PHI, CostKind));
1222 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
1224 return BaseT::getCFInstrCost(Opcode, CostKind, I);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1006 InstructionCost TargetTransformInfo::getCFInstrCost( in getCFInstrCost() function in TargetTransformInfo
1010 InstructionCost Cost = TTIImpl->getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2604 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
2618 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3412 TTI.getCFInstrCost(Instruction::PHI, CostKind); in getDivRemSpeculationCost()
5451 VF.getFixedValue() * TTI.getCFInstrCost(Instruction::PHI, CostKind); in computePredInstDiscount()
5609 Cost += TTI.getCFInstrCost(Instruction::Br, CostKind); in getMemInstScalarizationCost()
6416 (TTI.getCFInstrCost(Instruction::Br, CostKind) * VF.getFixedValue())); in getInstructionCost()
6419 return TTI.getCFInstrCost(Instruction::Br, CostKind); in getInstructionCost()
6454 return TTI.getCFInstrCost(Instruction::PHI, CostKind); in getInstructionCost()
H A DVPlan.cpp793 Ctx.TTI.getCFInstrCost(Instruction::Br, TTI::TCK_RecipThroughput); in cost()