Searched defs:LoMask (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1812 APInt LoMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1139 APInt LoMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local
|
D | LegalizeVectorTypes.cpp | 1547 SDValue LoOp0, HiOp0, LoOp1, HiOp1, LoMask, HiMask; in SplitVecOp_VSELECT() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1219 APInt LoMask = APInt::getLowBitsSet(BitWidth, BitWidth - NewMaskLZ); in SimplifyDemandedBits() local
|
D | LegalizeVectorTypes.cpp | 1709 SDValue LoOp0, HiOp0, LoOp1, HiOp1, LoMask, HiMask; in SplitVecOp_VSELECT() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11830 MutableArrayRef<int> LoMask = Mask.slice(0, 4); in lowerV8I16GeneralSingleInputVectorShuffle() local 12925 ArrayRef<int> LoMask = Mask.slice(0, Mask.size() / 2); in splitAndLowerVectorShuffle() local 22762 const int LoMask[] = {0, 1, 2, 3, 4, 5, 6, 7, in LowerMULH() local 24754 SDValue LoMask = DAG.getBuildVector(VT, DL, LoMaskElts); in LowerBITREVERSE() local 29348 ArrayRef<int> LoMask(Mask.data() + 0, 4); in matchUnaryPermuteVectorShuffle() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6121 SmallVector<int,8> LoMask(4U, -1); in LowerVECTOR_SHUFFLE_128v4() local
|