/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 42 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection() argument 49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection() 50 Section == FI->getDwarfInfoSection() || in isDwarfSection() 51 Section == FI->getDwarfMacinfoSection() || in isDwarfSection() 52 Section == FI->getDwarfFrameSection() || in isDwarfSection() 53 Section == FI->getDwarfAddrSection() || in isDwarfSection() 54 Section == FI->getDwarfRangesSection() || in isDwarfSection() 55 Section == FI->getDwarfARangesSection() || in isDwarfSection() 56 Section == FI->getDwarfLocSection() || in isDwarfSection() 57 Section == FI->getDwarfStrSection() || in isDwarfSection() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 42 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection() argument 49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection() 50 Section == FI->getDwarfInfoSection() || in isDwarfSection() 51 Section == FI->getDwarfMacinfoSection() || in isDwarfSection() 52 Section == FI->getDwarfFrameSection() || in isDwarfSection() 53 Section == FI->getDwarfAddrSection() || in isDwarfSection() 54 Section == FI->getDwarfRangesSection() || in isDwarfSection() 55 Section == FI->getDwarfARangesSection() || in isDwarfSection() 56 Section == FI->getDwarfLocSection() || in isDwarfSection() 57 Section == FI->getDwarfStrSection() || in isDwarfSection() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopFlatten.cpp | 193 static bool checkPHIs(struct FlattenInfo &FI, in checkPHIs() argument 210 SafeOuterPHIs.insert(FI.OuterInductionPHI); in checkPHIs() 214 for (PHINode &InnerPHI : FI.InnerLoop->getHeader()->phis()) { in checkPHIs() 217 if (&InnerPHI == FI.InnerInductionPHI) in checkPHIs() 224 InnerPHI.getIncomingValueForBlock(FI.InnerLoop->getLoopPreheader()); in checkPHIs() 226 InnerPHI.getIncomingValueForBlock(FI.InnerLoop->getLoopLatch()); in checkPHIs() 232 if (!OuterPHI || OuterPHI->getParent() != FI.OuterLoop->getHeader()) { in checkPHIs() 242 OuterPHI->getIncomingValueForBlock(FI.OuterLoop->getLoopLatch())); in checkPHIs() 260 FI.InnerPHIsToTransform.insert(&InnerPHI); in checkPHIs() 263 for (PHINode &OuterPHI : FI.OuterLoop->getHeader()->phis()) { in checkPHIs() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCFixup.h | 96 MCFixup FI; variable 97 FI.Value = Value; 98 FI.Offset = Offset; 99 FI.Kind = Kind; 100 FI.Loc = Loc; 101 return FI; 107 MCFixup FI; in createAddFor() local 108 FI.Value = Fixup.getValue(); in createAddFor() 109 FI.Offset = Fixup.getOffset(); in createAddFor() 110 FI.Kind = getAddKindForKind(Fixup.getKind()); in createAddFor() [all …]
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCFixup.h | 100 MCFixup FI; variable 101 FI.Value = Value; 102 FI.Offset = Offset; 103 FI.Kind = Kind; 104 FI.Loc = Loc; 105 return FI; 111 MCFixup FI; in createAddFor() local 112 FI.Value = Fixup.getValue(); in createAddFor() 113 FI.Offset = Fixup.getOffset(); in createAddFor() 114 FI.Kind = getAddKindForKind(Fixup.getKind()); in createAddFor() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUArgumentUsageInfo.cpp | 56 for (const auto &FI : ArgInfoMap) { in print() local 57 OS << "Arguments for " << FI.first->getName() << '\n' in print() 58 << " PrivateSegmentBuffer: " << FI.second.PrivateSegmentBuffer in print() 59 << " DispatchPtr: " << FI.second.DispatchPtr in print() 60 << " QueuePtr: " << FI.second.QueuePtr in print() 61 << " KernargSegmentPtr: " << FI.second.KernargSegmentPtr in print() 62 << " DispatchID: " << FI.second.DispatchID in print() 63 << " FlatScratchInit: " << FI.second.FlatScratchInit in print() 64 << " PrivateSegmentSize: " << FI.second.PrivateSegmentSize in print() 65 << " WorkGroupIDX: " << FI.second.WorkGroupIDX in print() [all …]
|
D | AMDGPUPerfHintAnalysis.cpp | 207 AMDGPUPerfHintAnalysis::FuncInfo &FI = FIM[&F]; in visit() local 216 ++FI.IAMInstCount; in visit() 218 ++FI.LSMInstCount; in visit() 219 ++FI.MemInstCount; in visit() 220 ++FI.InstCount; in visit() 227 ++FI.InstCount; in visit() 237 FI.MemInstCount += Loc->second.MemInstCount; in visit() 238 FI.InstCount += Loc->second.InstCount; in visit() 239 FI.IAMInstCount += Loc->second.IAMInstCount; in visit() 240 FI.LSMInstCount += Loc->second.LSMInstCount; in visit() [all …]
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64StackTaggingPreRA.cpp | 77 void uncheckUsesOf(unsigned TaggedReg, int FI); 179 void AArch64StackTaggingPreRA::uncheckUsesOf(unsigned TaggedReg, int FI) { in uncheckUsesOf() argument 188 UseI->getOperand(OpIdx).ChangeToFrameIndex(FI); in uncheckUsesOf() 193 uncheckUsesOf(UseI->getOperand(0).getReg(), FI); in uncheckUsesOf() 201 int FI = I->getOperand(1).getIndex(); in uncheckLoadsAndStores() local 202 uncheckUsesOf(TaggedReg, FI); in uncheckLoadsAndStores() 207 int FI; member 209 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} in SlotWithTag() 211 : FI(MI.getOperand(1).getIndex()), Tag(MI.getOperand(4).getImm()) {} in SlotWithTag() 213 return FI == Other.FI && Tag == Other.Tag; in operator ==() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 118 GCFunctionInfo &FI = **I; in finishAssembly() local 119 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly() 122 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() 137 GCFunctionInfo &FI = **I; in finishAssembly() local 138 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly() 142 uint64_t FrameSize = FI.getFrameSize(); in finishAssembly() 145 report_fatal_error("Function '" + FI.getFunction().getName() + in finishAssembly() 150 Twine(uintptr_t(&FI)) + ")"); in finishAssembly() 154 Twine(FI.getFunction().getName())); in finishAssembly() 157 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 114 GCFunctionInfo &FI = **I; in finishAssembly() local 115 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly() 118 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() 133 GCFunctionInfo &FI = **I; in finishAssembly() local 134 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly() 138 uint64_t FrameSize = FI.getFrameSize(); in finishAssembly() 141 report_fatal_error("Function '" + FI.getFunction().getName() + in finishAssembly() 146 Twine(uintptr_t(&FI)) + ")"); in finishAssembly() 150 Twine(FI.getFunction().getName())); in finishAssembly() 153 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 118 GCFunctionInfo &FI = **I; in finishAssembly() local 119 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly() 122 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() 137 GCFunctionInfo &FI = **I; in finishAssembly() local 138 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly() 142 uint64_t FrameSize = FI.getFrameSize(); in finishAssembly() 145 report_fatal_error("Function '" + FI.getFunction().getName() + in finishAssembly() 150 Twine(uintptr_t(&FI)) + ")"); in finishAssembly() 154 Twine(FI.getFunction().getName())); in finishAssembly() 157 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | FunctionSizeCheck.cpp | 161 auto &FI = Visitor.Info; in check() local 163 if (FI.Statements == 0) in check() 170 FI.Lines = SM->getSpellingLineNumber(Body->getEndLoc()) - in check() 177 if (FI.Lines > LineThreshold || FI.Statements > StatementThreshold || in check() 178 FI.Branches > BranchThreshold || in check() 180 !FI.NestingThresholders.empty() || FI.Variables > VariableThreshold) { in check() 186 if (FI.Lines > LineThreshold) { in check() 190 << FI.Lines << LineThreshold; in check() 193 if (FI.Statements > StatementThreshold) { in check() 196 << FI.Statements << StatementThreshold; in check() [all …]
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUArgumentUsageInfo.cpp | 62 for (const auto &FI : ArgInfoMap) { in print() local 63 OS << "Arguments for " << FI.first->getName() << '\n' in print() 64 << " PrivateSegmentBuffer: " << FI.second.PrivateSegmentBuffer in print() 65 << " DispatchPtr: " << FI.second.DispatchPtr in print() 66 << " QueuePtr: " << FI.second.QueuePtr in print() 67 << " KernargSegmentPtr: " << FI.second.KernargSegmentPtr in print() 68 << " DispatchID: " << FI.second.DispatchID in print() 69 << " FlatScratchInit: " << FI.second.FlatScratchInit in print() 70 << " PrivateSegmentSize: " << FI.second.PrivateSegmentSize in print() 71 << " WorkGroupIDX: " << FI.second.WorkGroupIDX in print() [all …]
|
D | AMDGPUPerfHintAnalysis.cpp | 208 AMDGPUPerfHintAnalysis::FuncInfo &FI = FIM[&F]; in visit() local 217 ++FI.IAMInstCount; in visit() 219 ++FI.LSMInstCount; in visit() 220 ++FI.MemInstCount; in visit() 221 ++FI.InstCount; in visit() 227 ++FI.InstCount; in visit() 237 FI.MemInstCount += Loc->second.MemInstCount; in visit() 238 FI.InstCount += Loc->second.InstCount; in visit() 239 FI.IAMInstCount += Loc->second.IAMInstCount; in visit() 240 FI.LSMInstCount += Loc->second.LSMInstCount; in visit() [all …]
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | LoopInfoTest.cpp | 80 Function::iterator FI = F.begin(); in TEST() local 82 BasicBlock *Header = &*(++FI); in TEST() 130 Function::iterator FI = F.begin(); in TEST() local 132 BasicBlock *Header = &*(++FI); in TEST() 262 Function::iterator FI = F.begin(); in TEST() local 263 BasicBlock *Entry = &*(FI); in TEST() 266 ++FI; in TEST() 267 BasicBlock *Header = &*(++FI); in TEST() 321 Function::iterator FI = F.begin(); in TEST() local 322 BasicBlock *Entry = &*(FI); in TEST() [all …]
|
D | UnrollAnalyzerTest.cpp | 32 Function::iterator FI = F.begin(); in runOnFunction() local 33 FI++; // First basic block is entry - skip it. in runOnFunction() 34 BasicBlock *Header = &*FI++; in runOnFunction() 98 Function::iterator FI = F->begin(); in TEST() local 99 FI++; // First basic block is entry - skip it. in TEST() 100 BasicBlock *Header = &*FI++; in TEST() 160 Function::iterator FI = F->begin(); in TEST() local 161 FI++; in TEST() 162 BasicBlock *Header = &*FI++; in TEST() 163 BasicBlock *InnerBody = &*FI++; in TEST() [all …]
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 208 uint32_t Depth, FunctionInfo &FI, in parseInlineInfo() argument 218 DWARFAddressRange(FI.startAddress(), FI.endAddress()); in parseInlineInfo() 238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo() 245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo() 251 FunctionInfo &FI) { in convertFunctionLineTable() argument 253 const uint64_t StartAddress = FI.startAddress(); in convertFunctionLineTable() 254 const uint64_t EndAddress = FI.endAddress(); in convertFunctionLineTable() 269 FI.OptLineTable = LineTable(); in convertFunctionLineTable() 270 FI.OptLineTable->push(LE); in convertFunctionLineTable() 278 FI.OptLineTable = LineTable(); in convertFunctionLineTable() [all …]
|
D | FunctionInfo.cpp | 27 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const FunctionInfo &FI) { in operator <<() argument 28 OS << FI.Range << ": " << "Name=" << HEX32(FI.Name) << '\n'; in operator <<() 29 if (FI.OptLineTable) in operator <<() 30 OS << FI.OptLineTable << '\n'; in operator <<() 31 if (FI.Inline) in operator <<() 32 OS << FI.Inline << '\n'; in operator <<() 38 FunctionInfo FI; in decode() local 39 FI.Range.Start = BaseAddr; in decode() 44 FI.Range.End = FI.Range.Start + Data.getU32(&Offset); in decode() 48 FI.Name = Data.getU32(&Offset); in decode() [all …]
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/ |
D | find_first_of.pass.cpp | 28 typedef forward_iterator<int*> FI; in test_constexpr() typedef 32 …return (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ia)), FI(std::en… in test_constexpr() 33 …&& (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ib)), FI(std::end(ib)))… in test_constexpr()
|
D | find_first_of_pred.pass.cpp | 30 typedef forward_iterator<int*> FI; in test_constexpr() typedef 34 …return (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ia)), FI(std::en… in test_constexpr() 35 …&& (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ib)), FI(std::end(ib)),… in test_constexpr()
|
/external/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/ |
D | find_first_of.pass.cpp | 27 typedef forward_iterator<int*> FI; in test_constexpr() typedef 31 …return (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ia)), FI(std::en… in test_constexpr() 32 …&& (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ib)), FI(std::end(ib)))… in test_constexpr()
|
D | find_first_of_pred.pass.cpp | 29 typedef forward_iterator<int*> FI; in test_constexpr() typedef 33 …return (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ia)), FI(std::en… in test_constexpr() 34 …&& (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ib)), FI(std::end(ib)),… in test_constexpr()
|
/external/llvm/unittests/Analysis/ |
D | UnrollAnalyzer.cpp | 31 Function::iterator FI = F.begin(); in runOnFunction() local 32 FI++; // First basic block is entry - skip it. in runOnFunction() 33 BasicBlock *Header = &*FI++; in runOnFunction() 98 Function::iterator FI = F->begin(); in TEST() local 99 FI++; // First basic block is entry - skip it. in TEST() 100 BasicBlock *Header = &*FI++; in TEST() 160 Function::iterator FI = F->begin(); in TEST() local 161 FI++; in TEST() 162 BasicBlock *Header = &*FI++; in TEST() 163 BasicBlock *InnerBody = &*FI++; in TEST() [all …]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | huge-private-buffer.ll | 5 ; GCN: v_mov_b32_e32 [[FI:v[0-9]+]], 4 6 ; GCN: v_and_b32_e32 [[MASKED:v[0-9]+]], 0x3ffc, [[FI]] 18 ; GCN: v_mov_b32_e32 [[FI:v[0-9]+]], 4 19 ; GCN: v_and_b32_e32 [[MASKED:v[0-9]+]], 0xfffc, [[FI]] 31 ; GCN: v_mov_b32_e32 [[FI:v[0-9]+]], 4 32 ; WAVE64-NOT: [[FI]] 33 ; WAVE64: {{flat|global}}_store_dword v{{\[[0-9]+:[0-9]+\]}}, [[FI]] 35 ; WAVE32: v_and_b32_e32 [[MASKED:v[0-9]+]], 0x1fffc, [[FI]] 47 ; GCN: v_mov_b32_e32 [[FI:v[0-9]+]], 4 48 ; GCN-NOT: [[FI]] [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | FixupStatepointCallerSaved.cpp | 182 void recordReload(Register Reg, int FI, const MachineBasicBlock *MBB) { in recordReload() argument 183 RegSlotPair RSP(Reg, FI); in recordReload() 190 bool hasReload(Register Reg, int FI, const MachineBasicBlock *MBB) { in hasReload() argument 191 RegSlotPair RSP(Reg, FI); in hasReload() 258 int FI = Idx->second; in getFrameIndex() local 259 LLVM_DEBUG(dbgs() << "Found global FI " << FI << " for register " in getFrameIndex() 262 assert(ReservedSlots.count(FI) && "using unreserved slot"); in getFrameIndex() 263 return FI; in getFrameIndex() 270 int FI = Line.Slots[Line.Index++]; in getFrameIndex() local 271 if (ReservedSlots.count(FI)) in getFrameIndex() [all …]
|