Home
last modified time | relevance | path

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

1234567

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp241 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
DInstCombineVectorOps.cpp282 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/
DInterleavedAccessPass.cpp104 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()
DStackMapLivenessAnalysis.cpp149 uint32_t *Mask = createRegisterMask(MF); in addLiveOutSetToMI() local
158 uint32_t *Mask = MF.allocateRegisterMask(TRI->getNumRegs()); in createRegisterMask() local
DLiveRangeCalc.cpp67 LaneBitmask Mask = SubReg != 0 ? TRI.getSubRegIndexLaneMask(SubReg) in calculate() local
142 LaneBitmask Mask) { in extendToUses()
/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/llvm/lib/Target/Mips/
DMipsSEISelLowering.h46 bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask, in isShuffleMaskLegal()
/external/skia/src/svg/parser/
DSkSVGMask.cpp21 DEFINE_SVG_INFO(Mask) in DEFINE_SVG_INFO() argument
/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
/external/llvm/include/llvm/Support/
DMathExtras.h53 T Mask = std::numeric_limits<T>::max() >> Shift; in count() local
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp35 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/
DBitVector.h240 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()
DSmallBitVector.h307 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/
DARMWinEHPrinter.h29 uint8_t Mask; member
/external/clang/include/clang/AST/
DDeclAccessPair.h33 enum { Mask = 0x3 }; enumerator
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3041 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/
DColorBleedEffect.java95 static class Mask { class in ColorBleedEffect
99 Mask (int[] rgb) { in Mask() method in ColorBleedEffect.Mask
/external/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp206 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/
DCubemapAttribute.java28 protected static long Mask = EnvironmentMap; field in CubemapAttribute
DDepthTestAttribute.java29 protected static long Mask = Type; field in DepthTestAttribute
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp258 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/
DSanitizers.h73 SanitizerMask Mask; member
/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp93 int64_t Mask = 0xffff; in eliminateFrameIndex() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp75 uint32_t Mask = RegSave & 0xff0u; in EmitRegSave() local
/external/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp80 unsigned Mask = MBBI->getOperand(1).getImm(); in ReplaceTailWithBranchTo() local
593 unsigned Mask = (1 << NumBits) - 1; in rewriteT2FrameIndex() local

1234567