Searched refs:DstLSB (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 2280 int DstLSB, Width; in tryBitfieldInsertOpFromOr() local 2290 DstLSB = 0; in tryBitfieldInsertOpFromOr() 2302 Src, DstLSB, Width)) { in tryBitfieldInsertOpFromOr() 2303 ImmR = (BitWidth - DstLSB) % BitWidth; in tryBitfieldInsertOpFromOr() 2322 APInt::getBitsSet(Known.getBitWidth(), DstLSB, DstLSB + Width); in tryBitfieldInsertOpFromOr() 2427 int DstLSB, Width; in tryBitfieldInsertInZeroOp() local 2429 Op0, DstLSB, Width)) in tryBitfieldInsertInZeroOp() 2433 unsigned ImmR = (VT.getSizeInBits() - DstLSB) % VT.getSizeInBits(); in tryBitfieldInsertInZeroOp()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 2181 int DstLSB, Width; in tryBitfieldInsertOpFromOr() local 2191 DstLSB = 0; in tryBitfieldInsertOpFromOr() 2203 Src, DstLSB, Width)) { in tryBitfieldInsertOpFromOr() 2204 ImmR = (BitWidth - DstLSB) % BitWidth; in tryBitfieldInsertOpFromOr() 2223 APInt::getBitsSet(KnownZero.getBitWidth(), DstLSB, DstLSB + Width); in tryBitfieldInsertOpFromOr() 2328 int DstLSB, Width; in tryBitfieldInsertInZeroOp() local 2330 Op0, DstLSB, Width)) in tryBitfieldInsertInZeroOp() 2334 unsigned ImmR = (VT.getSizeInBits() - DstLSB) % VT.getSizeInBits(); in tryBitfieldInsertInZeroOp()
|