Home
last modified time | relevance | path

Searched defs:LoMask (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1992 APInt LoMask = APInt::getLowBitsSet(BitWidth, BitWidth - DemandedBitsLZ); in SimplifyDemandedBits() local
6284 SDValue LoMask = DAG.getConstant(UINT64_C(0x00000000FFFFFFFF), dl, SrcVT); in expandUINT_TO_FP() local
DLegalizeVectorTypes.cpp2042 SDValue LoOp0, HiOp0, LoOp1, HiOp1, LoMask, HiMask; in SplitVecOp_VSELECT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp11284 uint64_t LoMask = BlendMask & 0xFF; in lowerShuffleAsBlend() local
13610 MutableArrayRef<int> LoMask = Mask.slice(0, 4); in lowerV8I16GeneralSingleInputShuffle() local
14722 ArrayRef<int> LoMask = Mask.slice(0, Mask.size() / 2); in splitAndLowerShuffle() local
27955 SDValue LoMask = DAG.getBuildVector(VT, DL, LoMaskElts); in LowerBITREVERSE() local
33076 ArrayRef<int> LoMask(RepeatedMask.data() + 0, 4); in matchUnaryPermuteShuffle() local