Home
last modified time | relevance | path

Searched defs:ShiftedVal (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMatInt.cpp184 int64_t ShiftedVal = Val >> TrailingZeros; in generateInstSeq() local
206 uint64_t ShiftedVal = (uint64_t)Val << LeadingZeros; in generateInstSeq() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp215 auto ShiftedVal = B.buildShl(Ty, LHS, Shift); in matchAArch64MulConstCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp826 if (auto ShiftedVal = getShiftedVal<12>()) in isAddSubImm() local
839 if (auto ShiftedVal = getShiftedVal<12>()) in isAddSubImmNeg() local
1540 if (auto ShiftedVal = getShiftedVal<Shift>()) { in addImmWithOptionalShiftOperands() local
1555 if (auto ShiftedVal = getShiftedVal<Shift>()) { in addImmNegWithOptionalShiftOperands() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp999 if (auto ShiftedVal = getShiftedVal<12>()) in isAddSubImm() local
1012 if (auto ShiftedVal = getShiftedVal<12>()) in isAddSubImmNeg() local
1859 if (auto ShiftedVal = getShiftedVal<Shift>()) { in addImmWithOptionalShiftOperands() local
1874 if (auto ShiftedVal = getShiftedVal<Shift>()) { in addImmNegWithOptionalShiftOperands() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3834 auto CanShrinkImmediate = [&](int64_t &ShiftedVal) { in tryShrinkShlLogicImm()
3858 int64_t ShiftedVal; in tryShrinkShlLogicImm() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7557 SDValue ShiftedVal = in performMulCombine() local
7566 SDValue ShiftedVal = in performMulCombine() local
7576 SDValue ShiftedVal = in performMulCombine() local
7585 SDValue ShiftedVal = in performMulCombine() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp4151 auto CanShrinkImmediate = [&](int64_t &ShiftedVal) { in tryShrinkShlLogicImm()
4175 int64_t ShiftedVal; in tryShrinkShlLogicImm() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp648 int64_t ShiftedVal = Val >> ShAmt; in tryShrinkShlLogicImm() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3750 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift); in getNode() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5407 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift); in getNode() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9837 SDValue ShiftedVal = DAG.getNode(ISD::SHL, DL, VT, N0, in performMulCombine() local