Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Or

418 /// getFPEXT - Return the FPEXT_*_* value for the given types, or
434 /// getFPROUND - Return the FPROUND_*_* value for the given types, or
458 /// getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or
508 /// getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or
558 /// getSINTTOFP - Return the SINTTOFP_*_* value for the given types, or
598 /// getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or
762 // Legal, in which case all fp constants are legal, or use isFPImmLegal()
909 // Otherwise, promotion or legal types use the same number of registers as
1195 /// with Altivec or SSE1, or 8 promoted MVT::f64 values with the X86 FP stack.
1209 // or a promoted vector type that has the same number of elements which
1262 // Otherwise, promotion or legal types use the same number of registers as
1268 /// type of the given function. This does not require a DAG or a return value,
1291 // require promoting with signext or zeroext attributes.
1358 case Or: return ISD::OR;
1443 case 0: // "r+i" or just "i", depending on HasBaseReg.
1448 // Otherwise we have r+r or r+i.
1451 if (AM.HasBaseReg || AM.BaseOffs) // 2*r+r or 2*r+i is not allowed.