Searched defs:LowMask (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7268 SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale), in expandFixedPointMul() local 7300 SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale - 1), in expandFixedPointMul() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2037 APInt LowMask(APInt::getLowBitsSet(Width, Width - Ctlz)); in visitAnd() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 9757 SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale), in expandFixedPointMul() local 9789 SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale - 1), in expandFixedPointMul() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 14695 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() local 14707 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 18790 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() local 18802 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 19677 const int LowMask[] = {0, 8, 2, 10, 4, 12, 6, 14}; in LowerMUL_LOHI() local 19682 const int LowMask[] = {0, 4, 2, 6}; in LowerMUL_LOHI() local
|