Home
last modified time | relevance | path

Searched defs:Mask (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp96 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted()
204 int Mask = 0; in convertFCmp() local
246 int Mask; in convertICmp() local
271 int Mask = MaskC->getZExtValue(); in convertICmp() local
295 int Mask; in convertLogicOp() local
351 int Mask; in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp96 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted()
204 int Mask = 0; in convertFCmp() local
246 int Mask; in convertICmp() local
271 int Mask = MaskC->getZExtValue(); in convertICmp() local
295 int Mask; in convertLogicOp() local
351 int Mask; in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp80 static bool isConstantIntVector(Value *Mask) { in isConstantIntVector()
130 Value *Mask = CI->getArgOperand(2); in scalarizeMaskedLoad() local
195 Value *Mask = Builder.getInt(APInt::getOneBitSet(VectorWidth, Idx)); in scalarizeMaskedLoad() local
269 Value *Mask = CI->getArgOperand(3); in scalarizeMaskedStore() local
326 Value *Mask = Builder.getInt(APInt::getOneBitSet(VectorWidth, Idx)); in scalarizeMaskedStore() local
393 Value *Mask = CI->getArgOperand(2); in scalarizeMaskedGather() local
445 Value *Mask = Builder.getInt(APInt::getOneBitSet(VectorWidth, Idx)); in scalarizeMaskedGather() local
518 Value *Mask = CI->getArgOperand(3); in scalarizeMaskedScatter() local
566 Value *Mask = Builder.getInt(APInt::getOneBitSet(VectorWidth, Idx)); in scalarizeMaskedScatter() local
601 Value *Mask = CI->getArgOperand(1); in scalarizeMaskedExpandLoad() local
[all …]
DStackMapLivenessAnalysis.cpp154 uint32_t *Mask = createRegisterMask(MF); in addLiveOutSetToMI() local
163 uint32_t *Mask = MF.allocateRegMask(); in createRegisterMask() local
/external/rust/crates/aho-corasick/src/packed/teddy/
Dcompile.rs331 pub struct Mask { struct
336 impl Mask { implementation
402 impl fmt::Debug for Mask { implementation
/external/skia/experimental/graphite/src/
DEnumBitMask.h38 SK_ALWAYS_INLINE constexpr Mask(E e) : Mask((int)e) {} in Mask() function
55 SK_ALWAYS_INLINE constexpr explicit Mask(int value) : fValue(value) {} in Mask() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib.hpp84 using Mask = SIMD128Impl::Mask; typedef
140 using Mask = SIMD256Impl::Mask; typedef
195 using Mask = SIMD512Impl::Mask; typedef
211 using Mask = typename Traits::Mask; typedef
233 using Mask = typename SIMD_T::Mask; typedef
Dos.h107 inline unsigned char _BitScanForward64(unsigned long* Index, uint64_t Mask) in _BitScanForward64()
120 inline unsigned char _BitScanReverse64(unsigned long* Index, uint64_t Mask) in _BitScanReverse64()
227 inline unsigned char _BitScanForward64(unsigned long* Index, uint64_t Mask) in _BitScanForward64()
233 inline unsigned char _BitScanForward(unsigned long* Index, uint32_t Mask) in _BitScanForward()
239 inline unsigned char _BitScanReverse64(unsigned long* Index, uint64_t Mask) in _BitScanReverse64()
245 inline unsigned char _BitScanReverse(unsigned long* Index, uint32_t Mask) in _BitScanReverse()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp95 APInt Mask = APInt::getLowBitsSet(TypeWidth, FirstShiftAmt) << MaskShift; in canEvaluateShiftedShift() local
240 APInt Mask(APInt::getLowBitsSet(TypeWidth, TypeWidth - NumBits)); in GetShiftedValue() local
282 APInt Mask(APInt::getHighBitsSet(TypeWidth, TypeWidth - NumBits)); in GetShiftedValue() local
438 Constant *Mask = ConstantInt::get(I.getContext(), Bits); in FoldShiftByConstant() local
474 Constant *Mask = ConstantInt::get(I.getContext(), Bits); in FoldShiftByConstant() local
589 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt1)); in FoldShiftByConstant() local
625 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local
673 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local
DInstCombineVectorOps.cpp298 SmallVectorImpl<Constant*> &Mask) { in collectSingleShuffleElements()
451 SmallVectorImpl<Constant *> &Mask, in collectShuffleElements()
603 SmallVector<Constant*, 16> Mask; in visitInsertElementInst() local
633 static bool CanEvaluateShuffled(Value *V, ArrayRef<int> Mask, in CanEvaluateShuffled()
786 InstCombiner::EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask) { in EvaluateInDifferentElementOrder()
884 static void recognizeIdentityMask(const SmallVectorImpl<int> &Mask, in recognizeIdentityMask()
905 SmallVector<int, 16> &Mask) { in isShuffleExtractingFromLHS()
922 SmallVector<int, 16> Mask = SVI.getShuffleMask(); in visitShuffleVectorInst() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DMask.java6 public class Mask { class
19 …public Mask(MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, bool… in Mask() method in Mask
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp127 const uint64_t Mask = 0xFFFF; in updateImm() local
155 const uint64_t Mask = 0xFFFF; in trySequenceOfOnes() local
249 const unsigned Mask = 0xFFFF; in expandMOVImmSimple() local
307 const unsigned Mask = 0xFFFF; in expandMOVImm() local
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtil.h100 size_t Mask = PageSize() - 1; in RoundUpByPage() local
106 size_t Mask = PageSize() - 1; in RoundDownByPage() local
/external/llvm/lib/Analysis/
DCostModel.cpp92 static bool isReverseVectorMask(SmallVectorImpl<int> &Mask) { in isReverseVectorMask()
99 static bool isAlternateVectorMask(SmallVectorImpl<int> &Mask) { in isAlternateVectorMask()
147 SmallVector<int, 32> Mask(SI->getType()->getVectorNumElements(), -1); in matchPairwiseShuffleMask() local
364 SmallVector<int, 16> Mask = Shuffle->getShuffleMask(); in matchVectorSplittingReduction() local
488 SmallVector<int, 16> Mask = Shuffle->getShuffleMask(); in getInstructionCost() local
/external/swiftshader/third_party/subzero/src/
DIceBitVector.h175 void reset(const SmallBitVector &Mask) { in reset()
218 const ElementType Mask = variable
239 const ElementType Mask = variable
471 BitWord Mask = EMask - IMask; in set() local
511 BitWord Mask = EMask - IMask; in reset() local
550 BitWord Mask = BitWord(1) << (Idx % BITWORD_SIZE); variable
785 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp457 APInt Mask = APInt::getLowBitsSet(TypeWidth, OuterShAmt) << MaskShift; in canEvaluateShiftedShift() local
587 APInt Mask = IsInnerShl in foldShiftedShift() local
782 Constant *Mask = ConstantInt::get(I.getContext(), Bits); in FoldShiftByConstant() local
817 Constant *Mask = ConstantInt::get(I.getContext(), Bits); in FoldShiftByConstant() local
961 APInt Mask(APInt::getHighBitsSet(BitWidth, BitWidth - ShAmt)); in visitShl() local
1015 Value *Mask = Builder.CreateShl(AllOnes, Op1); in visitShl() local
1092 APInt Mask(APInt::getLowBitsSet(BitWidth, BitWidth - ShAmt)); in visitLShr() local
1106 APInt Mask(APInt::getLowBitsSet(BitWidth, BitWidth - ShAmt)); in visitLShr() local
1111 APInt Mask(APInt::getLowBitsSet(BitWidth, BitWidth - ShAmt)); in visitLShr() local
1169 Value *Mask = Builder.CreateLShr(AllOnes, Op1); in visitLShr() local
DInstCombineVectorOps.cpp446 SmallVectorImpl<Constant*> &Mask) { in collectSingleShuffleElements()
607 SmallVectorImpl<Constant *> &Mask, in collectShuffleElements()
806 SmallVector<Constant *, 16> Mask(NumElements, Zero); in foldInsSequenceIntoSplat() local
961 Constant *Mask = Shuf->getMask(); in foldConstantInsEltIntoShuffle() local
995 SmallVector<Constant *, 16> Mask(NumElts); in foldConstantInsEltIntoShuffle() local
1082 SmallVector<Constant*, 16> Mask; in visitInsertElementInst() local
1126 static bool canEvaluateShuffled(Value *V, ArrayRef<int> Mask, in canEvaluateShuffled()
1289 static Value *evaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask) { in evaluateInDifferentElementOrder()
1400 SmallVector<int, 16> &Mask) { in isShuffleExtractingFromLHS()
1483 Constant *Mask = Shuf.getMask(); in foldSelectShuffleWith1Binop() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp185 Value *Mask = I->getArgOperand(2); in lowerGather() local
223 Value *Mask = I->getArgOperand(2); in tryCreateMaskedGatherBase() local
262 Value *Mask = I->getArgOperand(2); in tryCreateMaskedGatherOffset() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp51 void DefaultResourceStrategy::used(uint64_t Mask) { in used()
66 uint64_t Mask) in ResourceState()
128 uint64_t Mask = ProcResID2Mask[I]; in ResourceManager() local
136 uint64_t Mask = ProcResID2Mask[I]; in ResourceManager() local
/external/rust/crates/rand/src/distributions/
Dutils.rs218 type Mask; typedef
219 fn finite_mask(self) -> Self::Mask; in finite_mask()
220 fn gt_mask(self, other: Self) -> Self::Mask; in gt_mask()
221 fn ge_mask(self, other: Self) -> Self::Mask; in ge_mask()
/external/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp155 uint32_t *Mask = createRegisterMask(MF); in addLiveOutSetToMI() local
164 uint32_t *Mask = MF.allocateRegisterMask(TRI->getNumRegs()); in createRegisterMask() local
DInterleavedAccessPass.cpp122 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor()
146 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask()
165 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor) { in isReInterleaveMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp345 Constant *Mask; in isSplatValue() local
648 SmallVector<Constant *, 16> Mask; in createBitMaskForGaps() local
670 SmallVector<Constant *, 16> Mask; in createInterleaveMask() local
680 SmallVector<Constant *, 16> Mask; in createStrideMask() local
689 SmallVector<Constant *, 16> Mask; in createSequentialMask() local
722 Constant *Mask = createSequentialMask(Builder, 0, NumElts1 + NumElts2, 0); in concatenateTwoVectors() local
753 bool llvm::maskIsAllZeroOrUndef(Value *Mask) { in maskIsAllZeroOrUndef()
770 bool llvm::maskIsAllOneOrUndef(Value *Mask) { in maskIsAllOneOrUndef()
788 APInt llvm::possiblyDemandedEltsInMask(Value *Mask) { in possiblyDemandedEltsInMask()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h108 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, in isZeroIdiom()
133 virtual bool isDependencyBreaking(const MCInst &MI, APInt &Mask, in isDependencyBreaking()
/external/vboot_reference/utility/
Defidecompress.c218 UINT16 Mask; in MakeTable() local
334 UINT32 Mask; in DecodeP() local
397 UINT32 Mask; in ReadPTLen() local
470 UINT32 Mask; in ReadCLen() local
564 UINT32 Mask; in DecodeC() local

12345678910>>...17