HomeSort by relevance Sort by last modified time
    Searched refs:isImm (Results 76 - 100 of 239) sorted by null

1 2 34 5 6 7 8 910

  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 630 assert(isImm() && "Invalid access!");
676 bool isImm() const override {
681 if (!isImm()) return false;
690 if (!isImm()) return false;
701 if (!isImm()) return false;
715 if (!isImm()) return false;
733 if (isImm()) {
748 if (!isImm()) return false;
755 if (!isImm()) return false;
762 if (!isImm()) return false
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 439 bool isImm() const override { return Kind == k_Immediate; }
442 if (!isImm())
451 if (!isImm())
460 if (!isImm())
469 if (!isImm())
512 if (!isImm())
524 if (!isImm())
533 if (!isImm())
542 if (!isImm())
551 if (!isImm())
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 174 bool isImm() const override {
206 return isImm() && Imm.Type == ImmT;
210 return isImm() && Imm.Type != ImmTyNone;
243 return isReg() || isImm();
259 return isImm() || isSCSrc32() || isExpr();
265 return isImm() || isSCSrc64();
277 return isImm() || isVCSrc32();
286 return isImm() || isVCSrc64();
298 return isExpr() || isImm();
325 assert(isImm());
    [all...]
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 83 MI->getOperand(1).isImm() &&
85 MI->getOperand(3).isImm() && "Invalid subreg_to_reg");
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 307 } else if (Src.isImm()) {
315 if (Src.isImm()) {
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 133 if (Op.isImm()) {
145 if (MO.isImm()) {
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 84 } else if (Op.isImm()) {
271 if (MI->getOperand(OpNum + 1).isImm() &&
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 44 else if (MO.isImm())
147 if (MO.isImm()) {
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 100 if (Op.isImm())
103 if (Op.isImm())
X86CallFrameOptimization.cpp 387 !I->getOperand(X86::AddrScaleAmt).isImm() ||
391 !I->getOperand(X86::AddrDisp).isImm())
478 // Note that isImm() may fail even though this is a MOVmi, because
480 if (PushOp.isImm()) {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 325 bool isImm() const { return Kind == K_Imm; }
330 int64_t getImm() const { assert(isImm()); return Imm; }
FastISelEmitter.cpp 98 bool isImm() const { return Repr >= OK_Imm; }
100 unsigned getImmCode() const { assert(isImm()); return Repr-OK_Imm; }
131 if (Operands[i].isImm() && Operands[i].getImmCode() != 0)
141 if (!Operands[i].isImm())
151 if (!Operands[i].isImm()) continue;
289 } else if (Operands[i].isImm()) {
315 } else if (Operands[i].isImm()) {
331 } else if (Operands[i].isImm()) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ExpandPostRAPseudos.cpp 103 MI->getOperand(1).isImm() &&
105 MI->getOperand(3).isImm() && "Invalid subreg_to_reg");
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDOperand.cpp 210 if (!Inst.Inst->getOperand(MCOpIndex).isImm())
225 if (!Inst.Inst->getOperand(MCOpIndex).isImm())
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinInstrInfo.cpp 46 MI->getOperand(2).isImm() &&
68 MI->getOperand(2).isImm() &&
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 263 if (MO.isImm())
272 if (MO.isImm())
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCCodeEmitter.cpp 112 else if (MO.isImm())
158 if (oper.isImm()) {
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DelaySlotFiller.cpp 249 if (RegOrImm.isImm())
319 if (!MO.isImm())
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 194 bool isImm() const { return Kind == Immediate; }
197 if (!isImm())
214 if (!isImm())
231 if (!isImm())
246 if (!isImm())
262 if (!isImm())
920 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
931 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 104 return MO.isImm() &&
114 (MI->getOperand(Op+3).isImm() ||
X86AsmPrinter.cpp 295 if (DispSpec.isImm()) {
384 if (MO.isImm()) {
403 if (MO.isImm())
436 if (MO.isImm()) {
671 if (MI->getOperand(0).isReg() && MI->getOperand(3).isImm())
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 299 bool isImm() const { return Kind == K_Imm; }
304 int64_t getImm() const { assert(isImm()); return Imm; }
FastISelEmitter.cpp 92 bool isImm() const { return Repr >= OK_Imm; }
94 unsigned getImmCode() const { assert(isImm()); return Repr-OK_Imm; }
125 if (Operands[i].isImm() && Operands[i].getImmCode() != 0)
135 if (!Operands[i].isImm())
145 if (!Operands[i].isImm()) continue;
280 } else if (Operands[i].isImm()) {
306 } else if (Operands[i].isImm()) {
322 } else if (Operands[i].isImm()) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 418 } else if (MO.isImm()) {
465 if (MO.isImm()) return MO.getImm();
556 if (MCOp1.isImm() && MCOp2.isReg() &&
848 if (MO.isImm())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 231 /// isImm - Tests if this is a MO_Immediate operand.
232 bool isImm() const { return OpKind == MO_Immediate; }
411 assert(isImm() && "Wrong MachineOperand accessor");
509 assert(isImm() && "Wrong MachineOperand mutator");

Completed in 573 milliseconds

1 2 34 5 6 7 8 910