Searched defs:getImm (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.h117 // getImm - Return a target constant with the specified value.
118 inline SDValue getImm(const SDNode *Node, uint64_t Imm) { function in class:llvm::MipsDAGToDAGISel
/external/llvm/include/llvm/MC/
H A DMCInst.h74 int64_t getImm() const { function in class:llvm::MCOperand
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h407 int64_t getImm() const { function in class:llvm::MachineOperand
/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h98 const MCExpr *getImm() const { function in struct:llvm::X86Operand
134 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
148 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
162 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
176 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
190 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
373 addExpr(Inst, getImm());
H A DX86AsmParser.cpp271 int64_t getImm() { return Imm + IC.execute(); } function in class:__anon26165::X86AsmParser::IntelExprStateMachine
1220 ImmDisp, SM.getImm(), BracLoc, StartInBrac,
1224 if (SM.getImm() || !Disp) {
1225 const MCExpr *Imm = MCConstantExpr::Create(SM.getImm(), getContext());
1404 const MCExpr *Disp = MCConstantExpr::Create(SM.getImm(), getContext());
1564 int64_t Imm = SM.getImm();
2135 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) &&
2136 cast<MCConstantExpr>(Op1.getImm())->getValue() == 1)
2140 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) &&
2141 cast<MCConstantExpr>(Op1.getImm())
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h325 int64_t getImm() const { assert(isImm()); return Imm; } function in struct:llvm::CodeGenInstAlias::ResultOperand
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp208 const MCExpr *getImm() const { function in class:__anon26131::SparcOperand
241 case k_Immediate: OS << "Imm: " << getImm() << "\n"; break;
258 const MCExpr *Expr = getImm();
375 const MCExpr *Imm = Op->getImm();
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp134 inline SDValue getImm(const SDNode *Node, uint64_t Imm) const { function in class:__anon26152::SystemZDAGToDAGISel
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp263 unsigned getImm() const { function in class:__anon26012::CountValue
365 int64_t V = DI->getOperand(2).getImm();
562 EndV = EndValue->getImm();
570 InitV = InitialValue->getImm();
654 int64_t StartV = Start->getImm();
655 int64_t EndV = End->getImm();
726 StartV = Start->getImm();
728 EndV = End->getImm();
1094 int64_t CountImm = TripCount->getImm();
1206 return MO.getImm();
[all...]
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp361 int64_t getImm() const { function in struct:__anon26071::PPCOperand
408 bool isU2Imm() const { return Kind == Immediate && isUInt<2>(getImm()); }
409 bool isU5Imm() const { return Kind == Immediate && isUInt<5>(getImm()); }
410 bool isS5Imm() const { return Kind == Immediate && isInt<5>(getImm()); }
411 bool isU6Imm() const { return Kind == Immediate && isUInt<6>(getImm()); }
413 (Kind == Immediate && isUInt<16>(getImm())); }
415 (Kind == Immediate && isInt<16>(getImm())); }
417 (Kind == Immediate && isInt<16>(getImm()) &&
418 (getImm() & 3) == 0); }
420 (Kind == Immediate && isInt<17>(getImm())); }
[all...]
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp198 const MCExpr *getImm() const { function in class:__anon26144::SystemZOperand
241 addExpr(Inst, getImm());
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp321 const MCExpr *getImm() const { function in class:__anon25952::AArch64Operand
411 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm());
420 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm());
429 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm());
438 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm());
482 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm());
484 return isSymbolicUImm12Offset(getImm(), Scale);
493 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm());
502 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm());
511 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm());
[all...]
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp637 const MCExpr *Expr = getImm();
661 return isImm() && dyn_cast<MCConstantExpr>(getImm());
699 const MCExpr *getImm() const { function in class:__anon26038::MipsOperand
705 const MCExpr *Val = getImm();
921 if (!isIntN(inMicroMipsMode() ? 17 : 18, Offset.getImm()))
923 if (OffsetToAlignment(Offset.getImm(),
947 if (!isIntN(inMicroMipsMode() ? 17 : 18, Offset.getImm()))
949 if (OffsetToAlignment(Offset.getImm(),
986 int MemOffset = Op.getImm();
1085 int64_t ImmValue = ImmOp.getImm();
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp652 const MCExpr *getImm() const { function in class:__anon25988::ARMOperand
742 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
749 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
756 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
763 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
770 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
777 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
784 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
792 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
799 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
[all...]

Completed in 205 milliseconds