Home
last modified time | relevance | path

Searched defs:FI (Results 1 – 25 of 266) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRYamlMapping.cpp22 FrameIndex::FrameIndex(int FI, const llvm::MachineFrameInfo &MFI) { in FrameIndex()
31 int FI = this->FI; in getFI() local
33 if (unsigned(FI) >= MFI.getNumFixedObjects()) in getFI() local
H A DFixupStatepointCallerSaved.cpp183 void recordReload(Register Reg, int FI, const MachineBasicBlock *MBB) { in recordReload()
191 bool hasReload(Register Reg, int FI, const MachineBasicBlock *MBB) { in hasReload()
259 int FI = Idx->second; in getFrameIndex() local
271 int FI = Line.Slots[Line.Index++]; in getFrameIndex() local
283 int FI = MFI.CreateSpillStackObject(Size, Align(Size)); in getFrameIndex() local
409 int FI = CacheFI.getFrameIndex(Reg, EHPad); in spillRegisters() local
432 int FI = RegToSlotIdx[Reg]; in insertReloadBefore() local
520 int FI = RegToSlotIdx[MO.getReg()]; in rewriteStatepoint() local
H A DStackSlotColoring.cpp207 int FI = MO.getIndex(); in ScanForSpillSlotRefs() local
224 int FI = FSV->getFrameIndex(); in ScanForSpillSlotRefs() local
263 int FI = Register::stackSlot2Index(li.reg()); in InitializeSlots() local
297 int FI = Register::stackSlot2Index(li->reg()); in ColorSlot() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp176 void AArch64StackTaggingPreRA::uncheckUsesOf(unsigned TaggedReg, int FI) { in uncheckUsesOf()
196 int FI = I->getOperand(1).getIndex(); in uncheckLoadsAndStores() local
203 int FI; member
228 static bool isSlotPreAllocated(MachineFrameInfo *MFI, int FI) { in isSlotPreAllocated()
357 int FI = I.getOperand(1).getIndex(); in runOnMachineFunction() local
367 for (int FI : TaggedSlots) in runOnMachineFunction() local
384 int FI = I->getOperand(1).getIndex(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DFaultMapParser.cpp43 const FaultMapParser::FunctionInfoAccessor &FI) { in operator <<()
58 FaultMapParser::FunctionInfoAccessor FI; in operator <<() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp45 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection()
91 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp461 static bool checkPHIs(FlattenInfo &FI, const TargetTransformInfo *TTI) { in checkPHIs()
546 checkOuterLoopInsts(FlattenInfo &FI, in checkOuterLoopInsts()
613 static bool checkIVUsers(FlattenInfo &FI) { in checkIVUsers()
637 static OverflowResult checkOverflow(FlattenInfo &FI, DominatorTree *DT, in checkOverflow()
694 static bool CanFlattenLoopPair(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, in CanFlattenLoopPair()
740 static bool DoFlattenLoopPair(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, in DoFlattenLoopPair()
825 static bool CanWidenIV(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, in CanWidenIV()
891 static bool FlattenLoopPair(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, in FlattenLoopPair()
965 FlattenInfo FI(OuterLoop, InnerLoop); in run() local
H A DLowerAtomicPass.cpp25 static bool LowerFenceInst(FenceInst *FI) { in LowerFenceInst()
43 if (FenceInst *FI = dyn_cast<FenceInst>(&Inst)) in runOnBasicBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp219 AMDGPUPerfHintAnalysis::FuncInfo &FI = FIM[&F]; in visit() local
322 bool AMDGPUPerfHint::isMemBound(const AMDGPUPerfHintAnalysis::FuncInfo &FI) { in isMemBound()
331 bool AMDGPUPerfHint::needLimitWave(const AMDGPUPerfHintAnalysis::FuncInfo &FI) { in needLimitWave()
417 auto FI = FIM.find(F); in isMemoryBound() local
425 auto FI = FIM.find(F); in needsWaveLimiter() local
H A DR600FrameLowering.cpp19 R600FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp175 Register Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandLoadCCond() local
190 Register Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandStoreCCond() local
209 Register Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandLoadACC() local
234 Register Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandStoreACC() local
323 int FI = MF.getInfo<MipsFunctionInfo>()->getMoveF64ViaSpillFI(MF, RC2); in expandBuildPairF64() local
389 int FI = MF.getInfo<MipsFunctionInfo>()->getMoveF64ViaSpillFI(MF, RC); in expandExtractElementF64() local
779 MipsSEFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference()
897 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves() local
913 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h112 void addScavengingFrameIndex(int FI) { in addScavengingFrameIndex()
117 bool isScavengingFrameIndex(int FI) const { in isScavengingFrameIndex()
H A DPseudoSourceValue.h91 const int FI; variable
94 explicit FixedStackPseudoSourceValue(int FI, const TargetMachine &TM) in FixedStackPseudoSourceValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp562 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in stackUpdateCanBeMoved() local
637 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in emitPrologue() local
1565 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in emitEpilogue() local
2164 int FI = FPRegs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized() local
2175 int FI = PFI->getFramePointerSaveIndex(); in processFunctionBeforeFrameFinalized() local
2183 int FI = PFI->getPICBasePointerSaveIndex(); in processFunctionBeforeFrameFinalized() local
2193 int FI = PFI->getBasePointerSaveIndex(); in processFunctionBeforeFrameFinalized() local
2214 int FI = GPRegs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized() local
2223 int FI = G8Regs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized() local
2245 int FI = CSInfo.getFrameIdx(); in processFunctionBeforeFrameFinalized() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp94 FreezeInst *FI = nullptr; member
183 if (auto *FI = dyn_cast<FreezeInst>(U)) { in run() local
221 auto *FI = Item.FI; in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp96 int FI = cast<FrameIndexSDNode>(Addr)->getIndex(); in SelectAddrModeS9() local
116 int FI = cast<FrameIndexSDNode>(Base)->getIndex(); in SelectAddrModeS9() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp80 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
109 Register DestReg, int FI, in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp245 const CGFunctionInfo &FI = CGM.getTypes().arrangeNullaryFunction(); in createAtExitStub() local
280 const CGFunctionInfo &FI = CGM.getTypes().arrangeLLVMFunctionInfo( in createTLSAtExitStub() local
437 llvm::FunctionType *FTy, const Twine &Name, const CGFunctionInfo &FI, in CreateGlobalInitOrCleanUpFunction()
739 const CGFunctionInfo &FI = getTypes().arrangeNullaryFunction(); in EmitCXXModuleInitFunc() local
857 const CGFunctionInfo &FI = getTypes().arrangeNullaryFunction(); in EmitCXXGlobalInitFunc() local
955 const CGFunctionInfo &FI = getTypes().arrangeNullaryFunction(); in EmitCXXGlobalCleanUpFunc() local
1149 const CGFunctionInfo &FI = in generateDestroyHelper() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp28 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const FunctionInfo &FI) { in operator <<()
39 FunctionInfo FI; in decode() local
H A DDwarfTransformer.cpp219 DWARFDie Die, uint32_t Depth, FunctionInfo &FI, in parseInlineInfo()
305 FunctionInfo &FI) { in convertFunctionLineTable()
497 FunctionInfo FI; in handleDie() local
628 auto FI = Gsym->getFunctionInfo(*FuncAddr); in verify() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h25 addFrameReference(const MachineInstrBuilder &MIB, int FI) { in addFrameReference()
H A DSystemZMachineFunctionInfo.h91 void setVarArgsFrameIndex(unsigned FI) { VarArgsFrameIndex = FI; } in setVarArgsFrameIndex()
96 void setRegSaveFrameIndex(unsigned FI) { RegSaveFrameIndex = FI; } in setRegSaveFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp131 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot() local
143 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in allocateStackSlot() local
357 FrameIndexSDNode &FI) { in getMachineMemOperand()
428 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Incoming)) { in lowerIncomingStatepointValue() local
646 int FI = Builder.FuncInfo.getArgumentFrameIndex(Arg); in lowerStatepointMetaArgs() local
675 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Incoming)) { in lowerStatepointMetaArgs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVExtract.cpp123 DebugLoc dl, int FI, unsigned Offset) { in runOnMachineFunction()
146 int FI = MFI.CreateStackObject(HRI.getSpillSize(VecRC), Alignment, in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp126 Register SrcReg, bool IsKill, int FI, in storeRegToStackSlot()
150 Register DestReg, int FI, in loadRegFromStackSlot()

1234567891011