reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1091 return ConcreteTTI->getIntrinsicInstrCost(IID, RetTy, Types, FMF, 1099 return ConcreteTTI->getGatherScatterOpCost( 1107 return ConcreteTTI->getGatherScatterOpCost(Instruction::Load, RetTy, 1139 Cost += ConcreteTTI->getArithmeticInstrCost(BinaryOperator::Or, RetTy); 1140 Cost += ConcreteTTI->getArithmeticInstrCost(BinaryOperator::Sub, RetTy); 1141 Cost += ConcreteTTI->getArithmeticInstrCost(BinaryOperator::Shl, RetTy, 1143 Cost += ConcreteTTI->getArithmeticInstrCost(BinaryOperator::LShr, RetTy, 1148 Cost += ConcreteTTI->getArithmeticInstrCost(BinaryOperator::URem, RetTy, 1154 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, 1156 Cost += ConcreteTTI->getCmpSelInstrCost(BinaryOperator::Select, RetTy,