Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kISelDAGToDAG.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()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCTargetAsmParser.h82 bool hasBaseReg() const { return !BaseReg.empty(); } in hasBaseReg() function
84 bool hasRegs() const { return hasBaseReg() || hasIndexReg(); } in hasRegs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp6153 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()
6156 OS << (AR.IntelExp.hasBaseReg() ? " + " : "") in parseMSInlineAsm()
HDMasmParser.cpp7506 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()
7509 OS << (AR.IntelExp.hasBaseReg() ? " + " : "") in parseMSInlineAsm()