Home
last modified time | relevance | path

Searched defs:DoShift (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1303 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 DAArch64MCCodeEmitter.cpp386 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); getMemExtendOpValue() local
H A DAArch64AddressingModes.h201 bool DoShift) { in getMemExtendImm()
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp157 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...]