Home
last modified time | relevance | path

Searched refs:IsImm (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp610 bool IsImm = Inst.getOperand(1).isImm(); in expandSET() local
611 int64_t RawImmValue = IsImm ? MCValOp.getImm() : 0; in expandSET()
626 IsImm && ((is64Bit() ? 0 : -4096) <= ImmValue && ImmValue < 4096); in expandSET()
628 if (IsImm) in expandSET()
659 if (!IsImm || IsEffectivelyImm13 || (ImmValue & 0x3ff)) { in expandSET()
685 bool IsImm = MCValOp.isImm(); in expandSETX() local
686 int64_t ImmValue = IsImm ? MCValOp.getImm() : 0; in expandSETX()
688 const MCExpr *ValExpr = IsImm ? MCConstantExpr::create(ImmValue, getContext()) in expandSETX()
692 if (IsImm && isInt<13>(ImmValue)) { in expandSETX()
717 if (IsImm && isUInt<32>(ImmValue)) in expandSETX()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrFormats.td316 let Inst{13} = 0; // IsImm
331 let Inst{13} = 1; // IsImm
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp124 bool IsImm = false; in simplifyX86immShift() local
138 IsImm = true; in simplifyX86immShift()
161 IsImm = true; in simplifyX86immShift()
184 IsImm = true; in simplifyX86immShift()
212 if (IsImm) { in simplifyX86immShift()