Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3176 uint64_t &EncodedShiftImm) { in isWorthFoldingIntoOrrWithShift() argument
3223 EncodedShiftImm = AArch64_AM::getShifterImm( in isWorthFoldingIntoOrrWithShift()
3233 EncodedShiftImm = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShlImm); in isWorthFoldingIntoOrrWithShift()
3240 EncodedShiftImm = AArch64_AM::getShifterImm(AArch64_AM::LSR, SrlImm); in isWorthFoldingIntoOrrWithShift()
3279 uint64_t EncodedShiftImm; in tryOrrWithShift() local
3281 EncodedShiftImm)) { in tryOrrWithShift()
3283 CurDAG->getTargetConstant(EncodedShiftImm, DL, VT)}; in tryOrrWithShift()