Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h166 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
257 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAMDGPUTargetTransformInfo.cpp813 InstructionCost GCNTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in GCNTTIImpl
844 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
1318 InstructionCost R600TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in R600TTIImpl
1330 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h159 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h119 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DPPCTargetTransformInfo.cpp1003 InstructionCost PPCTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in PPCTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h213 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DX86TargetTransformInfo.cpp3461 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getMaskedMemoryOpCost()
4265 InstructionCost X86TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in X86TTIImpl
4389 InstructionCost BranchCost = getCFInstrCost(Instruction::Br, CostKind); in getGSScalarCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h154 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DAArch64TargetTransformInfo.cpp914 InstructionCost AArch64TTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in AArch64TTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h209 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
H A DARMTargetTransformInfo.cpp382 InstructionCost ARMTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() function in ARMTTIImpl
393 return BaseT::getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1118 getCFInstrCost(unsigned Opcode,
1627 virtual InstructionCost getCFInstrCost(unsigned Opcode,
2115 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
2117 return Impl.getCFInstrCost(Opcode, CostKind, I);
H A DTargetTransformInfoImpl.h521 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
955 return TargetTTI->getCFInstrCost(Opcode, CostKind, I); in getUserCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h234 getCFInstrCost(Instruction::Br, CostKind) + in getCommonMaskedMemoryOpCost()
235 getCFInstrCost(Instruction::PHI, CostKind)); in getCommonMaskedMemoryOpCost()
1013 InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind,
1015 return BaseT::getCFInstrCost(Opcode, CostKind, I);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1361 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
1375 TTI.getCFInstrCost(Instruction::Br, TargetTransformInfo::TCK_CodeSize); in findCostForOutputBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp792 InstructionCost TargetTransformInfo::getCFInstrCost( in getCFInstrCost() function in TargetTransformInfo
796 InstructionCost Cost = TTIImpl->getCFInstrCost(Opcode, CostKind, I); in getCFInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6813 TTI.getCFInstrCost(Instruction::PHI, TTI::TCK_RecipThroughput); in computePredInstDiscount()
6972 Cost += TTI.getCFInstrCost(Instruction::Br, TTI::TCK_RecipThroughput); in getMemInstScalarizationCost()
7515 (TTI.getCFInstrCost(Instruction::Br, CostKind) * in getInstructionCost()
7519 return TTI.getCFInstrCost(Instruction::Br, CostKind); in getInstructionCost()
7547 return TTI.getCFInstrCost(Instruction::PHI, CostKind); in getInstructionCost()
7565 TTI.getCFInstrCost(Instruction::PHI, CostKind); in getInstructionCost()