OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isImm
(Results
76 - 99
of
99
) sorted by null
1
2
3
4
/external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp
610
if (MI->getOperand(1).
isImm
())
775
} else if (MO.
isImm
() &&
[
all
...]
ARMCodeEmitter.cpp
287
if (!MO.
isImm
()) {
454
if (MO.
isImm
())
477
else if (MO.
isImm
())
782
assert(MO1.
isImm
() && ARM_AM::isSOImmTwoPartVal(MO1.getImm()) &&
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
ARMExpandPseudoInsts.cpp
631
assert (MO.
isImm
() && "MOVi32imm w/ non-immediate source operand!");
[
all
...]
ARMFastISel.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp
57
(MI->getOperand(2).
isImm
()) && // the imm is zero
82
(MI->getOperand(2).
isImm
()) && // the imm is zero
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
608
assert(MO.
isImm
() && "Invalid machine operand!");
[
all
...]
AsmPrinter.cpp
575
bool Deref = MI->getOperand(0).isReg() && MI->getOperand(1).
isImm
();
593
} else if (MI->getOperand(0).
isImm
()) {
[
all
...]
DwarfDebug.cpp
[
all
...]
/external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp
285
} else if (Op.
isImm
()) {
670
assert(MO.
isImm
() && "Not a valid bf_inv_mask_imm value!");
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
114
if (MI->getOperand(1).
isImm
() && !MI->getOperand(1).getImm() &&
138
if (MI->getOperand(1).
isImm
() && !MI->getOperand(1).getImm() &&
817
if (!DefMI->getOperand(1).
isImm
())
[
all
...]
PPCAsmPrinter.cpp
261
if (MI->getOperand(OpNo).
isImm
())
[
all
...]
PPCFrameLowering.cpp
765
assert(StackAdjust.
isImm
() && "Expecting immediate value.");
[
all
...]
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
230
} else if (MO.
isImm
()) {
MachineVerifier.cpp
732
if (!MI->getOperand(1).
isImm
())
746
if (!MO.
isImm
())
[
all
...]
InlineSpiller.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp
351
bool
isImm
() const { return Kind == Immediate || Kind == Expression; }
[
all
...]
/external/llvm/lib/Target/X86/
X86FrameLowering.cpp
555
MI.getOperand(0).getReg() != StackPtr || !MI.getOperand(2).
isImm
())
[
all
...]
X86RegisterInfo.cpp
495
if (MI.getOperand(FIOperandNum+3).
isImm
()) {
X86FloatingPoint.cpp
[
all
...]
X86InstrInfo.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
425
bool IsIndirect = MI->getOperand(1).
isImm
();
[
all
...]
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
[
all
...]
Completed in 735 milliseconds
1
2
3
4