Home
last modified time | relevance | path

Searched defs:FI (Results 1 – 25 of 273) 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.cpp217 int FI = MO.getIndex(); in ScanForSpillSlotRefs() local
231 int FI = FSV->getFrameIndex(); in ScanForSpillSlotRefs() local
270 int FI = Register::stackSlot2Index(li.reg()); in InitializeSlots() local
304 int FI = Register::stackSlot2Index(li->reg()); in ColorSlot() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp197 uncheckUsesOf(TaggedReg, FI); in uncheckLoadsAndStores() local
177 uncheckUsesOf(unsigned TaggedReg,int FI) uncheckUsesOf() argument
204 int FI; global() member
229 isSlotPreAllocated(MachineFrameInfo * MFI,int FI) isSlotPreAllocated() argument
358 int FI = I.getOperand(1).getIndex(); runOnMachineFunction() local
368 for (int FI : TaggedSlots) runOnMachineFunction() local
385 int FI = I->getOperand(1).getIndex(); runOnMachineFunction() local
[all...]
/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()
89 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp468 static bool checkPHIs(FlattenInfo &FI, const TargetTransformInfo *TTI) { in checkPHIs()
553 checkOuterLoopInsts(FlattenInfo &FI, in checkOuterLoopInsts()
620 static bool checkIVUsers(FlattenInfo &FI) { in checkIVUsers()
644 static OverflowResult checkOverflow(FlattenInfo &FI, DominatorTree *DT, in checkOverflow()
701 static bool CanFlattenLoopPair(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, in CanFlattenLoopPair()
747 static bool DoFlattenLoopPair(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, in DoFlattenLoopPair()
838 static bool CanWidenIV(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, in CanWidenIV()
904 static bool FlattenLoopPair(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, in FlattenLoopPair()
1017 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
778 MipsSEFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference()
896 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves() local
912 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp301 const PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in determineFrameLayout() local
566 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in stackUpdateCanBeMoved() local
640 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in emitPrologue() local
1560 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in emitEpilogue() local
1886 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in emitEpilogue() local
1986 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in determineCalleeSaves() local
2171 int FI = FPRegs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized() local
2182 int FI = PFI->getFramePointerSaveIndex(); in processFunctionBeforeFrameFinalized() local
2190 int FI = PFI->getPICBasePointerSaveIndex(); in processFunctionBeforeFrameFinalized() local
2200 int FI = PFI->getBasePointerSaveIndex(); 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/include/llvm/CodeGen/
H A DRegisterScavenging.h143 addScavengingFrameIndex(int FI) addScavengingFrameIndex() argument
148 isScavengingFrameIndex(int FI) isScavengingFrameIndex() argument
H A DPseudoSourceValue.h95 : PseudoSourceValue(FixedStack, TM), FI(FI) {} variable
98 FixedStackPseudoSourceValue(int FI,const TargetMachine & TM) FixedStackPseudoSourceValue() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp102 int FI = cast<FrameIndexSDNode>(Addr)->getIndex(); in SelectAddrModeS9() local
122 int FI = cast<FrameIndexSDNode>(Base)->getIndex(); in SelectAddrModeS9() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp77 int FI = Info.getFrameIdx(); in emitPrologue() local
162 int FI = Info.getFrameIdx(); in emitEpilogue() local
270 int FI = MF.getFrameInfo().CreateStackObject(Size, Alignment, false); in processFunctionBeforeFrameFinalized() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp246 const CGFunctionInfo &FI = CGM.getTypes().arrangeNullaryFunction(); in createAtExitStub() local
286 const CGFunctionInfo &FI = CGM.getTypes().arrangeLLVMFunctionInfo( in createTLSAtExitStub() local
444 llvm::FunctionType *FTy, const Twine &Name, const CGFunctionInfo &FI, in CreateGlobalInitOrCleanUpFunction()
750 const CGFunctionInfo &FI = getTypes().arrangeNullaryFunction(); in EmitCXXModuleInitFunc() local
872 const CGFunctionInfo &FI = getTypes().arrangeNullaryFunction(); in EmitCXXGlobalInitFunc() local
970 const CGFunctionInfo &FI = getTypes().arrangeNullaryFunction(); in EmitCXXGlobalCleanUpFunc() local
1164 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 <<() argument
39 FunctionInfo FI; in decode() local
[all...]
/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() argument
96 void setRegSaveFrameIndex(unsigned FI) { RegSaveFrameIndex = FI; } in setRegSaveFrameIndex() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp116 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
145 Register DestReg, int FI, in loadRegFromStackSlot()
/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
360 FrameIndexSDNode &FI) { in getMachineMemOperand()
431 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Incoming)) { in lowerIncomingStatepointValue() local
649 int FI = Builder.FuncInfo.getArgumentFrameIndex(Arg); in lowerStatepointMetaArgs() local
678 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