reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/PowerPC/PPCTargetTransformInfo.h
   97   int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,

References

include/llvm/Analysis/TargetTransformInfo.h
 1710     return Impl.getCmpSelInstrCost(Opcode, ValTy, CondTy, I);
include/llvm/CodeGen/BasicTTIImpl.h
  853       unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
 1154         Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy,
 1156         Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::Select, RetTy,
 1339       Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy,
 1341       Cost += 2 * ConcreteTTI->getCmpSelInstrCost(BinaryOperator::Select, RetTy,
 1357       Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::Select, RetTy,
 1401       Cost += 3 * ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy,
 1403       Cost += 2 * ConcreteTTI->getCmpSelInstrCost(
 1419       Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy,
 1447       Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, MulTy,
 1678           ConcreteTTI->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, nullptr) +
 1679           ConcreteTTI->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy,
 1703         (ConcreteTTI->getCmpSelInstrCost(CmpOpcode, Ty, CondTy, nullptr) +
 1704          ConcreteTTI->getCmpSelInstrCost(Instruction::Select, Ty, CondTy,