/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 241 APInt Mask(APInt::getLowBitsSet(TypeWidth, TypeWidth - NumBits)); in GetShiftedValue() local 281 APInt Mask(APInt::getHighBitsSet(TypeWidth, TypeWidth - NumBits)); in GetShiftedValue() local 437 Constant *Mask = ConstantInt::get(I.getContext(), Bits); in FoldShiftByConstant() local 473 Constant *Mask = ConstantInt::get(I.getContext(), Bits); in FoldShiftByConstant() local 588 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt1)); in FoldShiftByConstant() local 624 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local 672 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local
|
D | InstCombineVectorOps.cpp | 282 SmallVectorImpl<Constant*> &Mask) { in collectSingleShuffleElements() 367 SmallVectorImpl<Constant *> &Mask, in collectShuffleElements() 514 SmallVector<Constant*, 16> Mask; in visitInsertElementInst() local 544 static bool CanEvaluateShuffled(Value *V, ArrayRef<int> Mask, in CanEvaluateShuffled() 697 InstCombiner::EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask) { in EvaluateInDifferentElementOrder() 795 static void recognizeIdentityMask(const SmallVectorImpl<int> &Mask, in recognizeIdentityMask() 816 SmallVector<int, 16> &Mask) { in isShuffleExtractingFromLHS() 833 SmallVector<int, 16> Mask = SVI.getShuffleMask(); in visitShuffleVectorInst() local
|
/external/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 104 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor() 128 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask() 147 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor) { in isReInterleaveMask()
|
D | StackMapLivenessAnalysis.cpp | 149 uint32_t *Mask = createRegisterMask(MF); in addLiveOutSetToMI() local 158 uint32_t *Mask = MF.allocateRegisterMask(TRI->getNumRegs()); in createRegisterMask() local
|
D | LiveRangeCalc.cpp | 67 LaneBitmask Mask = SubReg != 0 ? TRI.getSubRegIndexLaneMask(SubReg) in calculate() local 142 LaneBitmask Mask) { in extendToUses()
|
/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/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.h | 46 bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask, in isShuffleMaskLegal()
|
/external/skia/src/svg/parser/ |
D | SkSVGMask.cpp | 21 DEFINE_SVG_INFO(Mask) in DEFINE_SVG_INFO() argument
|
/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/llvm/include/llvm/Support/ |
D | MathExtras.h | 53 T Mask = std::numeric_limits<T>::max() >> Shift; in count() local
|
/external/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/llvm/include/llvm/ADT/ |
D | BitVector.h | 240 BitWord Mask = EMask - IMask; in set() local 279 BitWord Mask = EMask - IMask; in reset() local 318 BitWord Mask = BitWord(1) << (Idx % BITWORD_SIZE); variable 544 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask()
|
D | SmallBitVector.h | 307 uintptr_t Mask = EMask - IMask; in set() local 338 uintptr_t Mask = EMask - IMask; in reset() local 555 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.h | 29 uint8_t Mask; member
|
/external/clang/include/clang/AST/ |
D | DeclAccessPair.h | 33 enum { Mask = 0x3 }; enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3041 SmallVector<int, 8> Mask; in getMOVL() local 3493 const uint32_t *Mask = RegInfo->getCallPreservedMask(MF, CallConv); in LowerCall() local 4210 static bool isUndefInRange(ArrayRef<int> Mask, unsigned Pos, unsigned Size) { in isUndefInRange() 4231 static bool isSequentialOrUndefInRange(ArrayRef<int> Mask, in isSequentialOrUndefInRange() 4538 SDValue Mask = DAG.getConstant(MaskVal, dl, MVT::i8); in Insert128BitVector() local 4554 SDValue Mask = DAG.getConstant(0x0f, dl, MVT::i8); in Insert128BitVector() local 4637 SmallVector<int, 64> Mask; in Insert1BitVector() local 4696 SmallVector<int, 8> Mask; in getUnpackl() local 4708 SmallVector<int, 8> Mask; in getUnpackh() local 4742 SmallVectorImpl<int> &Mask, bool &IsUnary) { in getTargetShuffleMask() [all …]
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/ |
D | ColorBleedEffect.java | 95 static class Mask { class in ColorBleedEffect 99 Mask (int[] rgb) { in Mask() method in ColorBleedEffect.Mask
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ExpandSpecialInstrs.cpp | 206 bool Mask = (Chan != TRI.getHWRegChan(DstReg)); in runOnMachineFunction() local 298 bool Mask = false; in runOnMachineFunction() local
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/ |
D | CubemapAttribute.java | 28 protected static long Mask = EnvironmentMap; field in CubemapAttribute
|
D | DepthTestAttribute.java | 29 protected static long Mask = Type; field in DepthTestAttribute
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 258 const uint64_t Mask = 0xFFFF; in updateImm() local 289 const uint64_t Mask = 0xFFFF; in trySequenceOfOnes() local 407 const unsigned Mask = 0xFFFF; in expandMOVImm() local
|
/external/clang/include/clang/Basic/ |
D | Sanitizers.h | 73 SanitizerMask Mask; member
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.cpp | 93 int64_t Mask = 0xffff; in eliminateFrameIndex() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMUnwindOpAsm.cpp | 75 uint32_t Mask = RegSave & 0xff0u; in EmitRegSave() local
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 80 unsigned Mask = MBBI->getOperand(1).getImm(); in ReplaceTailWithBranchTo() local 593 unsigned Mask = (1 << NumBits) - 1; in rewriteT2FrameIndex() local
|