Searched defs:DoShift (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 1303 printMemExtendImpl(bool SignExtend,bool DoShift,unsigned Width,char SrcRegKind,raw_ostream & O) printMemExtendImpl() argument 1323 bool DoShift = MI->getOperand(OpNum + 1).getImm(); printMemExtend() local 1338 bool DoShift = ExtWidth != 8; printRegWithShiftExtend() local
|
H A D | AArch64MCCodeEmitter.cpp | 386 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); getMemExtendOpValue() local
|
H A D | AArch64AddressingModes.h | 201 bool DoShift) { in getMemExtendImm()
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 157 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeXRO() argument 151 SelectAddrModeWRO(SDValue N,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeWRO() argument 1233 SelectAddrModeWRO(SDValue N,unsigned Size,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeWRO() argument 1322 SelectAddrModeXRO(SDValue N,unsigned Size,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeXRO() argument [all...] |