Home
last modified time | relevance | path

Searched refs:mapTo (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h138 RegisterRef mapTo(RegisterRef RR, unsigned R) const;
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRDFRegisters.cpp230 RegisterRef PhysicalRegisterInfo::mapTo(RegisterRef RR, unsigned R) const { in mapTo() function in PhysicalRegisterInfo
H A DRDFLiveness.cpp571 RegisterRef S = PRI.mapTo(RC, UI->first); in computePhiInfo()
701 R = PRI.mapTo(DRs.intersectWith(R), T.first); in computePhiInfo()
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp542 auto mapTo = GetAsString((*mapping)[1]); in SetSourceMapFromArguments() local
543 strm << "\"" << mapFrom << "\" \"" << mapTo << "\" "; in SetSourceMapFromArguments()