reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
482 assert(VT != MVT::iPTR && "Pointer MVT not expected here"); 483 if (Subtarget->hasSIMD128() && VT.isVector()) { 484 if (VT.getSizeInBits() == 128) 487 if (VT.isInteger() && !VT.isVector()) { 487 if (VT.isInteger() && !VT.isVector()) { 488 if (VT.getSizeInBits() <= 32) 490 if (VT.getSizeInBits() <= 64) 499 return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);