OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isImm
(Results
51 - 75
of
99
) sorted by null
1
2
3
4
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp
218
if (MI.getOperand(OpIndex).
isImm
() || MI.getOperand(OpIndex).isFPImm()) {
254
assert(ImmOp.
isImm
());
681
assert(MI.getOperand(FlagIndex).
isImm
());
/external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp
131
assert(MI->getOperand(0).isReg() && MI->getOperand(1).
isImm
());
240
bool IsImmUseReg = I2->getOperand(1).
isImm
() || I2->getOperand(1).isGlobal();
305
IsImmUseReg = I1->getOperand(1).
isImm
() || I1->getOperand(1).isGlobal();
HexagonInstrInfo.cpp
82
MI->getOperand(1).
isImm
() && (MI->getOperand(1).getImm() == 0)) {
106
MI->getOperand(1).
isImm
() && (MI->getOperand(1).getImm() == 0)) {
131
if (!Cond.empty() && Cond[0].
isImm
() && Cond[0].getImm() == 0) {
804
bool invertJump = (!Cond.empty() && Cond[0].
isImm
() &&
877
else if (MO.
isImm
()) {
[
all
...]
HexagonFrameLowering.cpp
107
assert(MO.
isImm
() && "Expected immediate");
/external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp
714
bool
isImm
() const { return Kind == Immediate; }
717
if (!
isImm
())
731
if (!
isImm
())
745
if (!
isImm
())
759
if (!
isImm
())
773
if (!
isImm
())
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp
218
if (MI.getOperand(OpIndex).
isImm
() || MI.getOperand(OpIndex).isFPImm()) {
254
assert(ImmOp.
isImm
());
681
assert(MI.getOperand(FlagIndex).
isImm
());
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
382
if (!FlagsOP.
isImm
())
523
if (MO.
isImm
())
MipsCodeEmitter.cpp
223
else if (MO.
isImm
())
/external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp
48
if (MI->getOperand(1).isFI() && MI->getOperand(2).
isImm
() &&
68
if (MI->getOperand(0).isFI() && MI->getOperand(1).
isImm
() &&
SparcAsmPrinter.cpp
151
if (MI->getOperand(opNum+1).
isImm
() &&
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp
362
if (operand.
isImm
()) {
/external/llvm/lib/Target/X86/
X86FixupLEAs.cpp
123
if (!MI->getOperand(2).
isImm
()) {
125
// which requires
isImm
() to be true
X86CodeEmitter.cpp
[
all
...]
X86MCInstLower.cpp
240
(Inst.getOperand(ImmOp).
isImm
() || Inst.getOperand(ImmOp).isExpr()) &&
299
Inst.getOperand(AddrBase + 1).
isImm
() && // scale
302
Inst.getOperand(AddrOp).
isImm
())&&
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp
362
if (operand.
isImm
()) {
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
306
bool
isImm
() const { return Kind == k_Immediate; }
468
if (Op.
isImm
()) {
530
assert(ImmOp.
isImm
() && "expected immediate operand kind");
574
assert(ImmOp.
isImm
() && "expected immediate operand kind");
616
assert(ImmOp.
isImm
() && "expected immediate operand kind");
662
assert(Inst.getOperand(2).
isImm
() && "expected immediate operand kind");
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
307
if (DispOp.
isImm
()) {
430
if (Disp.
isImm
() && Disp.getImm() == 0 && BaseRegNo != N86::EBP) {
436
if (Disp.
isImm
()) {
473
} else if (!Disp.
isImm
()) {
[
all
...]
/external/llvm/lib/Target/R600/
R600InstrInfo.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp
494
assert(FlagOp.
isImm
());
/external/llvm/lib/CodeGen/
MachineInstr.cpp
[
all
...]
LiveDebugVariables.cpp
451
!(MI->getOperand(1).isReg() || MI->getOperand(1).
isImm
()) ||
458
bool IsIndirect = MI->getOperand(1).
isImm
();
[
all
...]
RegAllocFast.cpp
301
bool IsIndirect = DBG->getOperand(1).
isImm
(); // Register-indirect value?
859
bool IsIndirect = MI->getOperand(1).
isImm
();
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
426
if (!MI->getOperand(OpNum).
isImm
())
450
if (!MI->getOperand(OpNum).
isImm
())
455
if (!MI->getOperand(OpNum).
isImm
())
496
if (!FlagsOP.
isImm
())
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp
313
Compare->getOperand(1).
isImm
() &&
/external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp
494
assert(FlagOp.
isImm
());
Completed in 3726 milliseconds
1
2
3
4