Home
last modified time | relevance | path

Searched refs:isFI (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/lib/Target/MBlaze/
DMBlazeFrameLowering.cpp63 if (!MII->isFI() || MII->getIndex() != FRI->first) continue; in replaceFrameIndexes()
123 !I->getOperand(1).isFI() || !I->getOperand(0).isReg() || in analyzeFrameIndexes()
130 !SI->getOperand(1).isFI() || in analyzeFrameIndexes()
176 !I->getOperand(1).isFI() || !I->getOperand(0).isReg() || in analyzeFrameIndexes()
DMBlazeInstrInfo.cpp46 if ((MI->getOperand(1).isFI()) && // is a stack slot in isLoadFromStackSlot()
65 if ((MI->getOperand(1).isFI()) && // is a stack slot in isStoreToStackSlot()
DMBlazeRegisterInfo.cpp135 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h232 bool isFI() const { return OpKind == MO_FrameIndex; } in isFI() function
420 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) && in getIndex()
498 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) && in setIndex()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp257 if (MI->getOperand(i).isFI()) { in insertFrameReferenceRegisters()
282 if (MI->getOperand(idx).isFI()) { in insertFrameReferenceRegisters()
DStackSlotColoring.cpp148 if (!MO.isFI()) in ScanForSpillSlotRefs()
323 if (!MO.isFI()) in RewriteInstruction()
DStackColoring.cpp509 if (!MO.isFI()) in remapInstructions()
DPrologEpilogInserter.cpp765 if (MI->getOperand(i).isFI()) { in replaceFrameIndices()
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp61 if ((MI->getOperand(1).isFI()) && // is a stack slot in isLoadFromStackSlot()
83 if ((MI->getOperand(1).isFI()) && // is a stack slot in isStoreToStackSlot()
DXCoreRegisterInfo.cpp164 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h110 if (MI->getOperand(Op).isFI()) return true; in isLeaMem()
121 if (MI->getOperand(Op).isFI()) return true; in isMem()
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.cpp80 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
DSparcInstrInfo.cpp45 if (MI->getOperand(1).isFI() && MI->getOperand(2).isImm() && in isLoadFromStackSlot()
64 if (MI->getOperand(0).isFI() && MI->getOperand(1).isImm() && in isStoreToStackSlot()
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp161 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
DMipsSEInstrInfo.cpp50 if ((MI->getOperand(1).isFI()) && // is a stack slot in isLoadFromStackSlot()
75 if ((MI->getOperand(1).isFI()) && // is a stack slot in isStoreToStackSlot()
/external/llvm/lib/Target/CellSPU/
DSPUInstrInfo.cpp87 if (MOp1.isImm() && MOp2.isFI()) { in isLoadFromStackSlot()
114 if (MOp1.isImm() && MOp2.isFI()) { in isStoreToStackSlot()
DSPURegisterInfo.cpp265 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp858 for (unsigned i = 0; !MI->getOperand(i).isFI(); ++i) { in needsFrameBaseReg()
978 while (!MI.getOperand(i).isFI()) { in resolveFrameIndex()
999 while (!MI->getOperand(i).isFI()) { in isFrameOffsetLegal()
1074 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
DARMBaseInstrInfo.cpp880 if (MI->getOperand(1).isFI() && in isStoreToStackSlot()
894 if (MI->getOperand(1).isFI() && in isStoreToStackSlot()
904 if (MI->getOperand(0).isFI() && in isStoreToStackSlot()
911 if (MI->getOperand(1).isFI() && in isStoreToStackSlot()
1050 if (MI->getOperand(1).isFI() && in isLoadFromStackSlot()
1064 if (MI->getOperand(1).isFI() && in isLoadFromStackSlot()
1074 if (MI->getOperand(1).isFI() && in isLoadFromStackSlot()
1081 if (MI->getOperand(1).isFI() && in isLoadFromStackSlot()
1602 if (MO.isFI() || MO.isCPI() || MO.isJTI()) in canFoldIntoMOVCC()
DThumb1RegisterInfo.cpp537 while (!MI.getOperand(i).isFI()) { in resolveFrameIndex()
607 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
DThumb1FrameLowering.cpp186 MI->getOperand(1).isFI() && in isCSRestore()
/external/llvm/lib/Target/NVPTX/
DNVPTXRegisterInfo.cpp286 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
/external/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.cpp175 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
/external/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.cpp145 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp109 MI->getOperand(2).isFI()) { in isLoadFromStackSlot()
127 MI->getOperand(2).isFI()) { in isStoreToStackSlot()

12