reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
410 if (ST->hasSlowLoadDSubregister() && Opcode == Instruction::InsertElement && 414 if (ST->hasNEON() && (Opcode == Instruction::InsertElement || 415 Opcode == Instruction::ExtractElement)) { 425 return std::max(BaseT::getVectorInstrCost(Opcode, ValTy, Index), 2U); 428 if (ST->hasMVEIntegerOps() && (Opcode == Instruction::InsertElement || 429 Opcode == Instruction::ExtractElement)) { 434 return std::max(BaseT::getVectorInstrCost(Opcode, ValTy, Index), 439 return BaseT::getVectorInstrCost(Opcode, ValTy, Index);