Searched refs:RefA (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p8018.C | 28 class RefA { 41 RefA(A* a) : p(a) { if (p) p->reference(); } in RefA() function 42 RefA(const RefA& a) : p(a.p) { if (p) p->reference(); } in RefA() function 43 ~RefA() { clear(); } in ~RefA() 47 RefA& operator=(const RefA& a) { 55 RefA& operator=(A* a) { 66 RefA a; 70 AccRefA(const RefA& ar) : a(ar) {} in AccRefA() 73 operator RefA&() { return a; } 74 RefA& result() { return a; } in result() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | RDFLiveness.h | 83 NodeList getAllReachingDefs(RegisterRef RefRR, NodeAddr<RefNode*> RefA, 86 NodeList getAllReachingDefs(NodeAddr<RefNode*> RefA) { 87 return getAllReachingDefs(RefA.Addr->getRegRef(DFG), RefA, false, 91 NodeList getAllReachingDefs(RegisterRef RefRR, NodeAddr<RefNode*> RefA) { 92 return getAllReachingDefs(RefRR, RefA, false, false, NoRegs); 103 NodeAddr<RefNode*> RefA, NodeSet &Visited, const NodeSet &Defs); 165 NodeAddr<RefNode*> RefA, NodeSet &Visited, const NodeSet &Defs,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyWasmObjectWriter.cpp | 69 const MCSymbolRefExpr *RefA = Target.getSymA(); in getRelocType() local 70 assert(RefA); in getRelocType() 71 auto& SymA = cast<MCSymbolWasm>(RefA->getSymbol()); in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 109 NodeAddr<RefNode*> RefA, bool TopShadows, bool FullChain, in getAllReachingDefs() argument 120 if (RefA.Addr->getFlags() & NodeAttrs::Undef) in getAllReachingDefs() 126 NodeId Start = RefA.Id; in getAllReachingDefs() 131 for (auto S : DFG.getRelatedRefs(RefA.Addr->getOwner(DFG), RefA)) in getAllReachingDefs() 308 Liveness::getAllReachingDefsRec(RegisterRef RefRR, NodeAddr<RefNode*> RefA, in getAllReachingDefsRec() argument 310 return getAllReachingDefsRecImpl(RefRR, RefA, Visited, Defs, 0, MaxRecNest); in getAllReachingDefsRec() 314 Liveness::getAllReachingDefsRecImpl(RegisterRef RefRR, NodeAddr<RefNode*> RefA, in getAllReachingDefsRecImpl() argument 327 NodeList RDs = getAllReachingDefs(RefRR, RefA, false, true, DefRRs); in getAllReachingDefsRecImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 230 const MCSymbolRefExpr *RefA, 1299 const MCSymbolRefExpr *RefA, in shouldRelocateWithSymbol() argument 1305 if (!RefA) in shouldRelocateWithSymbol() 1308 MCSymbolRefExpr::VariantKind Kind = RefA->getKind(); in shouldRelocateWithSymbol() 1462 const MCSymbolRefExpr *RefA = Target.getSymA(); in recordRelocation() local 1463 const auto *SymA = RefA ? cast<MCSymbolELF>(&RefA->getSymbol()) : nullptr; in recordRelocation() 1486 shouldRelocateWithSymbol(Asm, RefA, SymA, C, Type) || in recordRelocation()
|
| H A D | WasmObjectWriter.cpp | 528 const MCSymbolRefExpr *RefA = Target.getSymA(); in recordRelocation() local 529 const auto *SymA = cast<MCSymbolWasm>(&RefA->getSymbol()); in recordRelocation() 616 switch (RefA->getKind()) { in recordRelocation()
|