Home
last modified time | relevance | path

Searched refs:getMask (Results 1 – 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h233 static uint64_t getMask(const BitFieldInfo FieldInfo) {
242 return maskAndShift(Val, getMask(FieldInfo), FieldInfo[1]);
245 return getMask(FieldInfo) & (RawData >> FieldInfo[1]);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java297 private static final int GC_CN_MASK = getMask(UCharacter.UNASSIGNED);
298 private static final int GC_CC_MASK = getMask(UCharacter.CONTROL);
299 private static final int GC_CS_MASK = getMask(UCharacter.SURROGATE);
300 private static final int GC_ZS_MASK = getMask(UCharacter.SPACE_SEPARATOR);
301 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
302 private static final int GC_ZP_MASK = getMask(UCharacter.PARAGRAPH_SEPARATOR);
316 return (getMask(UCharacter.getType(c))& in isgraphPOSIX()
798 return getMask(getType(c)); in getIntPropertyValue()
964 public static final int getMask(int type) in getMask() method in UCharacterProperty
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterProperty.java298 private static final int GC_CN_MASK = getMask(UCharacter.UNASSIGNED);
299 private static final int GC_CC_MASK = getMask(UCharacter.CONTROL);
300 private static final int GC_CS_MASK = getMask(UCharacter.SURROGATE);
301 private static final int GC_ZS_MASK = getMask(UCharacter.SPACE_SEPARATOR);
302 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
303 private static final int GC_ZP_MASK = getMask(UCharacter.PARAGRAPH_SEPARATOR);
317 return (getMask(UCharacter.getType(c))& in isgraphPOSIX()
799 return getMask(getType(c)); in getIntPropertyValue()
965 public static final int getMask(int type) in getMask() method in UCharacterProperty
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp274 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this); in getMatchingSuperRegClass()
314 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp726 int MaskSize = Shuf.getMask()->getType()->getVectorNumElements(); in isShuffleEquivalentToSelect()
842 NewMaskVec[i] = i == IdxC ? Zero : Shuf->getMask()->getAggregateElement(i); in foldInsEltIntoSplat()
877 Constant *OldMask = Shuf->getMask(); in foldInsEltIntoIdentityShuffle()
961 Constant *Mask = Shuf->getMask(); in foldConstantInsEltIntoShuffle()
1483 Constant *Mask = Shuf.getMask(); in foldSelectShuffleWith1Binop()
1514 Constant *Mask = Shuf.getMask(); in canonicalizeInsertSplat()
1608 Constant *Mask = Shuf.getMask(); in foldSelectShuffle()
1699 Value *NarrowX = Builder.CreateShuffleVector(X, Undef, Shuf.getMask()); in narrowVectorSelect()
1700 Value *NarrowY = Builder.CreateShuffleVector(Y, Undef, Shuf.getMask()); in narrowVectorSelect()
1737 Constant *ExtractMaskElt = Shuf.getMask()->getAggregateElement(i); in foldIdentityExtractShuffle()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUArgumentUsageInfo.h81 unsigned getMask() const { in getMask() function
DSIMachineFunctionInfo.cpp446 SA.Mask = Arg.getMask(); in convertArgumentInfo()
/third_party/qrcodegen/cpp/
Dqrcodegen.hpp361 public: int getMask() const;
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java190 ceMask_ = getMask(strength_); in StringSearch()
321 ceMask_ = getMask(collator_.getStrength()); in setCollator()
448 ceMask = getMask(strength_); in reset()
579 private static int getMask(int strength) { in getMask() method in StringSearch
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java189 ceMask_ = getMask(strength_); in StringSearch()
314 ceMask_ = getMask(collator_.getStrength()); in setCollator()
433 ceMask = getMask(strength_); in reset()
562 private static int getMask(int strength) { in getMask() method in StringSearch
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
DQRUtil.js87 getMask : function(maskPattern, i, j) { method
Dindex.js310 var mask = QRUtil.getMask(maskPattern, row, col - c);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h2020 Constant *getMask() const {
2031 return getMaskValue(getMask(), Elt);
2042 return getShuffleMask(getMask(), Result);
2057 unsigned NumMaskElts = getMask()->getType()->getVectorNumElements();
2066 unsigned NumMaskElts = getMask()->getType()->getVectorNumElements();
2087 return !changesLength() && isSingleSourceMask(getMask());
2149 return !changesLength() && isSelectMask(getMask());
2169 return !changesLength() && isReverseMask(getMask());
2191 return !changesLength() && isZeroEltSplatMask(getMask());
2240 return !changesLength() && isTransposeMask(getMask());
[all …]
DDerivedTypes.h88 APInt getMask() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1518 ArrayRef<int> getMask() const {
2304 const SDValue &getMask() const {
2345 const SDValue &getMask() const { return getOperand(3); }
2382 const SDValue &getMask() const { return getOperand(4); }
2423 const SDValue &getMask() const { return getOperand(2); }
DTargetRegisterInfo.h1027 const uint32_t *getMask() const { return Mask; } in getMask() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h82 APInt getMask() const;
/third_party/node/deps/icu-small/source/i18n/
Dusearch.cpp61 inline uint32_t getMask(UCollationStrength strength) in getMask() function
636 result->ceMask = getMask(result->strength); in usearch_openFromCollator()
985 strsrch->ceMask = getMask(strsrch->strength); in usearch_setCollator()
1334 ceMask = getMask(strsrch->strength); in usearch_reset()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp154 unsigned int getMask() const { return reg.WriteMask; } in getMask() function in tgsi::Instruction::DstRegister
156 bool isMasked(int chan) const { return !(getMask() & (1 << chan)); } in isMasked()
1568 info_out->out[dst.getIndex(0)].mask |= dst.getMask(); in scanInstruction()
2492 unsigned int mask = tgsi.getDst(0).getMask(); in handleLIT()
2719 ld->tex.mask = tgsi.getDst(0).getMask(); in handleLOAD()
2824 if (!(tgsi.getDst(0).getMask() & (1 << c))) in handleSTORE()
2859 st->tex.mask = tgsi.getDst(0).getMask(); in handleSTORE()
3189 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() : 0; in handleInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1568 const SDValue &getMask() const { return getOperand(3); } in getMask() function
1638 const SDValue &getMask() const { return getOperand(2); } in getMask() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h897 VPValue *getMask() const { in getMask() function
1046 VPValue *getMask() const { in getMask() function
DVPlan.cpp744 VPValue *Mask = getMask(); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1542 SDValue Mask = MLD->getMask(); in SplitVecRes_MLOAD()
1609 SDValue Mask = MGT->getMask(); in SplitVecRes_MGATHER()
2245 SDValue Mask = MGT->getMask(); in SplitVecOp_MGATHER()
2313 SDValue Mask = N->getMask(); in SplitVecOp_MSTORE()
2372 SDValue Mask = N->getMask(); in SplitVecOp_MSCATTER()
3718 SDValue Mask = N->getMask(); in WidenVecRes_MLOAD()
3743 SDValue Mask = N->getMask(); in WidenVecRes_MGATHER()
4517 SDValue Mask = MST->getMask(); in WidenVecOp_MSTORE()
4557 SDValue Mask = MG->getMask(); in WidenVecOp_MGATHER()
4576 SDValue Mask = MSC->getMask(); in WidenVecOp_MSCATTER()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp273 APInt IntegerType::getMask() const { in getMask() function in IntegerType
/third_party/icu/icu4c/source/i18n/
Dusearch.cpp65 inline uint32_t getMask(UCollationStrength strength) in getMask() function
2688 result->ceMask = getMask(result->strength); in usearch_openFromCollator()
3035 strsrch->ceMask = getMask(strsrch->strength); in usearch_setCollator()
3408 ceMask = getMask(strsrch->strength); in usearch_reset()

123