Home
last modified time | relevance | path

Searched refs:ToMask (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dstreamout_jit.cpp111 Value* ToMask(uint32_t bitmask) in ToMask() function
162 CALL(maskStore, {pOut, ToMask(packedMask), src}); in buildDecl()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9481 static SDValue ParseBFI(SDNode *N, APInt &ToMask, APInt &FromMask) { in ParseBFI() argument
9485 ToMask = ~cast<ConstantSDNode>(N->getOperand(2))->getAPIntValue(); in ParseBFI()
9486 FromMask = APInt::getLowBitsSet(ToMask.getBitWidth(), ToMask.countPopulation()); in ParseBFI()
9513 APInt ToMask, FromMask; in FindBFIToCombineWith() local
9514 SDValue From = ParseBFI(N, ToMask, FromMask); in FindBFIToCombineWith()
9521 APInt CombinedToMask = ToMask; in FindBFIToCombineWith()
9538 if (BitsProperlyConcatenate(ToMask, NewToMask) && in FindBFIToCombineWith()
9541 if (BitsProperlyConcatenate(NewToMask, ToMask) && in FindBFIToCombineWith()