/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600TargetTransformInfo.cpp | 94 InstructionCost R600TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in R600TTIImpl 106 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
|
H A D | R600TargetTransformInfo.h | 61 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
|
H A D | AMDGPUTargetTransformInfo.h | 161 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
|
H A D | AMDGPUTargetTransformInfo.cpp | 749 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 D | HexagonTargetTransformInfo.h | 155 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.h | 121 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
|
H A D | PPCTargetTransformInfo.cpp | 629 InstructionCost PPCTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in PPCTTIImpl
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 241 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
|
H A D | X86TargetTransformInfo.cpp | 5082 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 D | AArch64TargetTransformInfo.h | 182 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
|
H A D | AArch64TargetTransformInfo.cpp | 2938 InstructionCost AArch64TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in AArch64TTIImpl
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 201 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
|
H A D | RISCVTargetTransformInfo.cpp | 1182 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 D | ARMTargetTransformInfo.h | 234 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
|
H A D | ARMTargetTransformInfo.cpp | 464 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 D | TargetTransformInfo.h | 1372 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 D | TargetTransformInfoImpl.h | 649 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 D | BasicTTIImpl.h | 256 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 D | TargetTransformInfo.cpp | 1006 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 D | IROutliner.cpp | 2604 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 D | LoopVectorize.cpp | 3412 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 D | VPlan.cpp | 793 Ctx.TTI.getCFInstrCost(Instruction::Br, TTI::TCK_RecipThroughput); in cost()
|