Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp94 InstructionCost R600TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in R600TTIImpl
106 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
H A DR600TargetTransformInfo.h61 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAMDGPUTargetTransformInfo.h156 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAMDGPUTargetTransformInfo.cpp728 InstructionCost GCNTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in GCNTTIImpl
755 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h157 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h120 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DPPCTargetTransformInfo.cpp1026 InstructionCost PPCTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in PPCTTIImpl
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h173 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAArch64TargetTransformInfo.cpp1938 InstructionCost AArch64TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in AArch64TTIImpl
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h218 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DX86TargetTransformInfo.cpp4219 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getMaskedMemoryOpCost()
5016 InstructionCost X86TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in X86TTIImpl
5141 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getGSScalarCost()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h227 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DARMTargetTransformInfo.cpp457 InstructionCost ARMTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in ARMTTIImpl
468 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1147 getCFInstrCost(unsigned Opcode,
1729 virtual InstructionCost getCFInstrCost(unsigned Opcode,
2274 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
2276 return Impl.getCFInstrCost(Opcode, CostKind, I);
H A DTargetTransformInfoImpl.h555 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
1017 return TargetTTI->getCFInstrCost(Opcode, CostKind, I); in getUserCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h239 getCFInstrCost(Instruction::Br, CostKind) + in getCommonMaskedMemoryOpCost()
240 getCFInstrCost(Instruction::PHI, CostKind)); in getCommonMaskedMemoryOpCost()
1093 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
1095 return BaseT::getCFInstrCost(Opcode, CostKind, I);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp845 InstructionCost TargetTransformInfo::getCFInstrCost( in getCFInstrCost() function in TargetTransformInfo
849 InstructionCost Cost = TTIImpl->getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2586 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
2600 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6182 TTI.getCFInstrCost(Instruction::PHI, TTI::TCK_RecipThroughput); in computePredInstDiscount()
6348 Cost += TTI.getCFInstrCost(Instruction::Br, TTI::TCK_RecipThroughput); in getMemInstScalarizationCost()
6986 (TTI.getCFInstrCost(Instruction::Br, CostKind) * VF.getFixedValue())); in getInstructionCost()
6989 return TTI.getCFInstrCost(Instruction::Br, CostKind); in getInstructionCost()
7017 return TTI.getCFInstrCost(Instruction::PHI, CostKind); in getInstructionCost()
7035 TTI.getCFInstrCost(Instruction::PHI, CostKind); in getInstructionCost()