| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Writer.cpp | 299 In.SymTab = make<SymbolTableSection<ELFT>>(*In.StrTab); in createSyntheticSections() 309 Add(In.Bss); in createSyntheticSections() 315 In.BssRelRo = in createSyntheticSections() 413 Add(In.Plt); in createSyntheticSections() 415 Add(In.Iplt); in createSyntheticSections() 695 if (In.Got && Sec == In.Got->getParent()) in isRelroSection() 1671 if (In.Plt && !In.Plt->empty()) in finalizeSections() 1673 if (In.Iplt && !In.Iplt->empty()) in finalizeSections() 2008 if (!In.EhFrame->empty() && In.EhFrameHdr && In.EhFrame->getParent() && in createPhdrs() 2512 if (In.EhFrameHdr && !In.EhFrameHdr->empty()) in writeSections() [all …]
|
| H A D | Relocations.cpp | 145 In.RelaDyn->addReloc(Type, In.Got, Off, Dest); in handleARMTlsRelocation() 194 In.RelaDyn->addReloc( in handleTlsRelocation() 214 In.RelaDyn->addReloc(Target->TlsModuleIndexRel, In.Got, in handleTlsRelocation() 251 In.RelaDyn->addReloc(Target->TlsModuleIndexRel, In.Got, Off, &Sym); in handleTlsRelocation() 257 In.RelaDyn->addReloc(Target->TlsOffsetRel, In.Got, OffsetOff, &Sym); in handleTlsRelocation() 274 In.RelaDyn->addReloc(Target->TlsGotRel, In.Got, Sym.getGotOffset(), in handleTlsRelocation() 773 In.Got->addEntry(Sym); in addGotEntry() 805 In.RelaDyn->addReloc(Sym.isTls() ? Target->TlsGotRel : Target->GotRel, In.Got, in addGotEntry() 969 addPltEntry<ELFT>(In.Plt, In.GotPlt, In.RelaPlt, Target->PltRel, Sym); in processRelocAux() 1060 addPltEntry<ELFT>(In.Iplt, In.IgotPlt, In.RelaIplt, Target->IRelativeRel, in scanReloc() [all …]
|
| H A D | SyntheticSections.cpp | 264 if (In.SymTab) in addSyntheticLocal() 1264 if (In.RelaIplt->getParent() == In.RelaPlt->getParent() && in addPltRelSz() 1265 In.RelaIplt->Name == In.RelaPlt->Name) in addPltRelSz() 1322 addInSec(In.RelaDyn->DynamicTag, In.RelaDyn); in finalizeContents() 1323 addSize(In.RelaDyn->SizeDynamicTag, In.RelaDyn->getParent()); in finalizeContents() 1338 if (In.RelrDyn && !In.RelrDyn->Relocs.empty()) { in finalizeContents() 1375 if (In.GnuHashTab) in finalizeContents() 1377 if (In.HashTab) in finalizeContents() 1403 if (In.VerDef) { in finalizeContents() 1512 InputSection *SymTab = Config->Relocatable ? In.SymTab : In.DynSymTab; in finalizeContents() [all …]
|
| H A D | InputSection.cpp | 617 return In.Got->getVA() + A - P; in getRelocTargetVA() 619 return In.Got->getVA() + A - P + In.Got->getSize(); in getRelocTargetVA() 623 return Sym.getVA(A) - In.Got->getVA() - In.Got->getSize(); in getRelocTargetVA() 663 return In.MipsGot->getVA() + In.MipsGot->getPageEntryOffset(File, Sym, A) - in getRelocTargetVA() 664 In.MipsGot->getGp(File); in getRelocTargetVA() 670 return In.MipsGot->getVA() + In.MipsGot->getSymEntryOffset(File, Sym, A) - in getRelocTargetVA() 671 In.MipsGot->getGp(File); in getRelocTargetVA() 673 return In.MipsGot->getVA() + In.MipsGot->getGlobalDynOffset(File, Sym) - in getRelocTargetVA() 676 return In.MipsGot->getVA() + In.MipsGot->getTlsIndexOffset(File) - in getRelocTargetVA() 758 return In.Got->getGlobalDynOffset(Sym) + A - In.Got->getSize(); in getRelocTargetVA() [all …]
|
| H A D | Symbols.cpp | 124 uint64_t Symbol::getGotVA() const { return In.Got->getVA() + getGotOffset(); } in getGotVA() 132 return In.IgotPlt->getVA() + getGotPltOffset(); in getGotPltVA() 133 return In.GotPlt->getVA() + getGotPltOffset(); in getGotPltVA() 148 PltSection *Plt = IsInIplt ? In.Iplt : In.Plt; in getPltVA() 154 return In.PPC64LongBranchTarget->getVA() + in getPPC64LongBranchTableVA()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | constraints.md | 26 ;; In ARM state, 'l' is an alias for 'r' 56 "In Thumb state the core registers @code{r0}-@code{r7}.") 59 "In Thumb state the core registers @code{r8}-@code{r15}.") 80 "In ARM state a constant in the range @minus{}4095-4095. In Thumb state 96 In Thumb state a constant in the range @minus{}7-7." 111 "In Thumb state a constant in the range 0-31." 123 "In ARM state a valid FPA immediate constant." 157 In ARM state a valid VFP load/store address." 163 In ARM state a valid iWMMX load/store address." 169 In ARM state an address valid in ldrsb instructions." [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenExtract.cpp | 79 bool convert(Instruction *In); 95 bool HexagonGenExtract::convert(Instruction *In) { in INITIALIZE_PASS_DEPENDENCY() 100 BasicBlock *BB = In->getParent(); in INITIALIZE_PASS_DEPENDENCY() 121 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in INITIALIZE_PASS_DEPENDENCY() 130 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 137 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 144 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 210 IRBuilder<> IRB(In); in INITIALIZE_PASS_DEPENDENCY() 218 In->replaceAllUsesWith(NewIn); in INITIALIZE_PASS_DEPENDENCY() 239 Instruction *In = &*I; in visitBlock() local [all …]
|
| H A D | HexagonLoopIdiomRecognition.cpp | 977 if (!In) in isPromotableTo() 981 switch (In->getOpcode()) { in isPromotableTo() 996 return In->hasNoSignedWrap() && In->hasNoUnsignedWrap(); in isPromotableTo() 1007 In->mutateType(DestTy); in promoteTo() 1076 if (!In.isTerminator() && !isPromotableTo(&In, DestTy)) in promoteTypes() 1082 [](Instruction &In) { return &In; }); in promoteTypes() argument 1115 if (Out == In) in findCycle() 2318 for (auto I = In->op_begin(), E = In->op_end(); I != E; ++I) { in coverLoop() 2334 for (auto &In : *B) { in coverLoop() 2335 if (isa<BranchInst>(In) || isa<DbgInfoIntrinsic>(In)) in coverLoop() [all …]
|
| H A D | HexagonBlockRanges.cpp | 162 for (auto &In : B) { in InstrIndexMap() local 163 if (In.isDebugInstr()) in InstrIndexMap() 166 Map.insert(std::make_pair(Idx, &In)); in InstrIndexMap() 316 for (auto &In : B) { in computeInitialLiveRanges() local 317 if (In.isDebugInstr()) in computeInitialLiveRanges() 319 IndexType Index = IndexMap.getIndex(&In); in computeInitialLiveRanges() 321 for (auto &Op : In.operands()) { in computeInitialLiveRanges() 337 for (auto &Op : In.operands()) { in computeInitialLiveRanges() 351 for (auto &Op : In.operands()) { in computeInitialLiveRanges() 523 for (auto &In : M.Block) { in operator <<() local [all …]
|
| H A D | RDFGraph.cpp | 619 return TII.isPredicated(In); in isPreserving() 629 if (In.isCall()) in isClobbering() 638 if (In.isCall() || In.isReturn() || In.isInlineAsm()) in isFixedReg() 641 if (In.isBranch()) in isFixedReg() 1271 if (In.isCall()) in buildStmt() 1274 if (In.isBranch()) { in buildStmt() 1281 if (In.isIndirectBranch()) in buildStmt() 1300 bool IsCall = isCall(In); in buildStmt() 1325 if (TOI.isFixedReg(In, OpN)) in buildStmt() 1366 if (isDefUndef(In, RR)) in buildStmt() [all …]
|
| /freebsd-12.1/contrib/libxo/tests/core/saved/ |
| H A D | test_02.out | 1 Item Total Sold In Stock On Order SKU 11 In stock: 54 16 In stock: 4 21 In stock: 2 26 In stock: 144 31 In stock: 14 36 In stock: 45
|
| H A D | test_01.out | 1 Item Total Sold In Stock On Order SKU 11 In stock: 54 16 In stock: 4 21 In stock: 2 26 In stock: 144 31 In stock: 14 36 In stock: 45
|
| H A D | test_10.out | 1 Item Total Sold In Stock On Order SKU 11 In stock: 54 16 In stock: 4 21 In stock: 2 26 In stock: 144 31 In stock: 14 36 In stock: 45
|
| H A D | test_01.T.out | 10 Item Total Sold In Stock On Order SKU 20 In stock: 54 25 In stock: 4 30 In stock: 2 35 In stock: 144 40 In stock: 14 45 In stock: 45
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsxface.c | 164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument 165 #define ACPI_COPY_ADDRESS(Out, In) \ argument 166 ACPI_COPY_FIELD(Out, In, ResourceType); \ 167 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \ 168 ACPI_COPY_FIELD(Out, In, Decode); \ 169 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \ 170 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \ 171 ACPI_COPY_FIELD(Out, In, Info); \ 172 ACPI_COPY_FIELD(Out, In, Address.Granularity); \ 173 ACPI_COPY_FIELD(Out, In, Address.Minimum); \ [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Option/ |
| H A D | OptTable.cpp | 199 if (In.Prefixes) in optionMatches() 201 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches() 213 const Info &In = OptionInfos[I]; in suggestValueCompletions() local 214 if (!In.Values || !optionMatches(In, Option)) in suggestValueCompletions() 234 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix() 236 if (In.Flags & DisableFlags) in findByPrefix() 240 std::string S = std::string(In.Prefixes[I]) + std::string(In.Name) + "\t"; in findByPrefix() 241 if (In.HelpText) in findByPrefix() 242 S += In.HelpText; in findByPrefix() 315 Info &In = OptionInfos[I]; in addValues() local [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 1767 Src = In; in SelectVOP3ModsImpl() 1803 Src = In; in SelectVOP3NoMods() 1810 SDLoc DL(In); in SelectVOP3Mods0() 1827 Src = In; in SelectVOP3OMods() 1829 SDLoc DL(In); in SelectVOP3OMods() 1842 In = stripBitcast(In); in isExtractHiElt() 1868 return In; in stripExtractLoElt() 1874 Src = In; in SelectVOP3PMods() 1928 SDLoc SL(In); in SelectVOP3PMods0() 1938 Src = In; in SelectVOP3OpSel() [all …]
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | am3517-evm-ui.dtsi | 17 "Microphone", "Mic In", 18 "Line", "Line In", 24 "LLINEIN", "Line In", 25 "RLINEIN", "Line In", 26 "MICIN", "Mic In"; 47 "Microphone", "Mic In", 48 "Line", "Line In", 54 "LLINEIN", "Line In", 55 "RLINEIN", "Line In", 56 "MICIN", "Mic In";
|
| H A D | mt2701-evb.dts | 35 "AIN2L", "Tuner In", 36 "AIN2R", "Tuner In", 37 "AIN3L", "Satellite Tuner In", 38 "AIN3R", "Satellite Tuner In", 39 "AIN3L", "AUX In", 40 "AIN3R", "AUX In";
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | X86.cpp | 168 write32le(Buf, In.Dynamic->getVA()); in writeGotPltHeader() 199 uint32_t Ebx = In.Got->getVA() + In.Got->getSize(); in writePltHeader() 200 uint32_t GotPlt = In.GotPlt->getVA() - Ebx; in writePltHeader() 212 uint32_t GotPlt = In.GotPlt->getVA(); in writePltHeader() 229 uint32_t Ebx = In.Got->getVA() + In.Got->getSize(); in writePlt() 463 uint32_t Ebx = In.Got->getVA() + In.Got->getSize(); in writePltHeader() 464 uint32_t GotPlt = In.GotPlt->getVA() - Ebx; in writePltHeader() 483 uint32_t Ebx = In.Got->getVA() + In.Got->getSize(); in writePlt() 522 uint32_t GotPlt = In.GotPlt->getVA(); in writePltHeader()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utmisc.c | 256 } In; in AcpiUtDwordByteSwap() local 262 In.Value = Value; in AcpiUtDwordByteSwap() 264 Out.Bytes[0] = In.Bytes[3]; in AcpiUtDwordByteSwap() 265 Out.Bytes[1] = In.Bytes[2]; in AcpiUtDwordByteSwap() 266 Out.Bytes[2] = In.Bytes[1]; in AcpiUtDwordByteSwap() 267 Out.Bytes[3] = In.Bytes[0]; in AcpiUtDwordByteSwap()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 864 In = Builder.CreateLShr(In, Sh, In->getName() + ".lobit"); in transformZExtICmp() 866 In = Builder.CreateIntCast(In, CI.getType(), false /*ZExt*/); in transformZExtICmp() 870 In = Builder.CreateXor(In, One, In->getName() + ".not"); in transformZExtICmp() 907 In = Builder.CreateLShr(In, ConstantInt::get(In->getType(), ShAmt), in transformZExtICmp() 913 In = Builder.CreateXor(In, One); in transformZExtICmp() 1241 In = Builder.CreateIntCast(In, CI.getType(), true /*SExt*/); in transformSExtICmp() 1244 In = Builder.CreateNot(In, In->getName() + ".not"); in transformSExtICmp() 1274 In = Builder.CreateLShr(In, in transformSExtICmp() 1279 In = Builder.CreateAdd(In, in transformSExtICmp() 1288 In = Builder.CreateShl(In, in transformSExtICmp() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.cpp | 121 findBuildID(const object::ELFFile<ELFT> &In) { in findBuildID() argument 126 for (const auto &Note : In.notes(Phdr, Err)) in findBuildID() 137 findBuildID(const object::ELFObjectFileBase &In) { in findBuildID() argument 138 if (auto *O = dyn_cast<ELFObjectFile<ELF32LE>>(&In)) in findBuildID() 140 else if (auto *O = dyn_cast<ELFObjectFile<ELF64LE>>(&In)) in findBuildID() 142 else if (auto *O = dyn_cast<ELFObjectFile<ELF32BE>>(&In)) in findBuildID() 144 else if (auto *O = dyn_cast<ELFObjectFile<ELF64BE>>(&In)) in findBuildID() 536 BinaryReader Reader(Config.BinaryArch, &In); in executeObjcopyOnRawBinary() 552 ELFReader Reader(&In); in executeObjcopyOnBinary() 557 : getOutputElfType(In); in executeObjcopyOnBinary() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 199 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument 212 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor() 283 FILE *In; member 287 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument 290 Data->In = In; in LineEditor() 307 char *Res = ::fgets(Buf, sizeof(Buf), Data->In); in readLine()
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | format-strings.rst | 30 In the following example, three field descriptors appear. The first 32 label ("In stock"), and the third is a value field ("in-stock"). The 36 xo_emit("{P: }{Lwc:In stock}{:in-stock/%u}\n", 65); 38 This single line of code can generate text (" In stock: 65\n"), XML 47 xo_emit("{L,white,colon:In stock}{,key:in-stock/%u}\n", 65);
|