Searched refs:isImm (Results 226 - 236 of 236) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2927 if (MI->getNumOperands() < 3 || !MI->getOperand(2).isImm())
H A DARMExpandPseudoInsts.cpp991 assert (MO.isImm() && "MOVi32imm w/ non-immediate source operand!");
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1351 if (Op.isImm())
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1413 } else if (MO.isImm() || MO.isFPImm() || MO.isCImm()) {
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1645 assert(StackAdjust.isImm() && "Expecting immediate value.");
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3470 assert(MI.getOperand(2).isImm() && "Expected immediate");
3681 else if (Op.isImm())
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp7441 if (Operand.isImm()) {
H A DAsmParser.cpp6033 if (Operand.isImm()) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4993 assert(SrcOp.isImm() && SrcOp.getImm() == 0);
H A DSIISelLowering.cpp4435 if (Def && Def->isMoveImmediate() && Def->getOperand(1).isImm()) {
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8213 bool IsImmForm = LengthMO.isImm();
8225 if (ByteMO.isImm())

Completed in 414 milliseconds

12345678910