Lines Matching refs:SimpleTy
332 switch (VT.SimpleTy) { in getImplicitScaleFactor()
1132 switch (RetVT.SimpleTy) { in emitAddSub()
1151 RetVT.SimpleTy = std::max(RetVT.SimpleTy, MVT::i32); in emitAddSub()
1459 switch (VT.SimpleTy) { in emitCmp()
1649 MVT VT = std::max(MVT::i32, RetVT.SimpleTy); in emitLogicalOp()
1671 switch (RetVT.SimpleTy) { in emitLogicalOp_ri()
1722 switch (RetVT.SimpleTy) { in emitLogicalOp_rs()
1829 switch (VT.SimpleTy) { in emitLoad()
2060 switch (VT.SimpleTy) { in emitStoreRelease()
2119 switch (VT.SimpleTy) { in emitStore()
2684 switch (VT.SimpleTy) { in selectSelect()
2953 MVT VT = ArgVT.getSimpleVT().SimpleTy; in fastLowerArguments()
3587 switch (VT.SimpleTy) { in fastLowerIntrinsicCall()
3924 switch (DestVT.SimpleTy) { in selectTrunc()
3991 switch (RetVT.SimpleTy) { in emitMul_rr()
4033 switch (RetVT.SimpleTy) { in emitLSL_rr()
4057 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitLSL_ri()
4121 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitLSL_ri()
4139 switch (RetVT.SimpleTy) { in emitLSR_rr()
4164 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitLSR_ri()
4242 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitLSR_ri()
4260 switch (RetVT.SimpleTy) { in emitASR_rr()
4285 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitASR_ri()
4351 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitASR_ri()
4381 switch (SrcVT.SimpleTy) { in emitIntExt()
4810 switch (RetVT.SimpleTy) { in selectBitCast()
4836 switch (RetVT.SimpleTy) { in selectFRem()