/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 229 APInt Mask(APInt::getLowBitsSet(TypeWidth, TypeWidth - NumBits)); in GetShiftedValue() local 265 APInt Mask(APInt::getHighBitsSet(TypeWidth, TypeWidth - NumBits)); in GetShiftedValue() local 551 APInt Mask(APInt::getHighBitsSet(TypeBits, TypeBits - ShiftAmt1)); in FoldShiftByConstant() local 558 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt1)); in FoldShiftByConstant() local 572 APInt Mask(APInt::getHighBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local 583 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local 599 APInt Mask(APInt::getHighBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local 609 APInt Mask(APInt::getLowBitsSet(TypeBits, TypeBits - ShiftAmt2)); in FoldShiftByConstant() local
|
D | InstCombineVectorOps.cpp | 251 std::vector<Constant*> &Mask) { in CollectSingleShuffleElements() 328 static Value *CollectShuffleElements(Value *V, std::vector<Constant*> &Mask, in CollectShuffleElements() 424 std::vector<Constant*> Mask; in visitInsertElementInst() local 450 std::vector<int> Mask = getShuffleMask(&SVI); in visitShuffleVectorInst() local
|
D | InstCombineCalls.cpp | 366 APInt Mask(APInt::getLowBitsSet(BitWidth, TrailingZeros)); in visitCallInst() local 385 APInt Mask(APInt::getHighBitsSet(BitWidth, LeadingZeros)); in visitCallInst() local 396 APInt Mask = APInt::getSignBit(BitWidth); in visitCallInst() local 490 APInt Mask = APInt::getAllOnesValue(BitWidth); in visitCallInst() local 625 if (ConstantVector *Mask = dyn_cast<ConstantVector>(II->getArgOperand(2))) { in visitCallInst() local
|
D | InstCombineCompares.cpp | 979 Constant *Mask = ConstantInt::get(ICI.getContext(), Val); in FoldICmpShrCst() local 1003 APInt Mask(APInt::getHighBitsSet(SrcBits, SrcBits-DstBits)); in visitICmpInstWithInstAndIntCst() local 1272 Constant *Mask = in visitICmpInstWithInstAndIntCst() local 1288 Constant *Mask = ConstantInt::get(LHSI->getOperand(0)->getType(), in visitICmpInstWithInstAndIntCst() local 2407 ConstantInt *Mask = ConstantInt::get(I.getContext(), in visitICmpInst() local 2551 Value *Mask = Builder->CreateAnd(A, Builder->getInt(MaskV)); in visitICmpInst() local
|
D | InstCombineAddSub.cpp | 129 APInt Mask = APInt::getHighBitsSet(TySizeBits, ExtendAmt); in visitAdd() local 192 APInt Mask = APInt::getAllOnesValue(IT->getBitWidth()); in visitAdd() local
|
/external/skia/src/svg/ |
D | SkSVGMask.cpp | 29 DEFINE_SVG_INFO(Mask) in DEFINE_SVG_INFO() argument
|
/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/clang/include/clang/AST/ |
D | DeclAccessPair.h | 32 enum { Mask = 0x3 }; enumerator
|
D | DeclGroup.h | 54 enum Kind { SingleDeclKind=0x0, DeclGroupKind=0x1, Mask=0x1 }; enumerator
|
/external/llvm/lib/Target/ARM/ |
D | ARMHazardRecognizer.cpp | 89 unsigned Mask = MI->getOperand(1).getImm(); in EmitInstruction() local
|
D | Thumb2InstrInfo.cpp | 75 unsigned Mask = MBBI->getOperand(1).getImm(); in ReplaceTailWithBranchTo() local 525 unsigned Mask = (1 << NumBits) - 1; in rewriteT2FrameIndex() local
|
D | Thumb2ITBlockPass.cpp | 176 unsigned Mask = 0, Pos = 3; in InsertITInstructions() local
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
D | 11.4.8.js | 136 function Mask( b, n ) { class
|
D | 11.7.1.js | 143 function Mask( b, n ) { class
|
D | 11.7.2.js | 157 function Mask( b, n ) { class
|
D | 11.7.3.js | 148 function Mask( b, n ) { class
|
D | 11.10-1.js | 145 function Mask( b, n ) { class
|
D | 11.10-2.js | 144 function Mask( b, n ) { class
|
D | 11.10-3.js | 144 function Mask( b, n ) { class
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 60 void llvm::ComputeMaskedBits(Value *V, const APInt &Mask, in ComputeMaskedBits() 427 APInt Mask = APInt::getLowBitsSet(BitWidth, LHSKnownZeroOut); in ComputeMaskedBits() local 438 APInt Mask = APInt::getLowBitsSet(BitWidth, RHSKnownZeroOut); in ComputeMaskedBits() local 835 APInt Mask = APInt::getSignedMaxValue(BitWidth); in isKnownNonZero() local 878 bool llvm::MaskedValueIsZero(Value *V, const APInt &Mask, in MaskedValueIsZero() 974 APInt Mask = APInt::getAllOnesValue(TyBits); in ComputeNumSignBits() local 1001 APInt Mask = APInt::getAllOnesValue(TyBits); in ComputeNumSignBits() local 1048 APInt Mask = APInt::getAllOnesValue(TyBits); in ComputeNumSignBits() local
|
D | AliasAnalysis.cpp | 83 ModRefResult Mask = ModRef; in getModRefInfo() local 135 AliasAnalysis::ModRefResult Mask = ModRef; in getModRefInfo() local
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 91 unsigned Mask; member 116 unsigned Mask = 0; in calcLiveInMask() local 380 const unsigned Mask = calcLiveInMask(MBB); in bundleCFG() local 859 void FPS::adjustLiveRegs(unsigned Mask, MachineBasicBlock::iterator I) { in adjustLiveRegs()
|
D | X86ISelLowering.cpp | 3040 static bool isPSHUFDMask(const SmallVectorImpl<int> &Mask, EVT VT) { in isPSHUFDMask() 3056 static bool isPSHUFHWMask(const SmallVectorImpl<int> &Mask, EVT VT) { in isPSHUFHWMask() 3081 static bool isPSHUFLWMask(const SmallVectorImpl<int> &Mask, EVT VT) { in isPSHUFLWMask() 3106 static bool isPALIGNRMask(const SmallVectorImpl<int> &Mask, EVT VT, in isPALIGNRMask() 3156 static bool isSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) { in isSHUFPMask() 3182 static bool isCommutedSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) { in isCommutedSHUFPMask() 3273 static bool isUNPCKLMask(const SmallVectorImpl<int> &Mask, EVT VT, in isUNPCKLMask() 3320 static bool isUNPCKHMask(const SmallVectorImpl<int> &Mask, EVT VT, in isUNPCKHMask() 3351 static bool isUNPCKL_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) { in isUNPCKL_v_undef_Mask() 3389 static bool isUNPCKH_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) { in isUNPCKH_v_undef_Mask() [all …]
|
/external/libnfc-nxp/src/ |
D | phFriNfc_NdefRecord.c | 381 static uint8_t phFriNfc_NdefRecord_NdefFlag(uint8_t Flags,uint8_t Mask) in phFriNfc_NdefRecord_NdefFlag()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 603 llvm::Constant *Mask = llvm::ConstantVector::get(Args); in EmitScalarConversion() local 687 Value *Mask; in VisitShuffleVectorExpr() local 891 llvm::Constant *Mask = llvm::ConstantVector::get(Args); in VisitInitListExpr() local 946 llvm::Constant *Mask = llvm::ConstantVector::get(Args); in VisitInitListExpr() local 963 llvm::Constant *Mask = llvm::ConstantVector::get(Args); in VisitInitListExpr() local 1183 llvm::Constant *Mask = llvm::ConstantVector::get(Args); in VisitCastExpr() local 2622 llvm::Constant *Mask = llvm::ConstantVector::get(Args); in VisitAsTypeExpr() local
|