Lines Matching defs:WantZExt
228 unsigned emitLoad(MVT VT, MVT ResultVT, Address Addr, bool WantZExt = true,
1753 bool WantZExt, MachineMemOperand *MMO) {
1834 Opc = GPOpcTable[WantZExt][2 * Idx + IsRet64Bit][0];
1835 RC = (IsRet64Bit && !WantZExt) ?
1839 Opc = GPOpcTable[WantZExt][2 * Idx + IsRet64Bit][1];
1840 RC = (IsRet64Bit && !WantZExt) ?
1844 Opc = GPOpcTable[WantZExt][2 * Idx + IsRet64Bit][2];
1845 RC = (IsRet64Bit && !WantZExt) ?
1849 Opc = GPOpcTable[WantZExt][2 * Idx + IsRet64Bit][3];
1877 if (WantZExt && RetVT == MVT::i64 && VT <= MVT::i32) {
1974 bool WantZExt = true;
1988 WantZExt = false;
1993 emitLoad(VT, RetVT, Addr, WantZExt, createMachineMemOperandFor(I));
2017 if (WantZExt) {