HomeSort by relevance Sort by last modified time
    Searched defs:getImm (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.h 75 // getImm - Return a target constant with the specified value.
76 inline SDValue getImm(const SDNode *Node, uint64_t Imm) {
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.cpp 200 ARMWord ARMAssembler::getImm(ARMWord imm, int tmpReg, bool invert)
  /external/llvm/include/llvm/MC/
MCInst.h 74 int64_t getImm() const {
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 402 int64_t getImm() const {
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 152 const MCExpr *getImm() const {
200 addExpr(Inst, getImm());
288 getImm()->print(OS);
382 Op = MBlazeOperand::CreateMem(Base.getReg(), Offset.getImm(), S, E);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 165 int64_t getImm() const {
178 if (isImm()) { OS << getImm(); }
329 unsigned PredCond = LastI->getOperand(0).getImm();
382 ImmVal = (short) MO.getImm();
384 ImmVal = MO.getImm();
389 int64_t iv_value = (short) IV_DefInstr->getOperand(2).getImm();
399 int64_t start = (short) DefInstr->getOperand(2).getImm();
407 start |= int64_t(short(DefInstr2->getOperand(1).getImm())) << 16;
429 int64_t(short(DefInstr->getOperand(1).getImm()));
627 DEBUG(dbgs() << "constant trip count: " << TripCount->getImm() << "\n")
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 316 int64_t getImm() const { assert(isImm()); return Imm; }
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 235 const MCExpr *getImm() const {
320 if (isNonConstantExpr(getImm(), Variant)) {
333 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
343 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
387 return cast<MCConstantExpr>(getImm())->getValue() == 1;
394 if (isNonConstantExpr(getImm(), Variant)) {
428 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
588 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
641 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
670 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 263 unsigned getImm() const {
365 int64_t V = DI->getOperand(2).getImm();
568 EndV = EndValue->getImm();
576 InitV = InitialValue->getImm();
660 int64_t StartV = Start->getImm();
661 int64_t EndV = End->getImm();
732 StartV = Start->getImm();
734 EndV = End->getImm();
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 260 const MCExpr *Expr = getImm();
293 const MCExpr *getImm() const {
425 int ImmValue = ImmOp.getImm();
472 int ImmValue = ImmOp.getImm();
512 int ImmValue = ImmOp.getImm();
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 234 const MCExpr *getImm() const {
275 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
289 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
303 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
317 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
331 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
420 addExpr(Inst, getImm());
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 552 const MCExpr *getImm() const {
587 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
594 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
601 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
608 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
615 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
622 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
629 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
637 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
644 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
    [all...]

Completed in 822 milliseconds