Searched defs:ShiftedVal (Results 1 – 11 of 11) sorted by relevance
| /external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64PostLegalizerCombiner.cpp | 209 auto ShiftedVal = B.buildShl(Ty, LHS, Shift); in matchAArch64MulConstCombine() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 826 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/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 861 if (auto ShiftedVal = getShiftedVal<12>()) in isAddSubImm() local 874 if (auto ShiftedVal = getShiftedVal<12>()) in isAddSubImmNeg() local 1581 if (auto ShiftedVal = getShiftedVal<Shift>()) { in addImmWithOptionalShiftOperands() local 1596 if (auto ShiftedVal = getShiftedVal<Shift>()) { in addImmNegWithOptionalShiftOperands() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 3834 auto CanShrinkImmediate = [&](int64_t &ShiftedVal) { in tryShrinkShlLogicImm() 3858 int64_t ShiftedVal; in tryShrinkShlLogicImm() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 7557 SDValue ShiftedVal = in performMulCombine() local 7566 SDValue ShiftedVal = in performMulCombine() local 7576 SDValue ShiftedVal = in performMulCombine() local 7585 SDValue ShiftedVal = in performMulCombine() local
|
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 3933 auto CanShrinkImmediate = [&](int64_t &ShiftedVal) { in tryShrinkShlLogicImm() 3957 int64_t ShiftedVal; in tryShrinkShlLogicImm() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 3750 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift); in getNode() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 5407 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift); in getNode() local
|
| /external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 5503 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift); in getNode() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 9837 SDValue ShiftedVal = DAG.getNode(ISD::SHL, DL, VT, N0, in performMulCombine() local
|
| /external/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 11699 SDValue ShiftedVal = DAG.getNode(ISD::SHL, DL, VT, N0, in performMulCombine() local
|