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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 233 /// isFI - Tests if this is a MO_FrameIndex operand.
234 bool isFI() const { return OpKind == MO_FrameIndex; }
423 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) &&
501 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) &&
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 63 if (!MII->isFI() || MII->getIndex() != FRI->first) continue;
123 !I->getOperand(1).isFI() || !I->getOperand(0).isReg() ||
130 !SI->getOperand(1).isFI() ||
176 !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
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 257 if (MI->getOperand(i).isFI()) {
282 if (MI->getOperand(idx).isFI()) {
StackSlotColoring.cpp 148 if (!MO.isFI())
323 if (!MO.isFI())
StackColoring.cpp 553 if (!MO.isFI())
619 if (!MO.isFI())
RegisterScavenging.cpp 321 while (!MI->getOperand(i).isFI()) {
LiveDebugVariables.cpp 925 if (Loc.isFI()) {
    [all...]
PrologEpilogInserter.cpp 761 if (!MI->getOperand(i).isFI())
    [all...]
MachineLICM.cpp 413 if (MO.isFI()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 113 if (MI->getOperand(Op).isFI()) return true;
124 if (MI->getOperand(Op).isFI()) return true;
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /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
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 460 for (unsigned i = 0; !MI->getOperand(i).isFI(); ++i) {
578 while (!MI.getOperand(i).isFI()) {
599 while (!MI->getOperand(i).isFI()) {
ARMBaseInstrInfo.cpp     [all...]
Thumb1FrameLowering.cpp 224 MI->getOperand(1).isFI() &&
Thumb1RegisterInfo.cpp 494 while (!MI.getOperand(i).isFI()) {
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
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/Mips/
MipsSEInstrInfo.cpp 50 if ((MI->getOperand(1).isFI()) && // is a stack slot
75 if ((MI->getOperand(1).isFI()) && // is a stack slot
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 104 MI->getOperand(2).isFI()) {
122 MI->getOperand(2).isFI()) {
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 290 if (MBBI->getOperand(FrameOp).isFI())
AArch64InstrInfo.cpp 475 if (!I->getOperand(i).isFI()) continue;
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 79 if (MI->getOperand(2).isFI() &&
103 if (MI->getOperand(2).isFI() &&
    [all...]

Completed in 1177 milliseconds