Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp95 InstructionCost R600TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in R600TTIImpl
107 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
H A DR600TargetTransformInfo.h62 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAMDGPUTargetTransformInfo.h164 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAMDGPUTargetTransformInfo.cpp820 InstructionCost GCNTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in GCNTTIImpl
847 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h162 getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h122 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DPPCTargetTransformInfo.cpp630 InstructionCost PPCTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in PPCTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h239 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DARMTargetTransformInfo.cpp484 InstructionCost ARMTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in ARMTTIImpl
495 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h246 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DX86TargetTransformInfo.cpp5417 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getMaskedMemoryOpCost()
6134 InstructionCost X86TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h234 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DRISCVTargetTransformInfo.cpp1754 getCFInstrCost(Instruction::Br, CostKind); in getMinMaxReductionCost()
1773 getCFInstrCost(Instruction::Br, CostKind); in getMinMaxReductionCost()
2196 InstructionCost RISCVTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h201 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAArch64TargetTransformInfo.cpp3715 InstructionCost AArch64TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h764 virtual InstructionCost getCFInstrCost(unsigned Opcode,
1389 return TargetTTI->getCFInstrCost(Opcode, CostKind, I); in getInstructionCost()
H A DTargetTransformInfo.h1462 LLVM_ABI InstructionCost getCFInstrCost(
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h257 VF * (thisT()->getCFInstrCost(Instruction::Br, CostKind) +
258 thisT()->getCFInstrCost(Instruction::PHI, CostKind));
1357 getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
1359 return BaseT::getCFInstrCost(Opcode, CostKind, I);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1075 InstructionCost TargetTransformInfo::getCFInstrCost( in getCFInstrCost() function in TargetTransformInfo
1079 InstructionCost Cost = TTIImpl->getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3024 VF.getFixedValue() * TTI.getCFInstrCost(Instruction::PHI, CostKind); in getDivRemSpeculationCost()
5035 VF.getFixedValue() * TTI.getCFInstrCost(Instruction::PHI, CostKind); in computePredInstDiscount()
5199 Cost += TTI.getCFInstrCost(Instruction::Br, CostKind); in getMemInstScalarizationCost()
6029 (TTI.getCFInstrCost(Instruction::Br, CostKind) * VF.getFixedValue())); in getInstructionCost()
6034 return TTI.getCFInstrCost(Instruction::Br, CostKind); in getInstructionCost()
6044 return TTI.getCFInstrCost(Instruction::Switch, CostKind); in getInstructionCost()
6106 return TTI.getCFInstrCost(Instruction::PHI, CostKind); in getInstructionCost()
H A DVPlanRecipes.cpp2111 return Ctx.TTI.getCFInstrCost(Instruction::PHI, Ctx.CostKind); in computeCost()
2455 return Ctx.TTI.getCFInstrCost(Instruction::PHI, Ctx.CostKind); in computeCost()
3884 return Ctx.TTI.getCFInstrCost(Instruction::PHI, Ctx.CostKind); in computeCost()
H A DVPlan.cpp851 : Ctx.TTI.getCFInstrCost(Instruction::Br, Ctx.CostKind); in cost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2581 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
2595 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1943 Cost += TTI.getCFInstrCost(Instruction::PHI, CostKind) * NumRecurrences; in costAndCollectOperands()