Searched refs:isImm (Results 126 - 150 of 193) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp359 if (Op.isImm()) {
H A DAMDGPUAsmPrinter.cpp619 if (Op.isImm()) {
1363 } else if (MO.isImm()) {
H A DSIInstrInfo.h762 return MO.isImm() && !isInlineConstant(MO, OpInfo.OperandType);
767 return MO.isImm() && !isInlineConstant(MI, OpIdx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp299 if (Op.isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp480 if (!DefMI->getOperand(2).isImm() || DefMI->getOperand(2).getImm() != 1 ||
1622 if (MI.getOperand(1).isImm() && MI.getOperand(1).getImm() == 0) {
1704 MI.getOperand(2).isImm() && MI.getOperand(2).getImm() == 0) {
1729 MI.getOperand(2).isImm() && MI.getOperand(2).getImm() == 0) {
2005 if (!MI.getOperand(2).isImm())
2074 !LdSt.getOperand(2).isImm())
2080 !LdSt.getOperand(3).isImm())
2117 assert(OfsOp.isImm() && "Offset operand wasn't immediate.");
4665 if (Root.getOperand(3).isImm()) {
4756 if (Root.getOperand(3).isImm()) {
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp715 if (MI->getOperand(1).isImm())
886 } else if (MO.isImm() &&
H A DARMBaseInstrInfo.cpp605 assert(Opc.isImm());
1265 MI.getOperand(3).isImm() && MI.getOperand(2).getReg() == 0 &&
1276 if (MI.getOperand(1).isFI() && MI.getOperand(2).isImm() &&
1283 if (MI.getOperand(0).isFI() && MI.getOperand(1).isImm() &&
1502 MI.getOperand(3).isImm() && MI.getOperand(2).getReg() == 0 &&
1513 if (MI.getOperand(1).isFI() && MI.getOperand(2).isImm() &&
1520 if (MI.getOperand(0).isFI() && MI.getOperand(1).isImm() &&
3246 if (!DefMI.getOperand(1).isImm())
5431 if (!MI.getOperand(1).isReg() || !MI.getOperand(2).isImm())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp145 if (MI->getOperand(OpNo).isImm())
170 if (Offset.isImm()) {
H A DHexagonBitSimplify.cpp1127 assert(MI.getOperand(ImN).isImm());
1192 assert(MI.getOperand(ImN).isImm());
1963 if (!OffOp.isImm())
2126 if (Opc == Hexagon::A2_andir && MI->getOperand(2).isImm()) {
2588 if (!CmpOp.isImm() || CmpOp.getImm() != 0)
2636 if (Op.isImm())
2648 if (Op.isImm())
3285 if (!DefPrehR->getOperand(1).isImm())
H A DHexagonConstPropagation.cpp1996 if (!VO.isImm())
2041 if (!MI.getOperand(1).isImm() || !MI.getOperand(2).isImm())
2610 bool Imm1 = Src1.isImm(), Imm2 = Src2.isImm();
2653 if (!Src2.isImm())
2664 if (!Src2.isImm())
2703 if (ValOp.isImm()) {
H A DHexagonConstExtenders.cpp700 if (Op.isImm())
755 if (Op.isImm())
1058 if (Rb != Register(Op1) || !Op2.isImm())
1074 !MI.getOperand(OffP).isImm())
1896 P.first->getOperand(J+1).isImm());
H A DHexagonGenPredicate.cpp199 if (MI->getOperand(2).isImm() && MI->getOperand(2).getImm() == 0)
H A DHexagonNewValueJump.cpp252 if (!Op2.isImm())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp571 if (!FlagsOP.isImm())
632 assert(OffsetMO.isImm() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp317 } else if (Op.isImm()) {
745 assert(MO.isImm() && "Not a valid bf_inv_mask_imm value!");
1170 assert(MO2.isImm() && "Not a valid t2_so_reg value!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp819 if (!FlagMO.isImm())
1141 assert(FlagMO.isImm() && "Invalid tied operand on inline asm");
1689 } else if (i == AsmDescOp && MO.isImm()) {
1721 if (MO.isImm() && isOperandSubregIdx(i))
H A DImplicitNullChecks.cpp484 if (!(MBP.LHS.isReg() && MBP.RHS.isImm() && MBP.RHS.getImm() == 0 &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp160 bool isImm() const override { return Kind == k_Imm; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp395 if (MI->getOperand(opNum+1).isImm() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp465 if (!MI.getOperand(ValueIndex).isImm())
H A DX86ExpandPseudo.cpp199 assert(StackAdjust.isImm() && "Expecting immediate value.");
H A DX86RegisterInfo.cpp777 if (MI.getOperand(FIOperandNum+3).isImm()) {
H A DX86InstrInfo.cpp680 MI.getOperand(Op + X86::AddrScaleAmt).isImm() &&
682 MI.getOperand(Op + X86::AddrDisp).isImm() &&
1085 MI.getOperand(1 + X86::AddrScaleAmt).isImm() &&
1104 if (MI.getOperand(1 + X86::AddrScaleAmt).isImm() &&
1609 if (!MI.getOperand(2).isImm())
1637 if (!MI.getOperand(2).isImm())
3691 if (!DispMO.isImm())
3769 if (MI.getOperand(1).isImm()) {
3804 if (MI.getOperand(2).isImm()) {
7281 if (MI.getOperand(NumOperands - 1).isImm()) {
[all...]
H A DX86MCInstLower.cpp322 (Inst.getOperand(ImmOp).isImm() || Inst.getOperand(ImmOp).isExpr()) &&
383 Inst.getOperand(AddrBase + X86::AddrScaleAmt).isImm() &&
386 (Inst.getOperand(AddrOp).isExpr() || Inst.getOperand(AddrOp).isImm()) &&
1405 if (!(CalleeMO.isImm() && !CalleeMO.getImm())) {
2123 if (!CtrlOp.isImm())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp249 assert((!Op1.isImm() || (Op1.getImm() == 0)) && "unexpected offset");
250 MachineLocation MLoc(RegOp.getReg(), Op1.isImm());
258 if (MI->getDebugOperand(0).isImm())
706 if (ParamValue->first.isImm()) {
1585 if (DbgValue->getDebugOperand(0).isImm() && MBB->pred_empty())

Completed in 329 milliseconds

12345678