Home
last modified time | relevance | path

Searched refs:UA (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDRDFCopy.cpp156 auto UA = DFG.addr<UseNode*>(N); in run() local
157 NextN = UA.Addr->getSibling(); in run()
158 uint16_t F = UA.Addr->getFlags(); in run()
161 if (UA.Addr->getRegRef(DFG) != DR) in run()
164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run()
170 MachineOperand &Op = UA.Addr->getOp(); in run()
182 DFG.unlinkUse(UA, false); in run()
184 UA.Addr->linkToDef(UA.Id, DFG.addr<DefNode*>(AtCopy)); in run()
186 UA.Addr->setReachingDef(0); in run()
187 UA.Addr->setSibling(0); in run()
HDHexagonOptAddrMode.cpp169 for (NodeAddr<UseNode *> UA : AddAslSN.Addr->members_if(DFG->IsUse, *DFG)) { in canRemoveAddasl()
170 RegisterRef RR = UA.Addr->getRegRef(*DFG); in canRemoveAddasl()
173 OffsetRegRD = UA.Addr->getReachingDef(); in canRemoveAddasl()
178 NodeAddr<UseNode *> UA = *I; in canRemoveAddasl() local
179 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); in canRemoveAddasl()
180 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) in canRemoveAddasl()
254 NodeAddr<UseNode *> UA = DFG->addr<UseNode *>(UI); in getAllRealUses() local
256 NodeAddr<StmtNode *> TempIA = UA.Addr->getOwner(*DFG); in getAllRealUses()
261 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) { in getAllRealUses()
262 NodeAddr<PhiNode *> PA = UA.Addr->getOwner(*DFG); in getAllRealUses()
[all …]
HDRDFDeadCode.cpp97 for (NodeAddr<UseNode*> UA : IA.Addr->members_if(DFG.IsUse, DFG)) { in processDef()
98 if (!LiveNodes.count(UA.Id)) in processDef()
99 WorkQ.push_back(UA.Id); in processDef()
105 void DeadCodeElimination::processUse(NodeAddr<UseNode*> UA, in processUse() argument
107 for (NodeAddr<DefNode*> DA : LV.getAllReachingDefs(UA)) { in processUse()
HDRDFDeadCode.h61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
HDllvm-size.cpp618 std::unique_ptr<Archive> &UA = *AOrErr; in printFileSectionSizes() local
622 for (auto &C : UA->children(Err)) { in printFileSectionSizes()
627 error(std::move(E), UA->getFileName(), C, in printFileSectionSizes()
635 outs() << o->getFileName() << " (ex " << UA->getFileName() in printFileSectionSizes()
638 outs() << UA->getFileName() << "(" << o->getFileName() in printFileSectionSizes()
645 outs() << UA->getFileName() << "(" << o->getFileName() in printFileSectionSizes()
652 outs() << o->getFileName() << " (ex " << UA->getFileName() in printFileSectionSizes()
658 error(std::move(Err), UA->getFileName()); in printFileSectionSizes()
707 std::unique_ptr<Archive> &UA = *AOrErr; in printFileSectionSizes() local
711 for (auto &C : UA->children(Err)) { in printFileSectionSizes()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDObjCARCAliasAnalysis.cpp57 const Value *UA = GetUnderlyingObjCPtr(SA, DL); in alias() local
59 if (UA != SA || UB != SB) { in alias()
60 Result = AAResultBase::alias(MemoryLocation(UA), MemoryLocation(UB), AAQI); in alias()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFLiveness.cpp393 auto UA = DFG.addr<UseNode*>(U); in getAllReachedUses() local
394 if (!(UA.Addr->getFlags() & NodeAttrs::Undef)) { in getAllReachedUses()
395 RegisterRef UR = UA.Addr->getRegRef(DFG); in getAllReachedUses()
399 U = UA.Addr->getSibling(); in getAllReachedUses()
519 auto UA = DFG.addr<UseNode*>(I.first); in computePhiInfo() local
521 assert((UA.Addr->getFlags() & NodeAttrs::Undef) == 0); in computePhiInfo()
525 for (NodeAddr<DefNode*> DA : getAllReachingDefs(R, UA)) { in computePhiInfo()
620 for (NodeAddr<UseNode*> UA : PUs) { in computePhiInfo()
621 std::map<NodeId,RegisterAggr> &PUM = PhiUp[UA.Id]; in computePhiInfo()
622 RegisterRef UR = PRI.normalize(UA.Addr->getRegRef(DFG)); in computePhiInfo()
[all …]
HDRDFGraph.cpp810 NodeAddr<UseNode*> UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newUse() local
811 UA.Addr->setRegRef(&Op, *this); in newUse()
812 return UA; in newUse()
1378 NodeAddr<UseNode*> UA = newUse(SA, Op, Flags); in buildStmt() local
1379 SA.Addr->addMember(UA, *this); in buildStmt()
1723 void DataFlowGraph::unlinkUseDF(NodeAddr<UseNode*> UA) { in unlinkUseDF() argument
1724 NodeId RD = UA.Addr->getReachingDef(); in unlinkUseDF()
1725 NodeId Sib = UA.Addr->getSibling(); in unlinkUseDF()
1734 if (TA.Id == UA.Id) { in unlinkUseDF()
1741 if (S == UA.Id) { in unlinkUseDF()
[all …]
/freebsd-11-stable/stand/pc98/boot0.5/
HDboot.s85 # Step 4: Set DA/UA into BIOS work area
95 # %al: DA/UA
108 movb b_daua, %al # %al = DA/UA
168 b_daua: .byte 0 # DA/UA
HDdisk.s181 addb %ah, %dh # %dh = DA/UA
182 movb %dh, daua(%si) # Store DA/UA
/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/testdata/
HDrsa_n_pw9 l2Q4xfmyZTp1s++pStQ/su6obXpxnE2Nx5G/D84ZL5iWl+njUy/MvJTazHRbiTSyihU+UA
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAccelTable.cpp414 SmallVector<AttributeEncoding, 2> UA; in getUniformAttributes() local
418 UA.push_back({dwarf::DW_IDX_compile_unit, Form}); in getUniformAttributes()
420 UA.push_back({dwarf::DW_IDX_die_offset, dwarf::DW_FORM_ref4}); in getUniformAttributes()
421 return UA; in getUniformAttributes()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDRDFGraph.h772 void unlinkUse(NodeAddr<UseNode*> UA, bool RemoveFromOwner) { in unlinkUse()
773 unlinkUseDF(UA); in unlinkUse()
775 removeFromOwner(UA); in unlinkUse()
861 void unlinkUseDF(NodeAddr<UseNode*> UA);
/freebsd-11-stable/contrib/tzdata/
HDzone1970.tab292 # Mention RU and UA alphabetically. See "territorial claims" above.
293 RU,UA +4457+03406 Europe/Simferopol Crimea
343 UA +5026+03031 Europe/Kiev Ukraine (most areas)
344 UA +4837+02218 Europe/Uzhgorod Transcarpathia
345 UA +4750+03510 Europe/Zaporozhye Zaporozhye and east Lugansk
HDzone.tab335 # Put it in RU section and list as UA. See "territorial claims" above.
337 UA +4457+03406 Europe/Simferopol Crimea
400 UA +5026+03031 Europe/Kiev Ukraine (most areas)
401 UA +4837+02218 Europe/Uzhgorod Transcarpathia
402 UA +4750+03510 Europe/Zaporozhye Zaporozhye and east Lugansk
/freebsd-11-stable/contrib/libxo/
HDREADME.md64 [![Analytics](https://ga-beacon.appspot.com/UA-56056421-1/Juniper/libxo/Readme)](https://github.com…
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp1005 else if (const UnavailableAttr *UA = dyn_cast<UnavailableAttr>(Attrs[i])) { in visitFullComment() local
1006 if (UA->getMessage().empty()) in visitFullComment()
1010 appendToResultWithXMLEscaping(UA->getMessage()); in visitFullComment()
/freebsd-11-stable/stand/pc98/boot0/
HDboot0.s45 mov (0x584), %al # DA/UA
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp2415 if (auto *UA = dyn_cast<OffloadUnbundlingJobAction>(HostAction)) { in addDeviceDepences() local
2423 auto *IA = cast<InputAction>(UA->getInputs().back()); in addDeviceDepences()
2436 CudaDeviceActions.push_back(UA); in addDeviceDepences()
2437 UA->registerDependentActionInfo(ToolChains[0], CudaArchToString(Arch), in addDeviceDepences()
2861 if (auto *UA = dyn_cast<OffloadUnbundlingJobAction>(HostAction)) { in addDeviceDepences() local
2863 auto *IA = cast<InputAction>(UA->getInputs().back()); in addDeviceDepences()
2875 OpenMPDeviceActions.push_back(UA); in addDeviceDepences()
2876 UA->registerDependentActionInfo( in addDeviceDepences()
3126 if (auto *UA = dyn_cast<OffloadUnbundlingJobAction>(HostAction)) in addHostDependenceToDeviceActions() local
3127 HostAction = UA->getInputs().back(); in addHostDependenceToDeviceActions()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDAsmWriter.cpp3242 static StringRef getUnnamedAddrEncoding(GlobalVariable::UnnamedAddr UA) { in getUnnamedAddrEncoding() argument
3243 switch (UA) { in getUnnamedAddrEncoding()
3287 StringRef UA = getUnnamedAddrEncoding(GV->getUnnamedAddr()); in printGlobal() local
3288 if (!UA.empty()) in printGlobal()
3289 Out << UA << ' '; in printGlobal()
3340 StringRef UA = getUnnamedAddrEncoding(GIS->getUnnamedAddr()); in printIndirectSymbol() local
3341 if (!UA.empty()) in printIndirectSymbol()
3342 Out << UA << ' '; in printIndirectSymbol()
3492 StringRef UA = getUnnamedAddrEncoding(F->getUnnamedAddr()); in printFunction() local
3493 if (!UA.empty()) in printFunction()
[all …]
/freebsd-11-stable/stand/pc98/boot2/
HDboot1.S32 .set DAUA,0x0584 # DA/UA
/freebsd-11-stable/share/syscons/fonts/
HDswiss-1251-8x16.fnt4 M````````;/[^_O[^?#@0```````````0.'S^?#@0`````````#@X$-;^UA`X
HDswiss-1131-8x16.fnt4 M````````;/[^_O[^?#@0```````````0.'S^?#@0`````````#@X$-;^UA`X
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86LoadValueInjectionLoadHardening.cpp377 for (auto UA : I.second) in getGadgetGraph() local
378 Uses.emplace(UA.first); in getGadgetGraph()
/freebsd-11-stable/sys/cam/
HDREADME.quirks109 reset the UA either, and so CAM runs in circles trying to retrieve

12