| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 56 } else if (FoldOp.isFI()) { in FoldableDef() 92 bool isFI() const { in isFI() function 97 assert(isFI()); in getFI() 156 bool isFI() const { return Def.isFI(); } in isFI() function 159 assert(isFI()); in getFI() 341 if (!OpToFold.isFI()) in frameIndexMayFold() 393 if (!Src0->isFI() && !Src1->isFI()) in foldCopyToVGPROfScalarAddOfFrameIndex() 396 if (Src0->isFI()) in foldCopyToVGPROfScalarAddOfFrameIndex() 631 if ((Fold.isImm() || Fold.isFI() || Fold.isGlobal()) && Fold.needsShrink()) { in updateOperand() 701 if (Fold.isFI()) { in updateOperand() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 341 if (MO.isFI()) { in insertFrameReferenceRegisters() 386 if (!MI.getOperand(idx).isFI()) in insertFrameReferenceRegisters()
|
| H A D | StackColoring.cpp | 609 if (!MO.isFI()) in isLifetimeStartOrEnd() 686 if (!MO.isFI()) in collectMarkers() 1017 if (!MO.isFI()) in remapInstructions() 1149 if (!MO.isFI()) in removeInvalidSlotRanges()
|
| H A D | StackSlotColoring.cpp | 225 if (!MO.isFI()) in ScanForSpillSlotRefs() 443 if (!MO.isFI()) in RewriteInstruction()
|
| H A D | ShrinkWrap.cpp | 376 if (UseOrDefCSR || (MO.isFI() && !MI.isDebugValue())) { in INITIALIZE_PASS_DEPENDENCY() 378 << MO.isFI() << "): " << MI << '\n'); in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | ReachingDefAnalysis.cpp | 145 if (MO.isFI()) { in processDefs() 244 if (MO.isFI()) { in printAllReachingDefs()
|
| H A D | PrologEpilogInserter.cpp | 196 [](const MachineOperand &MO) { return MO.isFI(); })) { in stashEntryDbgValues() 1495 if (!Op.isFI()) in replaceFrameIndicesBackward() 1534 if (!MI.getOperand(i).isFI()) in replaceFrameIndices()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 338 bool isFI() const { return OpKind == MO_FrameIndex; } in isFI() function 577 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) && in getIndex() 709 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) && in setIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFRegisterInfo.cpp | 93 while (!MI.getOperand(i).isFI()) { in eliminateFrameIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 63 if ((MI.getOperand(1).isFI()) && // is a stack slot in isLoadFromStackSlot() 83 if ((MI.getOperand(1).isFI()) && // is a stack slot in isStoreToStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 72 if ((MI.getOperand(1).isFI()) && // is a stack slot in isLoadFromStackSlot() 91 if ((MI.getOperand(1).isFI()) && // is a stack slot in isStoreToStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 295 if (MO.isFI()) in needsStackFrame() 1730 if (!MI->getOperand(0).isFI()) in expandStoreInt() 1763 if (!MI->getOperand(1).isFI()) in expandLoadInt() 1794 if (!MI->getOperand(0).isFI()) in expandStoreVecPred() 1831 if (!MI->getOperand(1).isFI()) in expandLoadVecPred() 1869 if (!MI->getOperand(0).isFI()) in expandStoreVec2() 1929 if (!MI->getOperand(1).isFI()) in expandLoadVec2() 1969 if (!MI->getOperand(0).isFI()) in expandStoreVec() 1998 if (!MI->getOperand(1).isFI()) in expandLoadVec() 2258 if (!Op.isFI()) in optimizeSpillSlots() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ArgumentStackSlotRebase.cpp | 173 if (MO.isFI()) { in runOnMachineFunction()
|
| H A D | X86InstrInfo.h | 158 if (MI.getOperand(Op).isFI()) in isLeaMem() 171 if (MI.getOperand(Op).isFI()) in isMem()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 474 if (MO.isFI() || MO.isCPI() || MO.isJTI()) in canFoldIntoSelect() 718 if (MI.getOperand(1).isFI() && MI.getOperand(2).isImm() && in isLoadFromStackSlot() 747 if (MI.getOperand(0).isFI() && MI.getOperand(1).isImm() && in isStoreToStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEFrameLowering.cpp | 169 assert(I->getOperand(0).isReg() && I->getOperand(1).isFI()); in expandLoadCCond() 184 assert(I->getOperand(0).isReg() && I->getOperand(1).isFI()); in expandStoreCCond() 202 assert(I->getOperand(0).isReg() && I->getOperand(1).isFI()); in expandLoadACC() 227 assert(I->getOperand(0).isReg() && I->getOperand(1).isFI()); in expandStoreACC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.cpp | 681 for (; !MI->getOperand(FIOperandNum).isFI(); FIOperandNum++) in needsFrameBaseReg() 738 while (!MI->getOperand(FIOperandNum).isFI()) { in isFrameOffsetLegal() 774 while (!MI.getOperand(FIOperandNum).isFI()) { in resolveFrameIndex() 794 assert(MI->getOperand(Idx).isFI() && "The Idx'th operand of MI is not a " in getFrameIndexInstrOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64DeadRegisterDefinitionsPass.cpp | 62 if (MO.isFI()) in usesFrameIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 94 if (MI.getOperand(1).isFI() && MI.getOperand(2).isImm() && in isLoadFromStackSlot() 113 if (MI.getOperand(0).isFI() && MI.getOperand(1).isImm() && in isStoreToStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.cpp | 614 for (unsigned i = 0; !MI->getOperand(i).isFI(); ++i) { in needsFrameBaseReg() 735 while (!MI.getOperand(i).isFI()) { in resolveFrameIndex() 756 for (; !MI->getOperand(i).isFI(); ++i) in isFrameOffsetLegal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 104 if (!Op.isFI()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.cpp | 354 if (MI.getOperand(1).isFI() && MI.getOperand(2).isImm() && in isLoadFromStackSlot() 382 if (MI.getOperand(1).isFI() && MI.getOperand(2).isImm() && in isStoreToStackSlot()
|
| H A D | CSKYRegisterInfo.cpp | 113 for (; !MI->getOperand(i).isFI(); ++i) { in IsLegalOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.cpp | 57 if (MI.getOperand(1).isFI() && MI.getOperand(2).isImm() && in isLoadFromStackSlot() 69 if (MI.getOperand(1).isFI() && MI.getOperand(2).isImm() && in isStoreToStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 54 if (MI.getOperand(1).isFI() && MI.getOperand(2).isImm() && in isLoadFromStackSlot() 73 if (MI.getOperand(0).isFI() && MI.getOperand(1).isImm() && in isStoreToStackSlot()
|