Searched refs:FI (Results 51 - 75 of 208) sorted by relevance

123456789

/external/clang/lib/CodeGen/
H A DABIInfo.h65 virtual void computeInfo(CodeGen::CGFunctionInfo &FI) const = 0;
/external/llvm/include/llvm/Analysis/
H A DLibCallAliasAnalysis.h67 ModRefResult AnalyzeLibCallDetails(const LibCallFunctionInfo *FI,
/external/llvm/include/llvm/CodeGen/
H A DGCStrategy.h148 virtual bool findCustomSafePoints(GCFunctionInfo& FI, MachineFunction& MF);
H A DMachineFrameInfo.h42 explicit CalleeSavedInfo(unsigned R, int FI = 0)
43 : Reg(R), FrameIdx(FI) {}
48 void setFrameIdx(int FI) { FrameIdx = FI; } argument
H A DMachineMemOperand.h67 static MachinePointerInfo getFixedStack(int FI, int64_t offset = 0);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp270 for (MethodAddressVector::iterator FI = Functions.begin(),
272 FI != FE;
273 ++FI) {
274 void* FnStart = const_cast<void*>(*FI);
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h34 const MipsFunctionInfo& FI) const override;
H A DMipsInstrInfo.cpp57 MachineMemOperand *MipsInstrInfo::GetMemOperand(MachineBasicBlock &MBB, int FI, argument
61 unsigned Align = MFI.getObjectAlignment(FI);
63 return MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FI), Flag,
64 MFI.getObjectSize(FI), Align);
H A DMipsSEFrameLowering.cpp124 // load $vr, FI
136 unsigned Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); local
138 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0);
145 // store $vr, FI
156 unsigned Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); local
160 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0);
165 // load $vr0, FI
167 // load $vr1, FI + 4
180 unsigned Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); local
186 TII.loadRegFromStack(MBB, I, VR0, FI, R
210 unsigned Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); local
533 int FI = MF.getFrameInfo()->CreateStackObject(RC->getSize(), local
547 int FI = MF.getFrameInfo()->CreateStackObject(RC->getSize(), local
[all...]
H A DMipsMachineFunction.h86 bool isEhDataRegFI(int FI) const;
H A DMips16InstrInfo.cpp98 unsigned SrcReg, bool isKill, int FI,
103 MachineMemOperand *MMO = GetMemOperand(MBB, FI, MachineMemOperand::MOStore);
109 addFrameIndex(FI).addImm(Offset)
115 unsigned DestReg, int FI, const TargetRegisterClass *RC,
119 MachineMemOperand *MMO = GetMemOperand(MBB, FI, MachineMemOperand::MOLoad);
125 BuildMI(MBB, I, DL, get(Opc), DestReg).addFrameIndex(FI).addImm(Offset)
97 storeRegToStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned SrcReg, bool isKill, int FI, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, int64_t Offset) const argument
114 loadRegFromStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned DestReg, int FI, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, int64_t Offset) const argument
H A DMipsInstrInfo.h128 MachineMemOperand *GetMemOperand(MachineBasicBlock &MBB, int FI,
H A DMipsSEISelLowering.h54 const MipsFunctionInfo& FI) const override;
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h46 int getFrameIndexOffset(const MachineFunction &MF, int FI) const override;
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp273 for (Module::iterator FI = M.begin(), FE = M.end(); FI != FE; ++FI) {
274 Function &F = *FI;
/external/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp134 FileInfo FI(Options);
135 GF.collectLineCounts(FI);
136 FI.print(SourceFile, GCNO, GCDA);
/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp253 int FI; local
254 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
258 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
621 int FI; local
622 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
802 int FI; local
803 if (Reg == TII.isStoreToStackSlot(MI, FI)
1003 int FI = 0; local
[all...]
H A DMachineLICM.cpp156 int FI; member in struct:__anon25767::MachineLICM::CandidateInfo
158 : MI(mi), Def(def), FI(fi) {}
391 static bool InstructionStoresToFI(const MachineInstr *MI, int FI) { argument
398 if (Value->getFrameIndex() == FI)
419 int FI = MO.getIndex(); local
420 if (!StoredFIs.count(FI) &&
421 MFI->isSpillSlotObjectIndex(FI) &&
422 InstructionStoresToFI(MI, FI))
423 StoredFIs.insert(FI);
486 int FI local
[all...]
H A DExecutionDepsFix.cpp778 LiveOutMap::const_iterator FI = LiveOuts.find(*MBBI); local
779 if (FI == LiveOuts.end() || !FI->second)
782 if (FI->second[i].Value)
783 release(FI->second[i].Value);
784 delete[] FI->second;
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp531 int FI) const {
533 return getFrameIndexReference(MF, FI, FrameReg);
536 /// getFrameIndexReference - Provide a base+offset reference to an FI slot for
541 int FI,
543 return resolveFrameIndexReference(MF, FI, FrameReg);
547 int FI, unsigned &FrameReg,
553 int FPOffset = MFI->getObjectOffset(FI) + 16;
554 int Offset = MFI->getObjectOffset(FI) + MFI->getStackSize();
555 bool isFixed = MFI->isFixedObjectIndex(FI);
886 int FI local
540 getFrameIndexReference(const MachineFunction &MF, int FI, unsigned &FrameReg) const argument
546 resolveFrameIndexReference(const MachineFunction &MF, int FI, unsigned &FrameReg, bool PreferFP) const argument
[all...]
/external/clang/lib/Basic/
H A DSourceManager.cpp1196 ComputeLineNumbers(DiagnosticsEngine &Diag, ContentCache *FI,
1199 static void ComputeLineNumbers(DiagnosticsEngine &Diag, ContentCache *FI, argument
1203 MemoryBuffer *Buffer = FI->getBuffer(Diag, SM, SourceLocation(), &Invalid);
1275 FI->NumLines = LineOffsets.size();
1276 FI->SourceLineCache = Alloc.Allocate<unsigned>(LineOffsets.size());
1277 std::copy(LineOffsets.begin(), LineOffsets.end(), FI->SourceLineCache);
1413 const SrcMgr::FileInfo &FI = SEntry.getFile(); local
1417 if (!FI.hasLineDirectives())
1418 return FI.getFileCharacteristic();
1427 return FI
1462 const SrcMgr::FileInfo &FI = Entry.getFile(); local
1532 const SrcMgr::FileInfo &FI = Entry.getFile(); local
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp188 ADFunctionInfo FI = FunctionsToTrack[I]; local
189 if (FI.Name != Name)
192 if (IsAllocator && (FI.DeallocatorIdx == InvalidIdx))
194 if (!IsAllocator && (FI.DeallocatorIdx != InvalidIdx))
516 const ADFunctionInfo &FI = FunctionsToTrack[AP.second->AllocatorIdx]; local
521 << FunctionsToTrack[FI.DeallocatorIdx].Name << "'.";
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectDisassembler.cpp478 for (MCModule::func_iterator FI = Module->func_begin(),
480 FI != FE; ++FI) {
481 if ((*FI)->empty())
484 if ((*FI)->getEntryBlock()->getInsts()->getBeginAddr() == BeginAddr)
485 return FI->get();
/external/clang/include/clang/Lex/
H A DHeaderSearch.h432 HeaderFileInfo &FI = getFileInfo(File); local
433 FI.isImport = true;
434 FI.isPragmaOnce = true;
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp65 for (MachineFunction::iterator FI = F.begin(), FE = F.end();
66 FI != FE; ++FI)
67 Changed |= runOnMachineBasicBlock(*FI);

Completed in 462 milliseconds

123456789