HomeSort by relevance Sort by last modified time
    Searched refs:getImm (Results 151 - 175 of 203) sorted by null

1 2 3 4 5 67 8 9

  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 743 if (!isUInt<5>(MI->getOperand(1).getImm()))
755 NumOps = 1 + InlineAsm::getNumOperandRegisters(MO.getImm());
    [all...]
RegAllocFast.cpp 303 uint64_t Offset = IsIndirect ? DBG->getOperand(1).getImm() : 0;
864 uint64_t Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
    [all...]
TwoAddressInstructionPass.cpp     [all...]
LiveDebugVariables.cpp 465 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
    [all...]
TargetInstrInfo.cpp 232 MO.setImm(Pred[j].getImm());
  /external/llvm/lib/Target/AArch64/
AArch64BranchRelaxation.cpp 346 AArch64CC::CondCode CC = (AArch64CC::CondCode)MI->getOperand(0).getImm();
AArch64CollectLOH.cpp     [all...]
AArch64ExpandPseudoInsts.cpp 394 uint64_t Imm = MI.getOperand(1).getImm();
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 79 return PIdx != -1 ? (ARMCC::CondCodes)MI->getOperand(PIdx).getImm()
Thumb1RegisterInfo.cpp 356 Offset += MI.getOperand(FrameRegIdx+1).getImm();
441 int InstrOffs = MI.getOperand(ImmIdx).getImm();
Thumb1FrameLowering.cpp 64 unsigned Amount = Old->getOperand(0).getImm();
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 296 return static_cast<unsigned>(MO.getImm());
MipsSEFrameLowering.cpp 499 int64_t Amount = I->getOperand(0).getImm();
MipsSEISelLowering.cpp     [all...]
MipsSEInstrInfo.cpp 517 unsigned N = I->getOperand(2).getImm();
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 318 return MO.getImm();
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 909 int StackAdj = StackAdjust.getImm();
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 298 Offset += MI.getOperand(FIOperandNum + 1).getImm();
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 198 const MCExpr *getImm() const {
241 addExpr(Inst, getImm());
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 508 int64_t Offset = MI.getOperand(FIOperandNum + 1).getImm() + FIOffset;
515 int Imm = (int)(MI.getOperand(FIOperandNum + 3).getImm());
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 256 return std::make_pair(EvalResult(Op.getImm()), RemainingExpr);
  /external/llvm/lib/MC/MCAnalysis/
MCModuleYAML.cpp 225 Out << "I" << Val.MCOp.getImm();
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 426 uint64_t Offset = StackSize + MBBI->getOperand(AddrOpNo + 1).getImm();
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 256 MI->getOperand(1).getImm());
262 MI->getOperand(1).getImm());
283 unsigned TextureId = MI->getOperand(6).getImm();
384 unsigned TextureId = MI->getOperand(6).getImm();
518 unsigned InstExportType = MI->getOperand(1).getImm();
525 .getImm();
    [all...]

Completed in 563 milliseconds

1 2 3 4 5 67 8 9