Searched defs:LoMask (Results 1 – 5 of 5) 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/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9404 MutableArrayRef<int> LoMask = Mask.slice(0, 4); in lowerV8I16GeneralSingleInputVectorShuffle() local 10475 ArrayRef<int> LoMask = Mask.slice(0, Mask.size() / 2); in splitAndLowerVectorShuffle() local 19492 const int LoMask[] = {0, 1, 2, 3, 4, 5, 6, 7, in LowerMULH() local 21167 SDValue LoMask = DAG.getBuildVector(VT, DL, LoMaskElts); in LowerBITREVERSE() local 24865 ArrayRef<int> LoMask(Mask.data() + 0, 4); in matchPermuteVectorShuffle() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6121 SmallVector<int,8> LoMask(4U, -1); in LowerVECTOR_SHUFFLE_128v4() local
|