Lines Matching defs:getI32Imm
74 /// getI32Imm - Return a target constant of type i32 with the specified
76 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) {
2502 Ops.push_back(getI32Imm(Lane, dl));
2586 Ops.push_back(getI32Imm(ImmValue, Loc)); // immediate offset
2621 Ops.push_back(getI32Imm(ImmValue, Loc)); // immediate shift count
2630 Ops.push_back(getI32Imm(SatBit, Loc));
2684 Ops.push_back(getI32Imm(ImmValue, Loc)); // immediate shift count
2871 Ops.push_back(getI32Imm(ImmValue, Loc));
2892 Ops.push_back(getI32Imm(ImmCoprocVal, Loc));
2911 Ops.push_back(getI32Imm(ImmVal, Loc));
4716 Ops.push_back(getI32Imm(N->getConstantOperandVal(2), dl)); /* coproc */
4717 Ops.push_back(getI32Imm(N->getConstantOperandVal(3), dl)); /* opc */
4718 Ops.push_back(getI32Imm(N->getConstantOperandVal(4), dl)); /* CRm */