Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h59 inline static bool isPostOp(unsigned AluOp) { return AluOp & Lanai_POST_OP; } in isPostOp() function
62 assert(!isPostOp(AluOp) && "Operator can't be a post- and pre-op"); in makePreOp()
72 return isPreOp(AluOp) || isPostOp(AluOp); in modifiesOp()
/src/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp145 if (!LPAC::isPostOp(AluCode) && in adjustPqBits()
208 if (LPAC::isPostOp(AluOp.getImm())) in getRiMemoryOpValue()
237 if (LPAC::isPostOp(AluOp)) in getRrMemoryOpValue()
279 if (LPAC::isPostOp(AluOp.getImm())) in getSplsOpValue()
H A DLanaiInstPrinter.cpp62 return LPAC::isPostOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPostIncrementForm()
220 if (LPAC::isPostOp(AluCode)) in printMemoryBaseRegister()
266 if (LPAC::isPostOp(AluCode)) in printMemRrOperand()