Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiAluCode.h60 inline static bool isPostOp(unsigned AluOp) { return AluOp & Lanai_POST_OP; } in isPostOp() function
63 assert(!isPostOp(AluOp) && "Operator can't be a post- and pre-op"); in makePreOp()
73 return isPreOp(AluOp) | isPostOp(AluOp); in modifiesOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiAluCode.h60 inline static bool isPostOp(unsigned AluOp) { return AluOp & Lanai_POST_OP; } in isPostOp() function
63 assert(!isPostOp(AluOp) && "Operator can't be a post- and pre-op"); in makePreOp()
73 return isPreOp(AluOp) | isPostOp(AluOp); in modifiesOp()
/external/llvm/lib/Target/Lanai/
DLanaiAluCode.h61 inline static bool isPostOp(unsigned AluOp) { return AluOp & Lanai_POST_OP; } in isPostOp() function
64 assert(!isPostOp(AluOp) && "Operator can't be a post- and pre-op"); in makePreOp()
74 return isPreOp(AluOp) | isPostOp(AluOp); in modifiesOp()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp147 if (!LPAC::isPostOp(AluCode) && in adjustPqBits()
211 if (LPAC::isPostOp(AluOp.getImm())) in getRiMemoryOpValue()
240 if (LPAC::isPostOp(AluOp)) in getRrMemoryOpValue()
282 if (LPAC::isPostOp(AluOp.getImm())) in getSplsOpValue()
/external/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp144 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()
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp144 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()
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()
/external/llvm/lib/Target/Lanai/InstPrinter/
DLanaiInstPrinter.cpp60 return LPAC::isPostOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPostIncrementForm()
217 if (LPAC::isPostOp(AluCode)) in printMemoryBaseRegister()
263 if (LPAC::isPostOp(AluCode)) in printMemRrOperand()