Lines Matching refs:SimpleTy
319 switch (VT.SimpleTy) { in getImplicitScaleFactor()
1142 switch (RetVT.SimpleTy) { in emitAddSub()
1161 RetVT.SimpleTy = std::max(RetVT.SimpleTy, MVT::i32); in emitAddSub()
1455 switch (VT.SimpleTy) { in emitCmp()
1632 MVT VT = std::max(MVT::i32, RetVT.SimpleTy); in emitLogicalOp()
1653 switch (RetVT.SimpleTy) { in emitLogicalOp_ri()
1703 switch (RetVT.SimpleTy) { in emitLogicalOp_rs()
1810 switch (VT.SimpleTy) { in emitLoad()
2040 switch (VT.SimpleTy) { in emitStoreRelease()
2099 switch (VT.SimpleTy) { in emitStore()
2658 switch (VT.SimpleTy) { in selectSelect()
2915 MVT VT = ArgVT.getSimpleVT().SimpleTy; in fastLowerArguments()
3568 switch (VT.SimpleTy) { in fastLowerIntrinsicCall()
3901 switch (DestVT.SimpleTy) { in selectTrunc()
3967 switch (RetVT.SimpleTy) { in emitMul_rr()
4004 switch (RetVT.SimpleTy) { in emitLSL_rr()
4025 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitLSL_ri()
4089 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitLSL_ri()
4106 switch (RetVT.SimpleTy) { in emitLSR_rr()
4128 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitLSR_ri()
4205 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitLSR_ri()
4222 switch (RetVT.SimpleTy) { in emitASR_rr()
4244 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitASR_ri()
4310 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitASR_ri()
4339 switch (SrcVT.SimpleTy) { in emitIntExt()
4749 switch (RetVT.SimpleTy) { in selectBitCast()
4774 switch (RetVT.SimpleTy) { in selectFRem()