Searched defs:AluOp (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiAluCode.h | 47 inline static unsigned encodeLanaiAluCode(unsigned AluOp) { in encodeLanaiAluCode() 52 inline static unsigned getAluOp(unsigned AluOp) { in getAluOp() 57 inline static bool isPreOp(unsigned AluOp) { return AluOp & Lanai_PRE_OP; } in isPreOp() 59 inline static bool isPostOp(unsigned AluOp) { return AluOp & Lanai_POST_OP; } in isPostOp() 61 inline static unsigned makePreOp(unsigned AluOp) { in makePreOp() 66 inline static unsigned makePostOp(unsigned AluOp) { in makePostOp() 71 inline static bool modifiesOp(unsigned AluOp) { in modifiesOp() 75 inline static const char *lanaiAluCodeToString(unsigned AluOp) { in lanaiAluCodeToString()
|
H A D | LanaiISelDAGToDAG.cpp | 128 selectAddrRiSpls(SDValue Addr,SDValue & Base,SDValue & Offset,SDValue & AluOp,bool RiMode) selectAddrRiSpls() argument 208 selectAddrRi(SDValue Addr,SDValue & Base,SDValue & Offset,SDValue & AluOp) selectAddrRi() argument 213 selectAddrSpls(SDValue Addr,SDValue & Base,SDValue & Offset,SDValue & AluOp) selectAddrSpls() argument 249 selectAddrRr(SDValue Addr,SDValue & R1,SDValue & R2,SDValue & AluOp) selectAddrRr() argument 291 SDValue Op0, Op1, AluOp; SelectInlineAsmMemoryOperand() local [all...] |
/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCCodeEmitter.cpp | 138 const MCOperand AluOp = Inst.getOperand(3); adjustPqBits() local 191 const MCOperand AluOp = Inst.getOperand(OpNo + 2); getRiMemoryOpValue() local 232 unsigned AluOp = AluMCOp.getImm(); getRrMemoryOpValue() local 262 const MCOperand AluOp = Inst.getOperand(OpNo + 2); getSplsOpValue() local [all...] |
H A D | LanaiInstPrinter.cpp | 242 const MCOperand &AluOp = MI->getOperand(OpNo + 2); printMemRiOperand() local 257 const MCOperand &AluOp = MI->getOperand(OpNo + 2); printMemRrOperand() local 278 const MCOperand &AluOp = MI->getOperand(OpNo + 2); printMemSplsOperand() local
|
/llvm-project/llvm/lib/Target/Lanai/Disassembler/ |
H A D | LanaiDisassembler.cpp | 91 unsigned AluOp = LPAC::ADD; in PostOperandDecodeAdjust() local
|
/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 131 unsigned AluOp; global() member 904 unsigned AluOp = LPAC::ADD; parseMemoryOperand() local [all...] |
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 180 SDValue AluOp = CurDAG->getTargetConstant(ISD::ADD, DL, MVT::i32); SelectInlineAsmMemoryOperand() local
|