|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
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,
lib/Target/AArch64/AArch64TargetTransformInfo.cpp 618 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, I);
lib/Target/ARM/ARMTargetTransformInfo.cpp 470 return BaseCost * BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, I);
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp 236 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, I);
lib/Target/PowerPC/PPCTargetTransformInfo.cpp 759 int Cost = BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, I);
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp 885 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, nullptr);
lib/Target/X86/X86TargetTransformInfo.cpp 1872 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, I);