OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isImm
(Results
26 - 50
of
99
) sorted by null
1
2
3
4
/external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp
119
if (Disp.
isImm
() && !Base.getReg())
MSP430BranchSelector.cpp
105
if ((I->getOpcode() != MSP430::JCC || I->getOperand(0).
isImm
()) &&
/external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp
277
if (RegOrImm.
isImm
())
348
if (!MO.
isImm
())
403
&& (!OrMI->getOperand(2).
isImm
() || OrMI->getOperand(2).getImm() != 0))
433
if (!SetHiMI->getOperand(1).
isImm
())
/external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp
65
if (!MI->getOperand(OpNo).
isImm
())
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp
145
} else if (MO.
isImm
()) {
204
assert(OffsetOp.
isImm
());
/external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp
81
MI->getOperand(1).
isImm
() &&
83
MI->getOperand(3).
isImm
() && "Invalid subreg_to_reg");
/external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
57
if (MO.
isImm
() && MO.getImm() == 0) {
185
if (!MI->getOperand(OpNum).
isImm
())
/external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp
154
if (MI->getOperand(OpNo).
isImm
())
179
if (Offset.
isImm
()) {
HexagonExpandPredSpillCode.cpp
91
assert(MI->getOperand(1).
isImm
() && "Not an offset");
138
assert(MI->getOperand(2).
isImm
() && "Not an offset");
HexagonPeephole.cpp
319
} else if (Src.
isImm
()) {
327
if (Src.
isImm
()) {
/external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp
169
if (Op.
isImm
()) {
181
if (MO.
isImm
())
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
42
return op.
isImm
() && op.getImm() == 0;
105
else if (Cond[i].
isImm
())
/external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp
86
} else if (Op.
isImm
()) {
273
if (MI->getOperand(OpNum + 1).
isImm
() &&
/external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp
36
} else if (Op.
isImm
()) {
74
assert(Op.
isImm
());
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp
118
if (MO.
isImm
())
178
if (MO.
isImm
())
/external/llvm/utils/TableGen/
CodeGenInstruction.h
311
bool
isImm
() const { return Kind == K_Imm; }
316
int64_t getImm() const { assert(
isImm
()); return Imm; }
FastISelEmitter.cpp
96
bool
isImm
() const { return Repr >= OK_Imm; }
98
unsigned getImmCode() const { assert(
isImm
()); return Repr-OK_Imm; }
129
if (Operands[i].
isImm
() && Operands[i].getImmCode() != 0)
139
if (!Operands[i].
isImm
())
149
if (!Operands[i].
isImm
()) continue;
287
} else if (Operands[i].
isImm
()) {
313
} else if (Operands[i].
isImm
()) {
329
} else if (Operands[i].
isImm
()) {
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp
145
} else if (MO.
isImm
()) {
204
assert(OffsetOp.
isImm
());
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
285
if (DispSpec.
isImm
()) {
359
if (!DispSpec.
isImm
()) {
421
if (MO.
isImm
()) {
440
if (MO.
isImm
())
473
if (MO.
isImm
()) {
X86InstrInfo.h
107
return MO.
isImm
() &&
117
(MI->getOperand(Op+3).
isImm
() ||
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
562
assert(
isImm
() && "Invalid access!");
598
bool
isImm
() const { return Kind == k_Immediate; }
603
if (!
isImm
()) return false;
619
if (
isImm
()) {
634
if (!
isImm
()) return false;
641
if (!
isImm
()) return false;
648
if (!
isImm
()) return false;
655
if (!
isImm
()) return false;
662
if (!
isImm
()) return false;
669
if (!
isImm
()) return false
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
225
///
isImm
- Tests if this is a MO_Immediate operand.
226
bool
isImm
() const { return OpKind == MO_Immediate; }
403
assert(
isImm
() && "Wrong MachineOperand accessor");
489
assert(
isImm
() && "Wrong MachineOperand mutator");
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
261
bool
isImm
() const { return Kind == k_Immediate; }
317
if (!
isImm
()) return false;
331
if (!
isImm
()) return false;
341
if (!
isImm
()) return false;
366
if (!
isImm
()) return false;
383
if (!
isImm
()) return false;
391
if (!
isImm
()) return false;
403
if (!
isImm
()) return false;
426
if (!
isImm
()) return false;
586
if (!
isImm
()) return false
[
all
...]
/external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp
179
} else if (MO.
isImm
()) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp
435
} else if (MO.
isImm
()) {
481
if (MO.
isImm
()) return MO.getImm();
572
if (MCOp1.
isImm
() && MCOp2.isReg() &&
[
all
...]
Completed in 1821 milliseconds
1
2
3
4