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/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/utils/TableGen/
CodeGenInstruction.h 316 int64_t getImm() const { assert(isImm()); return Imm; }
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 310 int64_t getImm() const {
352 bool isU5Imm() const { return Kind == Immediate && isUInt<5>(getImm()); }
353 bool isS5Imm() const { return Kind == Immediate && isInt<5>(getImm()); }
354 bool isU6Imm() const { return Kind == Immediate && isUInt<6>(getImm()); }
356 (Kind == Immediate && isUInt<16>(getImm())); }
358 (Kind == Immediate && isInt<16>(getImm())); }
360 (Kind == Immediate && isInt<16>(getImm()) &&
361 (getImm() & 3) == 0); }
363 (Kind == Immediate && isInt<17>(getImm())); }
366 (Kind == Immediate && isInt<26>(getImm()) &
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 197 const MCExpr *getImm() const {
240 addExpr(Inst, getImm());
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 131 inline SDValue getImm(const SDNode *Node, uint64_t Imm) {
    [all...]
  /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());
704 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();
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();
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 292 const MCExpr *Expr = getImm();
325 const MCExpr *getImm() const {
469 int MemOffset = Op.getImm();
534 int ImmValue = ImmOp.getImm();
579 int ImmValue = ImmOp.getImm();
619 int ImmValue = ImmOp.getImm();
663 ImmOffset = Inst.getOperand(2).getImm();
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 222 int64_t getImm() { return Imm + IC.execute(); }
686 const MCExpr *getImm() const {
722 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
736 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
750 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
764 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
778 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
869 addExpr(Inst, getImm());
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 561 const MCExpr *getImm() const {
635 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
642 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
649 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
656 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
663 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
670 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
677 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
684 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
692 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
    [all...]

Completed in 1083 milliseconds