HomeSort by: relevance | last modified time | path
    Searched defs:FI (Results 1 - 25 of 151) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRYamlMapping.cpp 22 FrameIndex::FrameIndex(int FI, const llvm::MachineFrameInfo &MFI) {
23 IsFixed = MFI.isFixedObjectIndex(FI);
25 FI -= MFI.getObjectIndexBegin();
26 this->FI = FI;
31 int FI = this->FI;
33 if (unsigned(FI) >= MFI.getNumFixedObjects())
35 formatv("invalid fixed frame index {0}", FI).str(),
37 FI += MFI.getObjectIndexBegin()
    [all...]
PseudoSourceValue.cpp 62 return MFI && MFI->isImmutableObjectIndex(FI);
68 return MFI->isAliasedObjectIndex(FI);
75 return !MFI->isSpillSlotObjectIndex(FI);
79 OS << "FixedStack" << FI;
129 PseudoSourceValueManager::getFixedStack(int FI) {
130 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI];
132 V = std::make_unique<FixedStackPseudoSourceValue>(FI, TII);
GCRootLowering.cpp 58 GCFunctionInfo *FI;
177 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F);
178 GCStrategy &S = FI.getStrategy();
268 FI->addSafePoint(Label, CI->getDebugLoc());
290 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin();
291 RI != FI->roots_end();) {
294 RI = FI->removeStackRoot(RI);
312 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(MF.getFunction());
321 FI->setFrameSize(DynamicFrameSize ? UINT64_MAX : MFI.getStackSize());
324 if (FI->getStrategy().needsSafePoints()
    [all...]
MachineFrameInfo.cpp 215 const TargetFrameLowering *FI = MF.getSubtarget().getFrameLowering();
216 int ValOffset = (FI ? FI->getOffsetOfLocalArea() : 0);
222 OS << " fi#" << (int)(i-NumFixedObjects) << ": ";
BasicBlockSections.cpp 444 auto FI = ProgramBBClusterInfo.end();
464 if (FI == ProgramBBClusterInfo.end())
482 FI->second.emplace_back(BBClusterInfo{
497 FI = ProgramBBClusterInfo.try_emplace(Aliases.front()).first;
StackSlotColoring.cpp 166 int FI = MO.getIndex();
167 if (FI < 0)
169 if (!LS->hasInterval(FI))
171 LiveInterval &li = LS->getInterval(FI);
183 int FI = FSV->getFrameIndex();
184 if (FI >= 0)
185 SSRefs[FI].push_back(MMO);
222 int FI = Register::stackSlot2Index(li.reg());
223 if (MFI->isDeadObjectIndex(FI))
227 OrigAlignments[FI] = MFI->getObjectAlign(FI)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
FaultMapParser.cpp 43 const FaultMapParser::FunctionInfoAccessor &FI) {
44 OS << "FunctionAddress: " << format_hex(FI.getFunctionAddr(), 8)
45 << ", NumFaultingPCs: " << FI.getNumFaultingPCs() << "\n";
46 for (unsigned I = 0, E = FI.getNumFaultingPCs(); I != E; ++I)
47 OS << FI.getFunctionFaultInfoAt(I) << "\n";
58 FaultMapParser::FunctionInfoAccessor FI;
61 FI = (I == 0) ? FMP.getFirstFunctionInfo() : FI.getNextFunctionInfo();
62 OS << FI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXTargetStreamer.cpp 42 static bool isDwarfSection(const MCObjectFileInfo *FI,
49 return Section == FI->getDwarfAbbrevSection() ||
50 Section == FI->getDwarfInfoSection() ||
51 Section == FI->getDwarfMacinfoSection() ||
52 Section == FI->getDwarfFrameSection() ||
53 Section == FI->getDwarfAddrSection() ||
54 Section == FI->getDwarfRangesSection() ||
55 Section == FI->getDwarfARangesSection() ||
56 Section == FI->getDwarfLocSection() ||
57 Section == FI->getDwarfStrSection() |
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexInclusionStack.cpp 37 const SrcMgr::FileInfo &FI = SL.getFile();
38 if (!FI.getContentCache().OrigEntry)
43 SourceLocation L = FI.getIncludeLoc();
63 const_cast<FileEntry *>(FI.getContentCache().OrigEntry)),
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 118 GCFunctionInfo &FI = **I;
119 if (FI.getStrategy().getName() != getStrategy().getName())
122 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) {
137 GCFunctionInfo &FI = **I;
138 if (FI.getStrategy().getName() != getStrategy().getName())
142 uint64_t FrameSize = FI.getFrameSize();
145 report_fatal_error("Function '" + FI.getFunction().getName() +
151 Twine(reinterpret_cast<uintptr_t>(&FI)) + ")");
155 Twine(FI.getFunction().getName()))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCISelDAGToDAG.cpp 95 int FI = cast<FrameIndexSDNode>(Addr)->getIndex();
97 FI, TLI->getPointerTy(CurDAG->getDataLayout()));
115 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
117 FI, TLI->getPointerTy(CurDAG->getDataLayout()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyReplacePhysRegs.cpp 94 auto FI = MF.getInfo<WebAssemblyFunctionInfo>();
95 assert(!FI->isFrameBaseVirtual());
96 FI->setFrameBaseVreg(VReg);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
FunctionInfo.cpp 27 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const FunctionInfo &FI) {
28 OS << FI.Range << ": " << "Name=" << HEX32(FI.Name) << '\n';
29 if (FI.OptLineTable)
30 OS << FI.OptLineTable << '\n';
31 if (FI.Inline)
32 OS << FI.Inline << '\n';
38 FunctionInfo FI;
39 FI.Range.Start = BaseAddr;
44 FI.Range.End = FI.Range.Start + Data.getU32(&Offset)
    [all...]
DwarfTransformer.cpp 208 uint32_t Depth, FunctionInfo &FI,
218 DWARFAddressRange(FI.startAddress(), FI.endAddress());
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II);
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent);
251 FunctionInfo &FI) {
253 const uint64_t StartAddress = FI.startAddress();
254 const uint64_t EndAddress = FI.endAddress();
269 FI.OptLineTable = LineTable();
270 FI.OptLineTable->push(LE)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 54 for (MachineFunction::iterator FI = MF.begin(), FE = MF.end(); FI != FE;
55 ++FI)
56 Changed |= runOnMachineBasicBlock(*FI);
119 MachineBasicBlock::instr_iterator FI = RI.getReverse();
120 MBB.splice(std::next(I), &MBB, FI, I);
162 MachineBasicBlock::instr_iterator FI = I.getReverse();
165 FI == LastFiller || I->isPseudo())
168 if (delayHasHazard(FI, SawLoad, SawStore, RegDefs, RegUses)) {
169 insertDefsUses(FI, RegDefs, RegUses)
    [all...]
LanaiISelDAGToDAG.cpp 152 // if Address is FI, get the TargetFrameIndex.
171 // Addresses of the form FI+const
175 // If the first operand is a FI, get the TargetFI Node
213 // if Address is FI, get the TargetFrameIndex.
226 // Skip addresses of the form FI OP const
318 int FI = cast<FrameIndexSDNode>(Node)->getIndex();
320 SDValue TFI = CurDAG->getTargetFrameIndex(FI, VT);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CanonicalizeFreezeInLoops.cpp 72 FreezeInst *FI = nullptr;
156 if (auto *FI = dyn_cast<FreezeInst>(U)) {
157 LLVM_DEBUG(dbgs() << "canonfr: found: " << *FI << "\n");
158 Info.FI = FI;
194 auto *FI = Item.FI;
195 LLVM_DEBUG(dbgs() << "canonfr: removing " << *FI << "\n");
196 SE.forgetValue(FI);
197 FI->replaceAllUsesWith(FI->getOperand(0))
    [all...]
RelLookupTableConverter.cpp 170 Module::iterator FI = M.begin();
171 if (FI == M.end())
175 if (!GetTTI(*FI).shouldBuildRelLookupTables())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 95 const int FI;
98 explicit FixedStackPseudoSourceValue(int FI, const TargetInstrInfo &TII)
99 : PseudoSourceValue(FixedStack, TII), FI(FI) {}
113 int getFrameIndex() const { return FI; }
188 const PseudoSourceValue *getFixedStack(int FI);
FunctionLoweringInfo.h 109 payload_t() : FI(-1) {}
110 int FI;
271 void setArgumentFrameIndex(const Argument *A, int FI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 67 int FI = cast<FrameIndexSDNode>(Ptr)->getIndex();
68 Ptr = DAG.getTargetFrameIndex(FI, MVT::i64);
130 int FI = cast<FrameIndexSDNode>(Addr)->getIndex();
131 Addr = DAG.getTargetFrameIndex(FI, MVT::i64);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPerfHintAnalysis.cpp 204 AMDGPUPerfHintAnalysis::FuncInfo &FI = FIM[&F];
213 ++FI.IAMInstCount;
215 ++FI.LSMInstCount;
216 ++FI.MemInstCount;
217 ++FI.InstCount;
223 ++FI.InstCount;
233 FI.MemInstCount += Loc->second.MemInstCount;
234 FI.InstCount += Loc->second.InstCount;
235 FI.IAMInstCount += Loc->second.IAMInstCount;
236 FI.LSMInstCount += Loc->second.LSMInstCount
    [all...]
SIPreAllocateWWMRegs.cpp 155 Optional<int> FI;
160 FI = FrameInfo.CreateSpillStackObject(TRI->getSpillSize(*RC),
163 MFI->reserveWWMRegister(PhysReg, FI);
  /src/external/gpl2/xcvs/dist/lib/
md5.c 293 #define FI(b, c, d) (c ^ (b | ~d))
426 OP (FI, A, B, C, D, 0, 6, 0xf4292244);
427 OP (FI, D, A, B, C, 7, 10, 0x432aff97);
428 OP (FI, C, D, A, B, 14, 15, 0xab9423a7);
429 OP (FI, B, C, D, A, 5, 21, 0xfc93a039);
430 OP (FI, A, B, C, D, 12, 6, 0x655b59c3);
431 OP (FI, D, A, B, C, 3, 10, 0x8f0ccc92);
432 OP (FI, C, D, A, B, 10, 15, 0xffeff47d);
433 OP (FI, B, C, D, A, 1, 21, 0x85845dd1);
434 OP (FI, A, B, C, D, 8, 6, 0x6fa87e4f)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCFixup.h 100 MCFixup FI;
101 FI.Value = Value;
102 FI.Offset = Offset;
103 FI.Kind = Kind;
104 FI.Loc = Loc;
105 return FI;
111 MCFixup FI;
112 FI.Value = Fixup.getValue();
113 FI.Offset = Fixup.getOffset();
114 FI.Kind = getAddKindForKind(Fixup.getKind())
    [all...]

Completed in 42 milliseconds

1 2 3 4 5 6 7