Lines Matching refs:SimpleTy
321 switch (VT.SimpleTy) { in getImplicitScaleFactor()
1170 switch (RetVT.SimpleTy) { in emitAddSub()
1189 RetVT.SimpleTy = std::max(RetVT.SimpleTy, MVT::i32); in emitAddSub()
1474 switch (VT.SimpleTy) { in emitCmp()
1651 MVT VT = std::max(MVT::i32, RetVT.SimpleTy); in emitLogicalOp()
1672 switch (RetVT.SimpleTy) { in emitLogicalOp_ri()
1722 switch (RetVT.SimpleTy) { in emitLogicalOp_rs()
1829 switch (VT.SimpleTy) { in emitLoad()
2059 switch (VT.SimpleTy) { in emitStoreRelease()
2118 switch (VT.SimpleTy) { in emitStore()
2681 switch (VT.SimpleTy) { in selectSelect()
2938 MVT VT = ArgVT.getSimpleVT().SimpleTy; in fastLowerArguments()
3601 switch (VT.SimpleTy) { in fastLowerIntrinsicCall()
3983 switch (DestVT.SimpleTy) { in selectTrunc()
4049 switch (RetVT.SimpleTy) { in emitMul_rr()
4086 switch (RetVT.SimpleTy) { in emitLSL_rr()
4107 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitLSL_ri()
4171 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitLSL_ri()
4188 switch (RetVT.SimpleTy) { in emitLSR_rr()
4210 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitLSR_ri()
4287 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitLSR_ri()
4304 switch (RetVT.SimpleTy) { in emitASR_rr()
4326 assert(RetVT.SimpleTy >= SrcVT.SimpleTy && in emitASR_ri()
4392 if (SrcVT.SimpleTy <= MVT::i32 && RetVT == MVT::i64) { in emitASR_ri()
4421 switch (SrcVT.SimpleTy) { in emitIntExt()
4831 switch (RetVT.SimpleTy) { in selectBitCast()
4856 switch (RetVT.SimpleTy) { in selectFRem()