Home
last modified time | relevance | path

Searched refs:BA (Results 1 – 25 of 177) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp253 BA = std::make_unique<BinaryAttrs>(); in getBinaryAttrs()
254 return *BA; in getBinaryAttrs()
273 auto &BA = S->getBinaryAttrs(); in createInterfaceFile() local
274 if (BA.InstallName != InstallName) in createInterfaceFile()
288 auto &BA = S->getBinaryAttrs(); in createInterfaceFile() local
289 if (BA.InstallName != InstallName) in createInterfaceFile()
294 File->setFileType(BA.File); in createInterfaceFile()
302 File->setCurrentVersion(BA.CurrentVersion); in createInterfaceFile()
306 File->setSwiftABIVersion(BA.SwiftABI); in createInterfaceFile()
308 File->setPath(BA.Path); in createInterfaceFile()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp145 auto &BA = Slice.getBinaryAttrs(); in readMachOHeader() local
151 BA.File = FileType::MachO_DynamicLibrary; in readMachOHeader()
154 BA.File = FileType::MachO_DynamicLibrary_Stub; in readMachOHeader()
157 BA.File = FileType::MachO_Bundle; in readMachOHeader()
162 BA.TwoLevelNamespace = true; in readMachOHeader()
164 BA.AppExtensionSafe = true; in readMachOHeader()
171 BA.CurrentVersion = DLLC.dylib.current_version; in readMachOHeader()
177 BA.RexportedLibraries.emplace_back( in readMachOHeader()
200 BA.UUID = Slice.copyString(Stream.str()); in readMachOHeader()
211 BA.OSLibNotForSharedCache = true; in readMachOHeader()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp129 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect()
130 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) in collect()
158 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
159 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) { in collect()
189 auto BA = DFG.addr<NodeBase*>(I); in erase() local
190 uint16_t Type = BA.Addr->getType(); in erase()
197 uint16_t Kind = BA.Addr->getKind(); in erase()
199 append_range(DRNs, NodeAddr<CodeNode*>(BA).Addr->members(DFG)); in erase()
232 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); in erase() local
233 BA.Addr->removeMember(IA, DFG); in erase()
H A DRDFCopy.cpp106 NodeAddr<BlockNode*> BA = DFG.findBlock(B); in scanBlock() local
107 DFG.markBlock(BA.Id, DefM); in scanBlock()
109 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) { in scanBlock()
125 DFG.releaseBlock(BA.Id, DefM); in scanBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h818 return BA.Addr->getType() == NodeAttrs::Ref && BA.Addr->getKind() == Kind; in IsRef()
822 return BA.Addr->getType() == NodeAttrs::Code && BA.Addr->getKind() == Kind; in IsCode()
825 static bool IsDef(const Node BA) { in IsDef()
826 return BA.Addr->getType() == NodeAttrs::Ref && in IsDef()
827 BA.Addr->getKind() == NodeAttrs::Def; in IsDef()
830 static bool IsUse(const Node BA) { in IsUse()
832 BA.Addr->getKind() == NodeAttrs::Use; in IsUse()
835 static bool IsPhi(const Node BA) { in IsPhi()
837 BA.Addr->getKind() == NodeAttrs::Phi; in IsPhi()
867 void buildStmt(Block BA, MachineInstr &In);
[all …]
H A DMachineOperand.h200 const BlockAddress *BA; // For MO_BlockAddress. member
589 return Contents.OffsetedInfo.Val.BA; in getBlockAddress()
786 void ChangeToBA(const BlockAddress *BA, int64_t Offset,
912 static MachineOperand CreateBA(const BlockAddress *BA, int64_t Offset,
915 Op.Contents.OffsetedInfo.Val.BA = BA;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp846 BA.Addr->setCode(BB); in newBlock()
848 return BA; in newBlock()
906 buildStmt(BA, I); in build()
940 for (Block BA : Blocks) { in build() local
954 Phi PA = newPhi(BA); in build()
971 for (Block BA : Blocks) in build() local
973 for (Block BA : Blocks) in build() local
974 buildPhis(PhiM, BA); in build()
1442 Phi PA = newPhi(BA); in buildPhis()
1584 markBlock(BA.Id, DefM); in linkBlockRefs()
[all …]
H A DRDFLiveness.cpp165 return BA.Addr->getCode(); in getAllReachingDefs()
360 NodeList Ins = BA.Addr->members(DFG); in getNearestAliasedRef()
397 MachineBasicBlock *BB = BA.Addr->getCode(); in getNearestAliasedRef()
398 BA = NodeAddr<BlockNode *>(); in getNearestAliasedRef()
401 BA = DFG.findBlock(N->getBlock()); in getNearestAliasedRef()
403 if (!BA.Id) in getNearestAliasedRef()
406 Ins = BA.Addr->members(DFG); in getNearestAliasedRef()
466 for (NodeAddr<BlockNode *> BA : Blocks) { in computePhiInfo()
785 for (NodeAddr<BlockNode *> BA : Blocks) { in computeLiveIns()
804 for (NodeAddr<BlockNode *> BA : Blocks) { in computeLiveIns()
[all …]
H A DIndirectBrExpandPass.cpp153 auto *BA = cast<BlockAddress>(BlockAddressUseIt->getUser()); in runImpl() local
157 if (!BA->isConstantUsed()) in runImpl()
165 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runImpl()
172 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(BBIndexC, BA->getType())); in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp65 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias() local
70 if (!isa<SCEVCouldNotCompute>(BA) && in alias()
71 ASizeInt.ule(SE.getUnsignedRange(BA).getUnsignedMin()) && in alias()
72 (-BSizeInt).uge(SE.getUnsignedRange(BA).getUnsignedMax())) in alias()
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/
H A Dhoneywell,hsc030pa.yaml63 enum: [001BA, 1.6BA, 2.5BA, 004BA, 006BA, 010BA, 1.6MD, 2.5MD, 004MD,
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp115 BitcodeAnalyzer BA(MB->getBuffer(), in main() local
126 ExitOnErr(BA.analyze( in main()
133 BA.printStats(O, StringRef(InputFilename.getValue())); in main()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp139 BlockAddress *BA = BlockAddress::lookup(&BB); in findPartitions() local
140 if (!BA || !BA->isConstantUsed()) in findPartitions()
142 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions()
H A DValueMapper.cpp181 Value *mapBlockAddress(const BlockAddress &BA);
441 if (BlockAddress *BA = dyn_cast<BlockAddress>(C)) in mapValue() local
442 return mapBlockAddress(*BA); in mapValue()
581 Value *Mapper::mapBlockAddress(const BlockAddress &BA) { in mapBlockAddress() argument
582 Function *F = cast<Function>(mapValue(BA.getFunction())); in mapBlockAddress()
589 DelayedBBs.push_back(DelayedBasicBlock(BA)); in mapBlockAddress()
592 BB = cast_or_null<BasicBlock>(mapValue(BA.getBasicBlock())); in mapBlockAddress()
595 return getVM()[&BA] = BlockAddress::get(F, BB ? BB : BA.getBasicBlock()); in mapBlockAddress()
/freebsd/crypto/heimdal/lib/wind/
H A DNormalizationTest.txt72 00BA;00BA;00BA;006F;006F; # (º; º; º; o; o; ) MASCULINE ORDINAL INDICATOR
403 03F0;03F0;03F0;03BA;03BA; # (ϰ; ϰ; ϰ; κ; κ; ) GREEK KAPPA SYMBOL
1380 24BA;24BA;24BA;0045;0045; # (Ⓔ; Ⓔ; Ⓔ; E; E; ) CIRCLED LATIN CAPITAL LETTER E
1692 30BA;30BA;30B9 3099;30BA;30B9 3099; # (ズ; ズ; ス◌゙; ズ; ス◌゙; ) KATAKANA LETTER ZU
1996 32BA;32BA;32BA;0034 0035;0034 0035; # (㊺; ㊺; ㊺; 45; 45; ) CIRCLED NUMBER FORTY FIVE
2251 33BA;33BA;33BA;0070 0057;0070 0057; # (㎺; ㎺; ㎺; pW; pW; ) SQUARE PW
2340 AC13;AC13;1100 1161 11BA;AC13;1100 1161 11BA; # (갓; 갓; 갓; 갓; 갓; ) HANGUL SYLLABLE GAS
2480 AC9F;AC9F;1100 1166 11BA;AC9F;1100 1166 11BA; # (겟; 겟; 겟; 겟; 겟; ) HANGUL SYLLABLE GES
13510 F911;87BA;87BA;87BA;87BA; # (螺; 螺; 螺; 螺; 螺; ) CJK COMPATIBILITY IDEOGRAPH-F911
13977 FB9E;FB9E;FB9E;06BA;06BA; # (ﮞ; ﮞ; ﮞ; ں; ں; ) ARABIC LETTER NOON GHUNNA ISOLATED FORM
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp608 } else if (auto *BA = dyn_cast<BlockAddressSDNode>(N0)) { in matchWrapper() local
609 AM.BlockAddr = BA->getBlockAddress(); in matchWrapper()
610 AM.SymbolFlags = BA->getTargetFlags(); in matchWrapper()
611 if (!foldOffsetIntoAddress(BA->getOffset(), AM)) { in matchWrapper()
645 } else if (auto *BA = dyn_cast<BlockAddressSDNode>(N0)) { in matchWrapper() local
646 AM.BlockAddr = BA->getBlockAddress(); in matchWrapper()
647 AM.Disp += BA->getOffset(); in matchWrapper()
648 AM.SymbolFlags = BA->getTargetFlags(); in matchWrapper()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h128 bool hasBinaryAttrs() const { return BA.get(); } in hasBinaryAttrs()
190 std::unique_ptr<BinaryAttrs> BA{nullptr};
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp94 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
95 O << BA->getName(); in printOperand()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1019 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer() local
1022 OS = GetOutputStream(CI, InFile, BA); in CreateASTConsumer()
1024 if (BA != Backend_EmitNothing && !OS) in CreateASTConsumer()
1038 BA, CI.getDiagnostics(), &CI.getVirtualFileSystem(), in CreateASTConsumer()
1158 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction() local
1163 GetOutputStream(CI, getCurrentFileOrBufferName(), BA); in ExecuteAction()
1164 if (BA != Backend_EmitNothing && !OS) in ExecuteAction()
1199 BackendConsumer Result(BA, CI.getDiagnostics(), &CI.getVirtualFileSystem(), in ExecuteAction()
1231 BA, CI.getFileManager().getVirtualFileSystemPtr(), std::move(OS)); in ExecuteAction()
/freebsd/bin/sh/tests/errors/
H A Dbackquote-error2.02 ${SH} -c 'echo `echo .BA"DCODE.`
/freebsd/stand/libsa/
H A Dglobals.c17 u_char bcea[6] = BA; /* broadcast ethernet address */
/freebsd/share/vt/fonts/
H A Dvgarom-thin-8x8.hex113 00BA:38444438007C0000
241 25BA:80E0F8FEF8E08000
H A Dvgarom-thin-8x16.hex125 00BA:0038444438007C000000000000000000
291 25BA:0080C0E0F0F8FEF8F0E0C08000000000
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
87 O << BA->getName(); in printOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp161 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } in isUncondBranchOpcode()
217 case SP::BA: in getBranchDestBlock()
339 BuildMI(&MBB, DL, get(SP::BA)).addMBB(TBB); in insertBranch()
361 BuildMI(&MBB, DL, get(SP::BA)).addMBB(FBB); in insertBranch()
405 case SP::BA: in isBranchOffsetInRange()

12345678