Home
last modified time | relevance | path

Searched refs:RefA (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFLiveness.h40 NodeList getAllReachingDefs(RegisterRef RefRR, NodeAddr<RefNode*> RefA,
42 NodeList getAllReachingDefs(NodeAddr<RefNode*> RefA);
43 NodeSet getAllReachingDefsRec(RegisterRef RefRR, NodeAddr<RefNode*> RefA,
DRDFLiveness.cpp88 NodeAddr<RefNode*> RefA, bool FullChain, const RegisterSet &DefRRs) { in getAllReachingDefs() argument
95 NodeId Start = RefA.Id; in getAllReachingDefs()
235 NodeList Liveness::getAllReachingDefs(NodeAddr<RefNode*> RefA) { in getAllReachingDefs() argument
236 return getAllReachingDefs(RefA.Addr->getRegRef(), RefA, false, NoRegs); in getAllReachingDefs()
241 NodeAddr<RefNode*> RefA, NodeSet &Visited, const NodeSet &Defs) { in getAllReachingDefsRec() argument
251 auto RDs = getAllReachingDefs(RefRR, RefA, true, DefRRs); in getAllReachingDefsRec()
/external/llvm/lib/MC/
DELFObjectWriter.cpp181 const MCSymbolRefExpr *RefA,
506 const MCSymbolRefExpr *RefA, in shouldRelocateWithSymbol() argument
512 if (!RefA) in shouldRelocateWithSymbol()
515 MCSymbolRefExpr::VariantKind Kind = RefA->getKind(); in shouldRelocateWithSymbol()
674 const MCSymbolRefExpr *RefA = Target.getSymA(); in recordRelocation() local
675 const auto *SymA = RefA ? cast<MCSymbolELF>(&RefA->getSymbol()) : nullptr; in recordRelocation()
690 bool RelocateWithSymbol = shouldRelocateWithSymbol(Asm, RefA, SymA, C, Type); in recordRelocation()