Lines Matching refs:SimpleTy
320 switch (VT.SimpleTy) { in getImplicitScaleFactor()
1169 switch (RetVT.SimpleTy) { in emitAddSub()
1188 RetVT.SimpleTy = std::max(RetVT.SimpleTy, MVT::i32); in emitAddSub()
1473 switch (VT.SimpleTy) { in emitCmp()
1650 MVT VT = std::max(MVT::i32, RetVT.SimpleTy); in emitLogicalOp()
1671 switch (RetVT.SimpleTy) { in emitLogicalOp_ri()
1721 switch (RetVT.SimpleTy) { in emitLogicalOp_rs()
1828 switch (VT.SimpleTy) { in emitLoad()
2058 switch (VT.SimpleTy) { in emitStoreRelease()
2117 switch (VT.SimpleTy) { in emitStore()
2676 switch (VT.SimpleTy) { in selectSelect()
2933 MVT VT = ArgVT.getSimpleVT().SimpleTy; in fastLowerArguments()
3587 switch (VT.SimpleTy) { in fastLowerIntrinsicCall()
3969 switch (DestVT.SimpleTy) { in selectTrunc()
4035 switch (RetVT.SimpleTy) { in emitMul_rr()
4072 switch (RetVT.SimpleTy) { in emitLSL_rr()
4093 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitLSL_ri()
4157 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitLSL_ri()
4174 switch (RetVT.SimpleTy) { in emitLSR_rr()
4196 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitLSR_ri()
4273 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitLSR_ri()
4290 switch (RetVT.SimpleTy) { in emitASR_rr()
4312 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitASR_ri()
4378 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitASR_ri()
4407 switch (SrcVT.SimpleTy) { in emitIntExt()
4817 switch (RetVT.SimpleTy) { in selectBitCast()
4842 switch (RetVT.SimpleTy) { in selectFRem()