Lines Matching refs:i64

54   addRegisterClass(MVT::i64, &AArch64::GPR64RegClass);
74 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
79 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
80 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
85 setOperationAction(ISD::BR_CC, MVT::i64, Custom);
90 setOperationAction(ISD::SELECT, MVT::i64, Custom);
95 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
102 setOperationAction(ISD::SETCC, MVT::i64, Custom);
108 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
115 setOperationAction(ISD::BlockAddress, MVT::i64, Custom);
118 setOperationAction(ISD::ROTL, MVT::i64, Expand);
121 setOperationAction(ISD::UREM, MVT::i64, Expand);
123 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
126 setOperationAction(ISD::SREM, MVT::i64, Expand);
128 setOperationAction(ISD::SDIVREM, MVT::i64, Expand);
131 setOperationAction(ISD::CTPOP, MVT::i64, Expand);
228 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom);
231 setOperationAction(ISD::FP_TO_UINT, MVT::i64, Custom);
234 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom);
237 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Custom);
256 setOperationAction(ISD::EXCEPTIONADDR, MVT::i64, Expand);
257 setOperationAction(ISD::EHSELECTION, MVT::i64, Expand);
266 // in a twist (e.g. inserting an any_extend which then becomes i64 -> i64).
808 // i64 will go in registers (C.11).
851 SDValue Val = DAG.getCopyFromReg(Chain, DL, VReg, MVT::i64);
1235 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i64);
2051 SDValue HiVar = DAG.getTargetGlobalAddress(GV, DL, MVT::i64, 0,
2053 SDValue LoVar = DAG.getTargetGlobalAddress(GV, DL, MVT::i64, 0,
2099 SDValue HiVar = DAG.getTargetGlobalAddress(GV, DL, MVT::i64, 0,
2101 SDValue LoVar = DAG.getTargetGlobalAddress(GV, DL, MVT::i64, 0,
2250 // for the rest of the function (some i32 or i64 values).
2418 if (VT != MVT::i32 && VT != MVT::i64)
2442 DAG.getConstant(LSB, MVT::i64),
2443 DAG.getConstant(LSB + Width - 1, MVT::i64));
2481 DAG.getConstant(ShiftRightRequired, MVT::i64));
2486 DAG.getConstant(-ShiftRightRequired, MVT::i64));
2582 DAG.getConstant(LSB, MVT::i64),
2583 DAG.getConstant(Width, MVT::i64));
2641 assert(VT == MVT::i64 && BFI.getValueType() == MVT::i32
2695 if (VT != MVT::i32 && VT != MVT::i64)
2725 DAG.getConstant(ShiftRHS, MVT::i64));
2767 if (VT != MVT::i32 && VT != MVT::i64)
2790 DAG.getConstant(LSB, MVT::i64),
2791 DAG.getConstant(LSB + Width - 1, MVT::i64));
2944 else if (VT == MVT::i64)