Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiAluCode.h57 inline static bool isPreOp(unsigned AluOp) { return AluOp & Lanai_PRE_OP; } in isPreOp() function
67 assert(!isPreOp(AluOp) && "Operator can't be a post- and pre-op"); in makePostOp()
72 return isPreOp(AluOp) || isPostOp(AluOp); in modifiesOp()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
HDLanaiMCCodeEmitter.cpp206 if (LPAC::isPreOp(AluOp.getImm())) in getRiMemoryOpValue()
235 if (LPAC::isPreOp(AluOp)) in getRrMemoryOpValue()
277 if (LPAC::isPreOp(AluOp.getImm())) in getSplsOpValue()
HDLanaiInstPrinter.cpp57 return LPAC::isPreOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPreIncrementForm()
217 if (LPAC::isPreOp(AluCode)) in printMemoryBaseRegister()
263 if (LPAC::isPreOp(AluCode)) in printMemRrOperand()