OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFI
(Results
1 - 25
of
38
) sorted by null
1
2
/external/llvm/lib/Target/PTX/
PTXRegisterInfo.cpp
38
while (!MI.getOperand(Index).
isFI
()) {
/external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.cpp
104
while (!MI.getOperand(i).
isFI
()) {
SystemZInstrInfo.cpp
150
if (MI->getOperand(1).
isFI
() &&
185
if (MI->getOperand(0).
isFI
() &&
/external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp
261
if (MI->getOperand(i).
isFI
()) {
286
if (MI->getOperand(idx).
isFI
()) {
StackSlotColoring.cpp
190
if (!MO.
isFI
())
458
if (MO.
isFI
() && MO.getIndex() != SS)
473
if (!MO.
isFI
())
VirtRegMap.cpp
205
if (!MO.
isFI
())
/external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.cpp
45
if (MI->getOperand(1).
isFI
() &&
67
if (MI->getOperand(1).
isFI
() &&
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
185
///
isFI
- Tests if this is a MO_FrameIndex operand.
186
bool
isFI
() const { return OpKind == MO_FrameIndex; }
357
assert((
isFI
() || isCPI() || isJTI()) &&
413
assert((
isFI
() || isCPI() || isJTI()) &&
/external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp
65
if (!MII->
isFI
() || MII->getIndex() != FRI->first) continue;
125
!I->getOperand(1).
isFI
() || !I->getOperand(0).isReg() ||
132
!SI->getOperand(1).
isFI
() ||
178
!I->getOperand(1).
isFI
() || !I->getOperand(0).isReg() ||
MBlazeInstrInfo.cpp
46
if ((MI->getOperand(1).
isFI
()) && // is a stack slot
65
if ((MI->getOperand(1).
isFI
()) && // is a stack slot
MBlazeRegisterInfo.cpp
292
while (!MI.getOperand(i).
isFI
()) {
/external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp
80
while (!MI.getOperand(i).
isFI
()) {
SparcInstrInfo.cpp
45
if (MI->getOperand(1).
isFI
() && MI->getOperand(2).isImm() &&
64
if (MI->getOperand(0).
isFI
() && MI->getOperand(1).isImm() &&
/external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp
61
if ((MI->getOperand(1).
isFI
()) && // is a stack slot
83
if ((MI->getOperand(1).
isFI
()) && // is a stack slot
XCoreRegisterInfo.cpp
173
while (!MI.getOperand(i).
isFI
()) {
/external/llvm/lib/Target/Alpha/
AlphaInstrInfo.cpp
44
if (MI->getOperand(1).
isFI
()) {
63
if (MI->getOperand(1).
isFI
()) {
AlphaRegisterInfo.cpp
141
while (!MI.getOperand(i).
isFI
()) {
/external/llvm/lib/Target/CellSPU/
SPUInstrInfo.cpp
87
if (MOp1.isImm() && MOp2.
isFI
()) {
114
if (MOp1.isImm() && MOp2.
isFI
()) {
SPURegisterInfo.cpp
264
while (!MI.getOperand(i).
isFI
()) {
/external/llvm/lib/Target/X86/
X86InstrInfo.h
600
if (MI->getOperand(Op).
isFI
()) return true;
611
if (MI->getOperand(Op).
isFI
()) return true;
[
all
...]
/external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp
174
while (!MI.getOperand(i).
isFI
()) {
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
772
if (MI->getOperand(1).
isFI
() &&
786
if (MI->getOperand(1).
isFI
() &&
794
if (MI->getOperand(0).
isFI
() &&
801
if (MI->getOperand(1).
isFI
() &&
[
all
...]
ARMBaseRegisterInfo.cpp
1002
for (unsigned i = 0; !MI->getOperand(i).
isFI
(); ++i) {
[
all
...]
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
52
if ((MI->getOperand(1).
isFI
()) && // is a stack slot
73
if ((MI->getOperand(1).
isFI
()) && // is a stack slot
MipsRegisterInfo.cpp
164
while (!MI.getOperand(i).
isFI
()) {
Completed in 2479 milliseconds
1
2