Searched refs:isImm (Results 151 - 175 of 180) sorted by relevance

12345678

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp776 return MBP.LHS.isReg() && MBP.RHS.isImm() && MBP.RHS.getImm() == 0 &&
H A DMachineLICM.cpp971 } else if (!MO.isImm()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp270 if (!Op.isImm()) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1066 && getOperand(1).isImm();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp642 if (DefiningMI->getOperand(2*i+2).isImm()) {
H A DAArch64InstructionSelector.cpp1386 else if (I.getOperand(1).isImm())
1666 } else if (I.getOperand(1).isImm()) {
4142 if (Root.isImm())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp755 if (!MI->getOperand(1).isImm())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp310 if (!MI->getOperand(Op).isImm())
H A DMipsConstantIslandPass.cpp1653 if (Literal.isImm()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp629 if (CalleeMO.isImm()) {
H A DSystemZInstrInfo.cpp522 MI.getOperand(1).isImm()) {
1772 (MCOI.RegClass == -1 && !Op.isImm()))) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp92 bool isImm() const override { return Kind == Integer || Kind == Symbol; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2893 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) &&
2898 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) &&
2908 if (Op1.isImm())
3463 if (X86Op->isImm()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp321 if (!Disp.isImm())
H A DX86FloatingPoint.cpp1532 i != e && MI.getOperand(i).isImm(); i += 1 + NumOps) {
H A DX86InstructionSelector.cpp649 } else if (I.getOperand(1).isImm()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp978 assert(Val.isImm() && "Unexpected operand for G_CONSTANT");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1192 if (MI->getOperand(0).isImm())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp782 assert(!MO.isImm());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp536 !Disp.isImm())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp269 if (Op.isImm())
H A DHexagonFrameLowering.cpp2176 if (i+1 >= n || !In.getOperand(i+1).isImm() ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp866 bool MemLoc = MI->getOperand(0).isReg() && MI->getOperand(1).isImm();
899 } else if (MI->getOperand(0).isImm()) {
H A DDwarfUnit.cpp544 assert(MO.isImm() && "Invalid machine operand!");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1476 assert(StackAdjust.isImm() && "Expecting immediate value.");

Completed in 426 milliseconds

12345678