Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/lib/CodeGen/
HDShrinkWrap.cpp206 if (UseCSR || MO.isFI() || MO.isRegMask()) { in INITIALIZE_PASS_DEPENDENCY()
207 DEBUG(dbgs() << "Use or define CSR(" << UseCSR << ") or FI(" << MO.isFI() in INITIALIZE_PASS_DEPENDENCY()
HDLocalStackSlotAllocation.cpp309 if (MI->getOperand(i).isFI()) { in insertFrameReferenceRegisters()
347 if (!MI->getOperand(idx).isFI()) in insertFrameReferenceRegisters()
HDStackSlotColoring.cpp151 if (!MO.isFI()) in ScanForSpillSlotRefs()
355 if (!MO.isFI()) in RewriteInstruction()
HDStackColoring.cpp535 if (!MO.isFI()) in remapInstructions()
596 if (!MO.isFI()) in removeInvalidSlotRanges()
HDRegisterScavenging.cpp356 while (!MI->getOperand(i).isFI()) { in getFrameIndexOperandNum()
HDPrologEpilogInserter.cpp889 if (!MI->getOperand(i).isFI()) in replaceFrameIndices()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineOperand.h240 bool isFI() const { return OpKind == MO_FrameIndex; } in isFI() function
431 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) && in getIndex()
527 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) && in setIndex()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64DeadRegisterDefinitionsPass.cpp63 if (Op.isFI()) in usesFrameIndex()
HDAArch64RegisterInfo.cpp258 for (unsigned i = 0; !MI->getOperand(i).isFI(); ++i) in needsFrameBaseReg()
354 while (!MI.getOperand(i).isFI()) { in resolveFrameIndex()
HDAArch64InstrInfo.cpp713 if (MO.isFI()) in UpdateOperandRegClass()
1184 if (MI->getOperand(0).getSubReg() == 0 && MI->getOperand(1).isFI() && in isLoadFromStackSlot()
1207 if (MI->getOperand(0).getSubReg() == 0 && MI->getOperand(1).isFI() && in isStoreToStackSlot()
/NextBSD/contrib/llvm/lib/Target/BPF/
HDBPFRegisterInfo.cpp54 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsSEFrameLowering.cpp153 assert(I->getOperand(0).isReg() && I->getOperand(1).isFI()); in expandLoadCCond()
168 assert(I->getOperand(0).isReg() && I->getOperand(1).isFI()); in expandStoreCCond()
186 assert(I->getOperand(0).isReg() && I->getOperand(1).isFI()); in expandLoadACC()
211 assert(I->getOperand(0).isReg() && I->getOperand(1).isFI()); in expandStoreACC()
HDMipsSEInstrInfo.cpp47 if ((MI->getOperand(1).isFI()) && // is a stack slot in isLoadFromStackSlot()
69 if ((MI->getOperand(1).isFI()) && // is a stack slot in isStoreToStackSlot()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreInstrInfo.cpp68 if ((MI->getOperand(1).isFI()) && // is a stack slot in isLoadFromStackSlot()
90 if ((MI->getOperand(1).isFI()) && // is a stack slot in isStoreToStackSlot()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86InstrInfo.h136 if (MI->getOperand(Op).isFI()) return true; in isLeaMem()
148 if (MI->getOperand(Op).isFI()) return true; in isMem()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMBaseRegisterInfo.cpp488 for (unsigned i = 0; !MI->getOperand(i).isFI(); ++i) { in needsFrameBaseReg()
606 while (!MI.getOperand(i).isFI()) { in resolveFrameIndex()
627 while (!MI->getOperand(i).isFI()) { in isFrameOffsetLegal()
HDARMBaseInstrInfo.cpp988 if (MI->getOperand(1).isFI() && in isStoreToStackSlot()
1002 if (MI->getOperand(1).isFI() && in isStoreToStackSlot()
1012 if (MI->getOperand(0).isFI() && in isStoreToStackSlot()
1019 if (MI->getOperand(1).isFI() && in isStoreToStackSlot()
1179 if (MI->getOperand(1).isFI() && in isLoadFromStackSlot()
1193 if (MI->getOperand(1).isFI() && in isLoadFromStackSlot()
1203 if (MI->getOperand(1).isFI() && in isLoadFromStackSlot()
1210 if (MI->getOperand(1).isFI() && in isLoadFromStackSlot()
1791 if (MO.isFI() || MO.isCPI() || MO.isJTI()) in canFoldIntoMOVCC()
HDThumb1FrameLowering.cpp308 MI->getOperand(1).isFI() && in isCSRestore()
HDThumbRegisterInfo.cpp434 while (!MI.getOperand(i).isFI()) { in resolveFrameIndex()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXPrologEpilogPass.cpp62 if (!MI->getOperand(i).isFI()) in runOnMachineFunction()
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcInstrInfo.cpp51 if (MI->getOperand(1).isFI() && MI->getOperand(2).isImm() && in isLoadFromStackSlot()
72 if (MI->getOperand(0).isFI() && MI->getOperand(1).isImm() && in isStoreToStackSlot()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonFrameLowering.cpp210 if (MO.isFI()) in needsStackFrame()
914 assert(MI->getOperand(0).isFI() && "Expect a frame index"); in replacePredRegPseudoSpillCode()
940 assert(MI->getOperand(1).isFI() && "Expect a frame index"); in replacePredRegPseudoSpillCode()
HDHexagonInstrInfo.cpp84 if (MI->getOperand(2).isFI() && in isLoadFromStackSlot()
108 if (MI->getOperand(2).isFI() && in isStoreToStackSlot()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.cpp197 MI->getOperand(1).isFI() && in isSimpleMove()
222 !MI->getOperand(0).isFI() || in isStackSlotCopy()
224 !MI->getOperand(3).isFI() || in isStackSlotCopy()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCRegisterInfo.cpp993 while (!MI.getOperand(FIOperandNum).isFI()) { in resolveFrameIndex()
1018 while (!MI->getOperand(FIOperandNum).isFI()) { in isFrameOffsetLegal()

12