HomeSort by relevance Sort by last modified time
    Searched refs:isImm (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 267 bool isImm() const { return Kind == Immediate; }
270 if (!isImm())
284 if (!isImm())
298 if (!isImm())
312 if (!isImm())
326 if (!isImm())
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 45 if (MI->getOperand(1).isFI() && MI->getOperand(2).isImm() &&
64 if (MI->getOperand(0).isFI() && MI->getOperand(1).isImm() &&
  /external/llvm/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 73 if (mop.isImm() && (mop.getImm() < -0x8000 || mop.getImm() > 0x7fff))
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp     [all...]
X86MCInstLower.cpp 266 (Inst.getOperand(ImmOp).isImm() || Inst.getOperand(ImmOp).isExpr()) &&
297 Inst.getOperand(AddrBase + 1).isImm() && // scale
300 Inst.getOperand(AddrOp).isImm())&&
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 245 if (DispOp.isImm()) {
362 if (Disp.isImm() && Disp.getImm() == 0 && BaseRegNo != N86::EBP) {
368 if (Disp.isImm() && isDisp8(Disp.getImm())) {
392 } else if (!Disp.isImm()) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 221 if (MI->getOperand(0).isReg() && MI->getOperand(1).isImm())
436 if (!MI->getOperand(OpNum).isImm())
460 if (!MI->getOperand(OpNum).isImm())
465 if (!MI->getOperand(OpNum).isImm())
500 if (!FlagsOP.isImm())
    [all...]
Thumb2SizeReduction.cpp 582 if (MI->getOperand(1).isImm())
749 } else if (MO.isImm() &&
    [all...]
ARMCodeEmitter.cpp 285 if (!MO.isImm()) {
452 if (MO.isImm())
475 else if (MO.isImm())
780 assert(MO1.isImm() && ARM_AM::isSOImmTwoPartVal(MO1.getImm()) &&
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMExpandPseudoInsts.cpp 631 assert (MO.isImm() && "MOVi32imm w/ non-immediate source operand!");
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 80 MI->getOperand(1).isImm() && (MI->getOperand(1).getImm() == 0)) {
104 MI->getOperand(1).isImm() && (MI->getOperand(1).getImm() == 0)) {
129 if (!Cond.empty() && Cond[0].isImm() && Cond[0].getImm() == 0) {
    [all...]
HexagonFrameLowering.cpp 112 assert(MO.isImm() && "Expected immediate");
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 178 bool isImm() const { return Kind == Immediate; }
373 if (!Offset.isReg() && !Offset.isImm()) {
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 51 (MI->getOperand(2).isImm()) && // the imm is zero
76 (MI->getOperand(2).isImm()) && // the imm is zero
MipsCodeEmitter.cpp 220 else if (MO.isImm())
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 274 bool isImm() const { return Kind == k_Immediate; }
421 assert(ImmOp.isImm() && "expected immediate operand kind");
467 assert(ImmOp.isImm() && "expected immediate operand kind");
509 assert(ImmOp.isImm() && "expected immediate operand kind");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 93 if (MI->getOperand(0).isReg() && MI->getOperand(2).isImm())
272 if (MI->getOperand(OpNo).isImm())
355 assert(MI->getOperand(0).isReg() && MI->getOperand(1).isImm());
    [all...]
PPCInstrInfo.cpp 103 if (MI->getOperand(1).isImm() && !MI->getOperand(1).getImm() &&
121 if (MI->getOperand(1).isImm() && !MI->getOperand(1).getImm() &&
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
TargetInstrInfo.cpp 230 } else if (MO.isImm()) {
MachineVerifier.cpp 725 if (!MI->getOperand(1).isImm())
739 if (!MO.isImm())
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 294 } else if (Op.isImm()) {
320 else if (MO1.isImm()) {
662 assert(MO.isImm() && "Not a valid bf_inv_mask_imm value!");
1020 assert(MO2.isImm() && "Not a valid t2_so_reg value!")
    [all...]
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 738 assert(MI->getOperand(Idx).isImm());
801 assert(FlagOp.isImm());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 590 assert(MO.isImm() && "Invalid machine operand!");
    [all...]

Completed in 370 milliseconds

1 23 4