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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp94 InstructionCost R600TTIImpl::getCFInstrCost(unsigned Opcode, function in class:R600TTIImpl
106 return BaseT::getCFInstrCost(Opcode, CostKind, I);
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,
779 return BaseT::getCFInstrCost(Opcode, CostKind, I);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h162 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind, function in class:llvm::HexagonTTIImpl
/freebsd-current/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, function in class:PPCTTIImpl
/freebsd-current/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, function in class:AArch64TTIImpl
/freebsd-current/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, function in class:RISCVTTIImpl
/freebsd-current/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, function in class:ARMTTIImpl
471 return BaseT::getCFInstrCost(Opcode, CostKind, I);
/freebsd-current/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);
5655 InstructionCost X86TTIImpl::getCFInstrCost(unsigned Opcode, function in class:X86TTIImpl
5778 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h254 getCFInstrCost(Instruction::Br, CostKind) +
255 getCFInstrCost(Instruction::PHI, CostKind));
1208 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind, function in class:llvm::BasicTTIImplBase
1210 return BaseT::getCFInstrCost(Opcode, CostKind, I);
/freebsd-current/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, function in class:llvm::TargetTransformInfoImplBase
1175 return TargetTTI->getCFInstrCost(Opcode, CostKind, I);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp961 InstructionCost TargetTransformInfo::getCFInstrCost( function in class:TargetTransformInfo
965 InstructionCost Cost = TTIImpl->getCFInstrCost(Opcode, CostKind, I);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2601 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize);
2615 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4060 TTI.getCFInstrCost(Instruction::PHI, CostKind);
5942 VF.getFixedValue() * TTI.getCFInstrCost(Instruction::PHI, CostKind);
6105 Cost += TTI.getCFInstrCost(Instruction::Br, CostKind);
6921 (TTI.getCFInstrCost(Instruction::Br, CostKind) * VF.getFixedValue()));
6924 return TTI.getCFInstrCost(Instruction::Br, CostKind);
6954 return TTI.getCFInstrCost(Instruction::PHI, CostKind);

Completed in 825 milliseconds