HomeSort by relevance Sort by last modified time
    Searched refs:getImm (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/lib/Target/AMDGPU/
R600ClauseMergePass.cpp 77 TII->getOperandIdx(MI->getOpcode(), AMDGPU::OpName::COUNT)).getImm();
83 TII->getOperandIdx(MI->getOpcode(), AMDGPU::OpName::Enabled)).getImm();
124 if (LatrCFAlu->getOperand(Mode0Idx).getImm() &&
125 RootCFAlu->getOperand(Mode0Idx).getImm() &&
126 (LatrCFAlu->getOperand(KBank0Idx).getImm() !=
127 RootCFAlu->getOperand(KBank0Idx).getImm() ||
128 LatrCFAlu->getOperand(KBank0LineIdx).getImm() !=
129 RootCFAlu->getOperand(KBank0LineIdx).getImm())) {
140 if (LatrCFAlu->getOperand(Mode1Idx).getImm() &&
141 RootCFAlu->getOperand(Mode1Idx).getImm() &
    [all...]
  /external/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 66 if (MI.getOperand(0).getImm() == DMBType) {
71 DMBType = MI.getOperand(0).getImm();
76 DMBType = MI.getOperand(0).getImm();
  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 19 int64_t Imm = Inst.getOperand(0).getImm();
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
R600MCCodeEmitter.cpp 100 uint32_t InstWord2 = MI.getOperand(2).getImm(); // Offset
109 int64_t Sampler = MI.getOperand(14).getImm();
112 MI.getOperand(2).getImm(),
113 MI.getOperand(3).getImm(),
114 MI.getOperand(4).getImm(),
115 MI.getOperand(5).getImm()
118 MI.getOperand(6).getImm() & 0x1F,
119 MI.getOperand(7).getImm() & 0x1F,
120 MI.getOperand(8).getImm() & 0x1F
176 return MO.getImm();
    [all...]
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 32 O << formatHex(MI->getOperand(OpNo).getImm() & 0xff);
37 O << formatHex(MI->getOperand(OpNo).getImm() & 0xffff);
42 O << formatHex(MI->getOperand(OpNo).getImm() & 0xffffffff);
47 O << formatDec(MI->getOperand(OpNo).getImm() & 0xff);
52 O << formatDec(MI->getOperand(OpNo).getImm() & 0xffff);
57 if (MI->getOperand(OpNo).getImm())
63 if (MI->getOperand(OpNo).getImm())
69 if (MI->getOperand(OpNo).getImm())
75 if (MI->getOperand(OpNo).getImm()) {
83 uint16_t Imm = MI->getOperand(OpNo).getImm();
    [all...]
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 39 O << Op.getImm();
53 O << '#' << Op.getImm();
82 O << Disp.getImm();
92 unsigned CC = MI->getOperand(OpNo).getImm();
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 79 switch (MI->getOperand(0).getImm()) {
120 O << '\t' << ARM_AM::getShiftOpcStr(ARM_AM::getSORegShOp(MO3.getImm()));
131 assert(ARM_AM::getSORegOffset(MO3.getImm()) == 0);
142 O << '\t' << ARM_AM::getShiftOpcStr(ARM_AM::getSORegShOp(MO2.getImm()));
151 if (ARM_AM::getSORegShOp(MO2.getImm()) == ARM_AM::rrx) {
157 << translateShiftImm(ARM_AM::getSORegOffset(MO2.getImm())) << markup(">");
180 MI->getOperand(3).getImm() == -4) {
209 MI->getOperand(4).getImm() == 4) {
304 MI->getOperand(0).getImm() == 0 &&
326 O << markup("<imm:") << '#' << formatImm(Op.getImm()) << markup(">")
    [all...]
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 74 int64_t Imm = MI->getOperand(Op).getImm();
114 int64_t Imm = MI->getOperand(Op).getImm();
130 int64_t Imm = MI->getOperand(Op).getImm() & 0x3;
146 O << formatImm(Op.getImm());
169 O << markup("<imm:") << '$' << formatImm((int64_t)Op.getImm())
176 (Op.getImm() > 255 || Op.getImm() < -256))
177 *CommentStream << format("imm = 0x%" PRIX64 "\n", (uint64_t)Op.getImm());
203 int64_t DispVal = DispSpec.getImm();
219 unsigned ScaleVal = MI->getOperand(Op + X86::AddrScaleAmt).getImm();
    [all...]
X86IntelInstPrinter.cpp 56 int64_t Imm = MI->getOperand(Op).getImm();
96 int64_t Imm = MI->getOperand(Op).getImm();
112 int64_t Imm = MI->getOperand(Op).getImm() & 0x3;
127 O << formatImm(Op.getImm());
150 O << formatImm((int64_t)Op.getImm());
160 unsigned ScaleVal = MI->getOperand(Op+X86::AddrScaleAmt).getImm();
192 int64_t DispVal = DispSpec.getImm();
245 O << formatImm(DispSpec.getImm());
256 O << formatImm(MI->getOperand(Op).getImm() & 0xff);
X86InstComments.cpp 228 MI->getOperand(MI->getNumOperands() - 1).getImm(),
244 MI->getOperand(MI->getNumOperands() - 1).getImm(),
260 MI->getOperand(MI->getNumOperands() - 1).getImm(),
274 MI->getOperand(MI->getNumOperands() - 1).getImm(),
289 DecodeINSERTPSMask(MI->getOperand(MI->getNumOperands() - 1).getImm(),
342 MI->getOperand(MI->getNumOperands() - 1).getImm(),
353 MI->getOperand(MI->getNumOperands() - 1).getImm(),
369 MI->getOperand(MI->getNumOperands() - 1).getImm(),
384 MI->getOperand(MI->getNumOperands() - 1).getImm(),
399 MI->getOperand(MI->getNumOperands() - 1).getImm(),
    [all...]
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 60 unsigned char SH = MI->getOperand(2).getImm();
61 unsigned char MB = MI->getOperand(3).getImm();
62 unsigned char ME = MI->getOperand(4).getImm();
93 unsigned char SH = MI->getOperand(2).getImm();
94 unsigned char ME = MI->getOperand(3).getImm();
116 unsigned char TH = MI->getOperand(0).getImm();
159 unsigned Code = MI->getOperand(OpNo).getImm();
255 unsigned int Value = MI->getOperand(OpNo).getImm();
262 unsigned int Value = MI->getOperand(OpNo).getImm();
269 unsigned int Value = MI->getOperand(OpNo).getImm();
    [all...]
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 45 O << MO.getImm();
65 int64_t Value = MI->getOperand(OpNum).getImm();
72 int64_t Value = MI->getOperand(OpNum).getImm();
139 uint64_t Value = MI->getOperand(OpNum).getImm();
149 O.write_hex(MO.getImm());
185 MI->getOperand(OpNum + 1).getImm(), 0, O);
191 MI->getOperand(OpNum + 1).getImm(),
198 uint64_t Disp = MI->getOperand(OpNum + 1).getImm();
199 uint64_t Length = MI->getOperand(OpNum + 2).getImm();
209 MI->getOperand(OpNum + 1).getImm(),
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 211 return static_cast<unsigned>(MO.getImm());
222 ImmVal = static_cast<uint32_t>(MO.getImm());
243 return MO.getImm();
268 assert(AArch64_AM::getShiftType(MO1.getImm()) == AArch64_AM::LSL &&
270 unsigned ShiftVal = AArch64_AM::getShiftValue(MO1.getImm());
274 return MO.getImm() | (ShiftVal == 0 ? 0 : (1 << 12));
296 return MO.getImm();
318 return MO.getImm();
334 unsigned SignExtend = MI.getOperand(OpIdx).getImm();
335 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm();
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 38 (MI.getOperand(0).isImm() && MI.getOperand(0).getImm() == 15) &&
39 (MI.getOperand(1).isImm() && MI.getOperand(1).getImm() == 0) &&
42 (MI.getOperand(3).isImm() && MI.getOperand(3).getImm() == 7)) {
43 if ((MI.getOperand(5).isImm() && MI.getOperand(5).getImm() == 4)) {
44 if (MI.getOperand(4).isImm() && MI.getOperand(4).getImm() == 5) {
51 if (MI.getOperand(4).isImm() && MI.getOperand(4).getImm() == 10) {
58 if (MI.getOperand(4).isImm() && MI.getOperand(4).getImm() == 10 &&
59 (MI.getOperand(5).isImm() && MI.getOperand(5).getImm() == 5)) {
70 MI.getOperand(1).getImm() != 8) {
256 if (Inst.getOpcode() == ARM::Bcc && Inst.getOperand(1).getImm()==ARMCC::AL
    [all...]
ARMMCCodeEmitter.cpp 194 ARM_AM::AMSubMode Mode = (ARM_AM::AMSubMode)MI.getOperand(OpIdx).getImm();
294 unsigned SoImm = MO.getImm();
326 return MO.getImm();
333 unsigned SoImm = MI.getOperand(Op).getImm();
366 return 64 - MI.getOperand(Op).getImm();
547 return static_cast<unsigned>(MO.getImm());
566 int32_t SImm = MO1.getImm();
594 if (MO.isImm()) return MO.getImm();
632 return encodeThumbBLOffset(MO.getImm());
645 return encodeThumbBLOffset(MO.getImm());
    [all...]
  /external/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.cpp 59 O << (int32_t)Op.getImm();
72 O << formatDec(OffsetOp.getImm());
85 O << (uint64_t)Op.getImm();
  /external/mesa3d/src/gallium/drivers/radeon/InstPrinter/
AMDGPUInstPrinter.cpp 21 O << Op.getImm();
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 73 if (Op2.isImm() && Op2.getImm() == 0 && Op3.isImm()) {
76 switch (Op3.getImm()) {
112 int64_t immr = Op2.getImm();
113 int64_t imms = Op3.getImm();
143 if (Op2.getImm() > Op3.getImm()) {
146 << ", #" << (Is64Bit ? 64 : 32) - Op2.getImm() << ", #" << Op3.getImm() + 1;
154 << ", #" << Op2.getImm() << ", #" << Op3.getImm() - Op2.getImm() + 1
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 70 LowOffsetOp.setImm(LowOffsetOp.getImm() + 8);
78 unsigned HighOpcode = getOpcodeForOffset(NewOpcode, HighOffsetOp.getImm());
79 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm());
95 OffsetMO.getImm());
115 MI->getOperand(1).setImm(uint32_t(MI->getOperand(1).getImm()));
148 MI->getOperand(2).getImm());
204 MI->getOperand(2).getImm() == 0 &&
229 MI->getOperand(1).getImm() != 0 ||
231 MI->getOperand(4).getImm() != 0)
235 int64_t Length = MI->getOperand(2).getImm();
    [all...]
SystemZAsmPrinter.cpp 35 .addImm(MI->getOperand(1).getImm());
40 .addImm(MI->getOperand(2).getImm());
49 .addImm(MI->getOperand(1).getImm());
54 .addImm(MI->getOperand(2).getImm());
64 .addImm(MI->getOperand(3).getImm())
65 .addImm(MI->getOperand(4).getImm())
66 .addImm(MI->getOperand(5).getImm());
89 .addImm(MI->getOperand(2).getImm())
99 .addImm(MI->getOperand(2).getImm())
156 .addImm(MI->getOperand(2).getImm());
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 390 int64_t getImm() const {
447 bool isU1Imm() const { return Kind == Immediate && isUInt<1>(getImm()); }
448 bool isU2Imm() const { return Kind == Immediate && isUInt<2>(getImm()); }
449 bool isU3Imm() const { return Kind == Immediate && isUInt<3>(getImm()); }
450 bool isU4Imm() const { return Kind == Immediate && isUInt<4>(getImm()); }
451 bool isU5Imm() const { return Kind == Immediate && isUInt<5>(getImm()); }
452 bool isS5Imm() const { return Kind == Immediate && isInt<5>(getImm()); }
453 bool isU6Imm() const { return Kind == Immediate && isUInt<6>(getImm()); }
455 isUInt<6>(getImm()) &&
456 (getImm() & 1) == 0;
    [all...]
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 71 MI->getOperand(getMetaIdx(NArgPos)).getImm();
110 return MI->getOperand(NCallArgsPos).getImm() + MetaEnd;
114 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); }
118 return MI->getOperand(NBytesPos).getImm();
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 70 return MI.getOperand(2).getImm();
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 68 MI->getOperand(2).getImm() == 8) {
118 O << (int)MO.getImm();
141 if (MO.isImm() && MO.getImm() == 0)
152 int CC = (int)MI->getOperand(opNum).getImm();
  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 158 unsigned ShiftAmt = AArch64_AM::getShiftValue(I->getOperand(3).getImm());
162 } else if (I->getOperand(2).getImm() << ShiftAmt >= 0xfff) {
238 const int OldImm = (int)CmpMI->getOperand(2).getImm();
289 if (Cond[0].getImm() != -1) {
291 CC = (AArch64CC::CondCode)(int)Cond[0].getImm();
365 const int HeadImm = (int)HeadCmpMI->getOperand(2).getImm();
366 const int TrueImm = (int)TrueCmpMI->getOperand(2).getImm();

Completed in 2555 milliseconds

1 2 3 4 5 6 7 8 910