Searched refs:DoShift (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 1103 static void printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl() argument 1113 if (DoShift || IsLSL) in printMemExtendImpl() 1121 bool DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local 1122 printMemExtendImpl(SignExtend, DoShift, Width, SrcRegKind, O); in printMemExtend() 1136 bool DoShift = ExtWidth != 8; in printRegWithShiftExtend() local 1137 if (SignExtend || DoShift || SrcRegKind == 'w') { in printRegWithShiftExtend() 1139 printMemExtendImpl(SignExtend, DoShift, ExtWidth, SrcRegKind, O); in printRegWithShiftExtend()
|
| H A D | AArch64AddressingModes.h | 202 bool DoShift) { in getMemExtendImm() argument 203 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm()
|
| H A D | AArch64MCCodeEmitter.cpp | 341 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local 342 return (SignExtend << 1) | DoShift; in getMemExtendOpValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 153 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() argument 159 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() argument 389 SDValue &DoShift); 392 SDValue &DoShift); 1141 SDValue &DoShift) { in SelectAddrModeWRO() argument 1169 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 1177 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 1182 DoShift = CurDAG->getTargetConstant(false, dl, MVT::i32); in SelectAddrModeWRO() 1282 DoShift = CurDAG->getTargetConstant(true, DL, MVT::i32); in SelectAddrModeXRO() 1290 DoShift = CurDAG->getTargetConstant(true, DL, MVT::i32); in SelectAddrModeXRO() [all …]
|