Home
last modified time | relevance | path

Searched refs:SelectAddrModeIndexedBitWidth (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp96 return SelectAddrModeIndexedBitWidth(N, true, 9, 16, Base, OffImm); in SelectAddrModeIndexedS9S128()
99 return SelectAddrModeIndexedBitWidth(N, false, 6, 16, Base, OffImm); in SelectAddrModeIndexedU6S128()
297 return SelectAddrModeIndexedBitWidth(N, true, 7, Size, Base, OffImm); in SelectAddrModeIndexed7S()
299 bool SelectAddrModeIndexedBitWidth(SDValue N, bool IsSignedImm, unsigned BW,
832 bool AArch64DAGToDAGISel::SelectAddrModeIndexedBitWidth(SDValue N, bool IsSignedImm, in SelectAddrModeIndexedBitWidth() function in AArch64DAGToDAGISel