Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h58 inline static bool isPreOp(unsigned AluOp) { return AluOp & Lanai_PRE_OP; } in isPreOp() function
68 assert(!isPreOp(AluOp) && "Operator can't be a post- and pre-op"); in makePostOp()
73 return isPreOp(AluOp) | isPostOp(AluOp); in modifiesOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp206 if (LPAC::isPreOp(AluOp.getImm())) in getRiMemoryOpValue()
235 if (LPAC::isPreOp(AluOp)) in getRrMemoryOpValue()
277 if (LPAC::isPreOp(AluOp.getImm())) in getSplsOpValue()
H A DLanaiInstPrinter.cpp57 return LPAC::isPreOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPreIncrementForm()
217 if (LPAC::isPreOp(AluCode)) in printMemoryBaseRegister()
263 if (LPAC::isPreOp(AluCode)) in printMemRrOperand()