Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600TargetTransformInfo.cpp94 InstructionCost R600TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in R600TTIImpl
106 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
HDR600TargetTransformInfo.h61 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
HDAMDGPUTargetTransformInfo.h161 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
HDAMDGPUTargetTransformInfo.cpp749 InstructionCost GCNTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in GCNTTIImpl
776 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetTransformInfo.h155 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.h121 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
HDPPCTargetTransformInfo.cpp629 InstructionCost PPCTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in PPCTTIImpl
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h241 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
HDX86TargetTransformInfo.cpp5082 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getMaskedMemoryOpCost()
5786 InstructionCost X86TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in X86TTIImpl
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.h234 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
HDARMTargetTransformInfo.cpp464 InstructionCost ARMTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in ARMTTIImpl
475 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.h201 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
HDRISCVTargetTransformInfo.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-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h182 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
HDAArch64TargetTransformInfo.cpp2938 InstructionCost AArch64TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in AArch64TTIImpl
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.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);
HDTargetTransformInfoImpl.h649 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
1218 return TargetTTI->getCFInstrCost(Opcode, CostKind, I); in getInstructionCost()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.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-head/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp1006 InstructionCost TargetTransformInfo::getCFInstrCost( in getCFInstrCost() function in TargetTransformInfo
1010 InstructionCost Cost = TTIImpl->getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDIROutliner.cpp2604 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
2618 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.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()
HDVPlan.cpp793 Ctx.TTI.getCFInstrCost(Instruction::Br, TTI::TCK_RecipThroughput); in cost()