Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp369 auto regList = getRegList(); in isRegList()
412 RegListOp getRegList() const { in getRegList() function
457 OS << RegName(getRegList().List1From) << "-" in print()
458 << RegName(getRegList().List1To) << ","; in print()
459 OS << RegName(getRegList().List2From) << "-" in print()
460 << RegName(getRegList().List2To) << ","; in print()
461 OS << RegName(getRegList().List3From) << "-" in print()
462 << RegName(getRegList().List3To) << ","; in print()
463 OS << RegName(getRegList().List4From) << "-" in print()
464 << RegName(getRegList().List4To); in print()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp979 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anon3b5979970111::ARMOperand
2585 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListOperands()
2592 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListWithAPSROperands()
4027 const SmallVectorImpl<unsigned> &RegList = getRegList(); in print()
8260 auto &RegList = Op.getRegList(); in validateInstruction()
11766 getTargetStreamer().emitRegSave(Op.getRegList(), IsVector); in parseDirectiveRegSave()
12109 const SmallVectorImpl<unsigned> &RegList = Op.getRegList(); in parseDirectiveSEHSaveRegs()
12151 const SmallVectorImpl<unsigned> &RegList = Op.getRegList(); in parseDirectiveSEHSaveFRegs()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1284 for (auto RegNo : getRegList()) in addRegListOperands()
1494 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anon0cff94e90211::MipsOperand