Home
last modified time | relevance | path

Searched defs:AluCode (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/InstPrinter/
H A DLanaiInstPrinter.cpp47 unsigned AluCode = MI->getOperand(3).getImm(); in usesGivenOffset() local
54 unsigned AluCode = MI->getOperand(3).getImm(); in isPreIncrementForm() local
59 unsigned AluCode = MI->getOperand(3).getImm(); in isPostIncrementForm() local
210 static void printMemoryBaseRegister(raw_ostream &OS, const unsigned AluCode, in printMemoryBaseRegister()
240 const unsigned AluCode = AluOp.getImm(); in printMemRiOperand() local
255 const unsigned AluCode = AluOp.getImm(); in printMemRrOperand() local
276 const unsigned AluCode = AluOp.getImm(); in printMemSplsOperand() local
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h23 enum AluCode { enum
H A DLanaiISelDAGToDAG.cpp225 LPAC::AluCode AluCode = LPAC::isdToLanaiAluCode(AluOperator); in selectAddrRr() local
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp139 unsigned AluCode = AluOp.getImm(); in adjustPqBits() local
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp796 static unsigned AluWithPrePost(unsigned AluCode, bool PreOp, bool PostOp) { in AluWithPrePost()
807 unsigned AluCode = LPAC::stringToLanaiAluCode(IdString); in parseAluOperator() local