Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp99 bool hasBaseReg() const { in hasBaseReg() function
735 if (!AM.hasBaseReg()) { in SelectARID()
793 if (!AM.hasBaseReg()) { in SelectARII()
952 if (AM.hasBaseReg()) { in SelectARI()
/src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h82 bool hasBaseReg() const { return !BaseReg.empty(); } in hasBaseReg() function
84 bool hasRegs() const { return hasBaseReg() || hasIndexReg(); } in hasRegs()
/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6153 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()
6156 OS << (AR.IntelExp.hasBaseReg() ? " + " : "") in parseMSInlineAsm()
H A DMasmParser.cpp7506 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()
7509 OS << (AR.IntelExp.hasBaseReg() ? " + " : "") in parseMSInlineAsm()