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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h153 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind) { function in class:llvm::HexagonTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h108 int getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind);
H A DPPCTargetTransformInfo.cpp791 int PPCTTIImpl::getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind) { function in class:PPCTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h204 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind);
287 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind);
H A DAMDGPUTargetTransformInfo.cpp627 unsigned GCNTTIImpl::getCFInstrCost(unsigned Opcode,
638 return BaseT::getCFInstrCost(Opcode, CostKind);
1073 unsigned R600TTIImpl::getCFInstrCost(unsigned Opcode,
1084 return BaseT::getCFInstrCost(Opcode, CostKind);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h123 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind);
H A DAArch64TargetTransformInfo.cpp472 unsigned AArch64TTIImpl::getCFInstrCost(unsigned Opcode, function in class:AArch64TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h191 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind);
H A DX86TargetTransformInfo.cpp3060 int BranchCost = getCFInstrCost(Instruction::Br, CostKind);
3844 X86TTIImpl::getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind) { function in class:X86TTIImpl
3940 int BranchCost = getCFInstrCost(Instruction::Br, CostKind);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1013 int getCFInstrCost(unsigned Opcode,
1425 virtual int getCFInstrCost(unsigned Opcode,
1837 int getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind) override {
1838 return Impl.getCFInstrCost(Opcode, CostKind);
H A DTargetTransformInfoImpl.h445 unsigned getCFInstrCost(unsigned Opcode, function in class:llvm::TargetTransformInfoImplBase
841 return TargetTTI->getCFInstrCost(Opcode, CostKind);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp728 int TargetTransformInfo::getCFInstrCost(unsigned Opcode, function in class:TargetTransformInfo
730 int Cost = TTIImpl->getCFInstrCost(Opcode, CostKind);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h853 unsigned getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind) { function in class:llvm::BasicTTIImplBase
854 return BaseT::getCFInstrCost(Opcode, CostKind);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5739 ScalarCost += VF * TTI.getCFInstrCost(Instruction::PHI,
6254 (TTI.getCFInstrCost(Instruction::Br, CostKind) * VF));
6257 return TTI.getCFInstrCost(Instruction::Br, CostKind);
6285 return TTI.getCFInstrCost(Instruction::PHI, CostKind);
6302 Cost += VF * TTI.getCFInstrCost(Instruction::PHI, CostKind);

Completed in 229 milliseconds