/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVIsValidEnum.h | 894 isValidImageOperandsMask(SPIRVWord Mask) { in isValidImageOperandsMask() 909 isValidFPFastMathModeMask(SPIRVWord Mask) { in isValidFPFastMathModeMask() 921 isValidSelectionControlMask(SPIRVWord Mask) { in isValidSelectionControlMask() 930 isValidLoopControlMask(SPIRVWord Mask) { in isValidLoopControlMask() 941 isValidFunctionControlMask(SPIRVWord Mask) { in isValidFunctionControlMask() 952 isValidMemorySemanticsMask(SPIRVWord Mask) { in isValidMemorySemanticsMask() 969 isValidMemoryAccessMask(SPIRVWord Mask) { in isValidMemoryAccessMask() 979 isValidKernelProfilingInfoMask(SPIRVWord Mask) { in isValidKernelProfilingInfoMask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 96 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/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 96 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/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 233 APInt Mask(APInt::getLowBitsSet(TypeWidth, TypeWidth - NumBits)); in GetShiftedValue() local 273 APInt Mask(APInt::getHighBitsSet(TypeWidth, TypeWidth - NumBits)); in GetShiftedValue() local 560 APInt Mask(APInt::getHighBitsSet(TypeBits, TypeBits - ShiftAmt1)); in FoldShiftByConstant() local 567 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt1)); in FoldShiftByConstant() local 581 APInt Mask(APInt::getHighBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local 592 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local 608 APInt Mask(APInt::getHighBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local 618 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 104 APInt Mask = APInt::getLowBitsSet(TypeWidth, OuterShAmt) << MaskShift; in canEvaluateShiftedShift() local 234 APInt Mask = IsInnerShl in foldShiftedShift() local 447 Constant *Mask = ConstantInt::get(I.getContext(), Bits); in FoldShiftByConstant() local 482 Constant *Mask = ConstantInt::get(I.getContext(), Bits); in FoldShiftByConstant() local 621 APInt Mask(APInt::getHighBitsSet(BitWidth, BitWidth - ShAmt)); in visitShl() local 675 Value *Mask = Builder.CreateShl(AllOnes, Op1); in visitShl() local 740 APInt Mask(APInt::getLowBitsSet(BitWidth, BitWidth - ShAmt)); in visitLShr() local 753 APInt Mask(APInt::getLowBitsSet(BitWidth, BitWidth - ShAmt)); in visitLShr() local 758 APInt Mask(APInt::getLowBitsSet(BitWidth, BitWidth - ShAmt)); in visitLShr() local 816 Value *Mask = Builder.CreateLShr(AllOnes, Op1); in visitLShr() local
|
D | InstCombineVectorOps.cpp | 291 SmallVectorImpl<Constant*> &Mask) { in collectSingleShuffleElements() 452 SmallVectorImpl<Constant *> &Mask, in collectShuffleElements() 716 Constant *Mask = Shuf->getMask(); in foldConstantInsEltIntoShuffle() local 750 SmallVector<Constant *, 16> Mask(NumElts); in foldConstantInsEltIntoShuffle() local 819 SmallVector<Constant*, 16> Mask; in visitInsertElementInst() local 860 static bool CanEvaluateShuffled(Value *V, ArrayRef<int> Mask, in CanEvaluateShuffled() 1013 InstCombiner::EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask) { in EvaluateInDifferentElementOrder() 1109 static void recognizeIdentityMask(const SmallVectorImpl<int> &Mask, in recognizeIdentityMask() 1130 SmallVector<int, 16> &Mask) { in isShuffleExtractingFromLHS() 1213 Constant *Mask = Shuf.getMask(); in foldSelectShuffleWith1Binop() local [all …]
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 95 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
|
D | InstCombineVectorOps.cpp | 298 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackMapLivenessAnalysis.cpp | 154 uint32_t *Mask = createRegisterMask(MF); in addLiveOutSetToMI() local 163 uint32_t *Mask = MF.allocateRegMask(); in createRegisterMask() local
|
D | InterleavedAccessPass.cpp | 142 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor() 166 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask() 190 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isReInterleaveMask()
|
/external/llvm/lib/CodeGen/ |
D | StackMapLivenessAnalysis.cpp | 155 uint32_t *Mask = createRegisterMask(MF); in addLiveOutSetToMI() local 164 uint32_t *Mask = MF.allocateRegisterMask(TRI->getNumRegs()); in createRegisterMask() local
|
D | InterleavedAccessPass.cpp | 122 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/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.h | 46 bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask, in isShuffleMaskLegal()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 92 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/llvm-7.0/llvm/include/llvm/ADT/ |
D | PointerEmbeddedInt.h | 48 Mask = static_cast<uintptr_t>(-1) << Bits enumerator
|
D | SmallBitVector.h | 294 uintptr_t Mask = (1 << Prev) - 1; in find_next_unset() local 392 uintptr_t Mask = EMask - IMask; in set() local 423 uintptr_t Mask = EMask - IMask; in reset() local 655 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 175 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 783 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.h | 56 bool isShuffleMaskLegal(ArrayRef<int> Mask, EVT VT) const override { in isShuffleMaskLegal()
|
/external/tensorflow/tensorflow/core/lib/hash/ |
D | crc32c.h | 40 inline uint32 Mask(uint32 crc) { in Mask() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | MathExtras.h | 64 T Mask = std::numeric_limits<T>::max() >> Shift; in count() local
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 55 T Mask = std::numeric_limits<T>::max() >> Shift; in count() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 55 T Mask = std::numeric_limits<T>::max() >> Shift; in count() local
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 218 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 35 static unsigned getMaskElt(unsigned Mask, unsigned Elt) { in getMaskElt() 39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt() 45 static bool isValidMask(unsigned short Mask) { in isValidMask() 52 static bool hasUndefElements(unsigned short Mask) { in hasUndefElements() 58 static bool isOnlyLHSMask(unsigned short Mask) { in isOnlyLHSMask() 73 static unsigned getCompressedMask(unsigned short Mask) { in getCompressedMask()
|
/external/swiftshader/third_party/LLVM/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 35 static unsigned getMaskElt(unsigned Mask, unsigned Elt) { in getMaskElt() 39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt() 45 static bool isValidMask(unsigned short Mask) { in isValidMask() 52 static bool hasUndefElements(unsigned short Mask) { in hasUndefElements() 58 static bool isOnlyLHSMask(unsigned short Mask) { in isOnlyLHSMask() 73 static unsigned getCompressedMask(unsigned short Mask) { in getCompressedMask()
|