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

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp261 assert(MO.isImm());
1452 if (Lod.isImm()) {
1461 if (Lod.isImm()) {
H A DSIRegisterInfo.cpp1424 (SOffset.isImm() && SOffset.getImm() == 0));
H A DAMDGPULegalizerInfo.cpp3840 assert(SrcOp.isImm() && SrcOp.getImm() == 0);
H A DSIISelLowering.cpp4204 if (Def && Def->isMoveImmediate() && Def->getOperand(1).isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp269 if (Op.isImm())
H A DHexagonFrameLowering.cpp2325 if (i+1 >= n || !In.getOperand(i+1).isImm() ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1535 i != e && MI.getOperand(i).isImm(); i += 1 + NumOps) {
H A DX86InstructionSelector.cpp650 } else if (I.getOperand(1).isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp492 if (Root.isImm())
1762 else if (I.getOperand(1).isImm())
2088 } else if (I.getOperand(1).isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp543 assert(MO.isImm() && "Invalid machine operand!");
H A DAsmPrinter.cpp912 } else if (MI->getDebugOperand(0).isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp882 assert (MO.isImm() && "MOVi32imm w/ non-immediate source operand!");
H A DARMFastISel.cpp2919 if (MI->getNumOperands() < 3 || !MI->getOperand(2).isImm())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1644 assert(StackAdjust.isImm() && "Expecting immediate value.");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3096 if (!MI.getOperand(2).isImm() || !MI.getOperand(3).isFI())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5851 if (Operand.isImm()) {
H A DMasmParser.cpp6672 if (Operand.isImm()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2666 assert(MI.getOperand(2).isImm() && "Expected immediate");

Completed in 496 milliseconds

12345678