Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp229 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
DInstCombineVectorOps.cpp251 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
DInstCombineCalls.cpp366 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
DInstCombineCompares.cpp979 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
DInstCombineAddSub.cpp129 APInt Mask = APInt::getHighBitsSet(TySizeBits, ExtendAmt); in visitAdd() local
192 APInt Mask = APInt::getAllOnesValue(IT->getBitWidth()); in visitAdd() local
/external/skia/src/svg/
DSkSVGMask.cpp29 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/clang/include/clang/AST/
DDeclAccessPair.h32 enum { Mask = 0x3 }; enumerator
DDeclGroup.h54 enum Kind { SingleDeclKind=0x0, DeclGroupKind=0x1, Mask=0x1 }; enumerator
/external/llvm/lib/Target/ARM/
DARMHazardRecognizer.cpp89 unsigned Mask = MI->getOperand(1).getImm(); in EmitInstruction() local
DThumb2InstrInfo.cpp75 unsigned Mask = MBBI->getOperand(1).getImm(); in ReplaceTailWithBranchTo() local
525 unsigned Mask = (1 << NumBits) - 1; in rewriteT2FrameIndex() local
DThumb2ITBlockPass.cpp176 unsigned Mask = 0, Pos = 3; in InsertITInstructions() local
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
D11.4.8.js136 function Mask( b, n ) { class
D11.7.1.js143 function Mask( b, n ) { class
D11.7.2.js157 function Mask( b, n ) { class
D11.7.3.js148 function Mask( b, n ) { class
D11.10-1.js145 function Mask( b, n ) { class
D11.10-2.js144 function Mask( b, n ) { class
D11.10-3.js144 function Mask( b, n ) { class
/external/llvm/lib/Analysis/
DValueTracking.cpp60 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
DAliasAnalysis.cpp83 ModRefResult Mask = ModRef; in getModRefInfo() local
135 AliasAnalysis::ModRefResult Mask = ModRef; in getModRefInfo() local
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp91 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()
DX86ISelLowering.cpp3040 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/
DphFriNfc_NdefRecord.c381 static uint8_t phFriNfc_NdefRecord_NdefFlag(uint8_t Flags,uint8_t Mask) in phFriNfc_NdefRecord_NdefFlag()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp603 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

1234