Home
last modified time | relevance | path

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

123456

/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.cpp331 SmallVectorImpl<Constant*> &Mask) { in CollectSingleShuffleElements()
416 SmallVectorImpl<Constant *> &Mask, in CollectShuffleElements()
563 SmallVector<Constant*, 16> Mask; in visitInsertElementInst() local
593 static bool CanEvaluateShuffled(Value *V, ArrayRef<int> Mask, in CanEvaluateShuffled()
746 InstCombiner::EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask) { in EvaluateInDifferentElementOrder()
844 static void RecognizeIdentityMask(const SmallVectorImpl<int> &Mask, in RecognizeIdentityMask()
865 SmallVector<int, 16> &Mask) { in isShuffleExtractingFromLHS()
882 SmallVector<int, 16> Mask = SVI.getShuffleMask(); in visitShuffleVectorInst() local
DInstCombineCalls.cpp432 APInt Mask(APInt::getLowBitsSet(BitWidth, TrailingZeros)); in visitCallInst() local
450 APInt Mask(APInt::getHighBitsSet(BitWidth, LeadingZeros)); in visitCallInst() local
801 const uint32_t Mask[] = { 0, 2 }; in visitCallInst() local
869 Value *Mask = II->getArgOperand(2); in visitCallInst() local
954 if (Constant *Mask = dyn_cast<Constant>(II->getArgOperand(2))) { in visitCallInst() 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
367 SmallVector<int, 16> Mask = Shuffle->getShuffleMask(); in matchVectorSplittingReduction() local
493 SmallVector<int, 16> Mask = Shuffle->getShuffleMask(); in getInstructionCost() local
DAliasAnalysis.cpp65 AliasAnalysis::ModRefResult &Mask) { in getArgLocation()
112 ModRefResult Mask = ModRef; in getModRefInfo() local
168 AliasAnalysis::ModRefResult Mask = ModRef; in getModRefInfo() local
/external/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp153 uint32_t *Mask = createRegisterMask(); in addLiveOutSetToMI() local
162 uint32_t *Mask = MF->allocateRegisterMask(TRI->getNumRegs()); in createRegisterMask() local
DLiveRangeCalc.cpp67 unsigned Mask = SubReg != 0 ? TRI.getSubRegIndexLaneMask(SubReg) in calculate() local
141 void LiveRangeCalc::extendToUses(LiveRange &LR, unsigned Reg, unsigned Mask) { in extendToUses()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.h46 bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask, in isShuffleMaskLegal()
/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/skia/src/svg/parser/
DSkSVGMask.cpp21 DEFINE_SVG_INFO(Mask) in DEFINE_SVG_INFO() argument
/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/include/llvm/Support/
DMathExtras.h49 T Mask = std::numeric_limits<T>::max() >> Shift; in count() local
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.h29 uint8_t Mask; member
/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp18 char Mask = 1 << Bit; in FlipRandomBit() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3097 const uint32_t *Mask = TRI->getCallPreservedMask(MF, CallConv); in LowerCall() local
3806 static bool isSequentialOrUndefInRange(ArrayRef<int> Mask, in isSequentialOrUndefInRange()
4097 SDValue Mask = DAG.getConstant(MaskVal, MVT::i8); in Insert128BitVector() local
4113 SDValue Mask = DAG.getConstant(0x0f, MVT::i8); in Insert128BitVector() local
4177 SmallVector<int, 8> Mask; in getMOVL() local
4188 SmallVector<int, 8> Mask; in getUnpackl() local
4200 SmallVector<int, 8> Mask; in getUnpackh() local
4233 SmallVectorImpl<int> &Mask, bool &IsUnary) { in getTargetShuffleMask()
4600 int Mask[4]; in LowerBuildVectorv4x32() local
4743 SmallVector<int, 8> Mask(NumElems, EltNo); in LowerAsSplatVectorLoad() local
[all …]
DX86MCInstLower.cpp939 ArrayRef<int> Mask) { in getShuffleComment()
1169 SmallVector<int, 16> Mask; in EmitInstruction() local
1189 SmallVector<int, 16> Mask; in EmitInstruction() local
/external/clang/include/clang/AST/
DDeclAccessPair.h33 enum { Mask = 0x3 }; enumerator
/external/llvm/lib/Target/R600/
DR600ExpandSpecialInstrs.cpp206 bool Mask = (Chan != TRI.getHWRegChan(DstReg)); in runOnMachineFunction() local
298 bool Mask = false; in runOnMachineFunction() local
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp247 const uint64_t Mask = 0xFFFF; in updateImm() local
278 const uint64_t Mask = 0xFFFF; in trySequenceOfOnes() local
396 const unsigned Mask = 0xFFFF; in expandMOVImm() local
/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp93 int64_t Mask = 0xffff; in eliminateFrameIndex() local
/external/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp80 unsigned Mask = MBBI->getOperand(1).getImm(); in ReplaceTailWithBranchTo() local
592 unsigned Mask = (1 << NumBits) - 1; in rewriteT2FrameIndex() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp75 uint32_t Mask = RegSave & 0xff0u; in EmitRegSave() local
/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp102 uint64_t Mask = 0; in build() local
184 Constant *Mask; member
335 uint8_t Mask; in allocateByteArrays() local

123456