Home
last modified time | relevance | path

Searched refs:getMask (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h233 static uint64_t getMask(const BitFieldInfo FieldInfo) { in getMask() function in llvm::LLT
242 return maskAndShift(Val, getMask(FieldInfo), FieldInfo[1]); in maskAndShift()
245 return getMask(FieldInfo) & (RawData >> FieldInfo[1]); in getFieldValue()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A 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()
818 return getMask(getType(c)); in getIntPropertyValue()
984 public static final int getMask(int type) in getMask() method in UCharacterProperty
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A 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/
H A DTargetRegisterInfo.cpp274 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this);
314 firstCommonClass(IA.getMask(), IB.getMask(), this);
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompiler.java144 Function<DfaNode, Integer> getMask = in getOutMap()
146 return sortedOutputs(source).stream().collect(toImmutableMap(Function.identity(), getMask)); in getOutMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A 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() in foldIdentityExtractShuffle()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h81 unsigned getMask() const { in getMask() function
H A DSIMachineFunctionInfo.cpp446 SA.Mask = Arg.getMask(); in convertArgumentInfo()
/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp361 public: int getMask() const;
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A 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/
H A 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/
H A DQRUtil.js87 getMask : function(maskPattern, i, j) {
H A 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/CodeGen/
H A DSelectionDAGNodes.h1518 ArrayRef<int> getMask() const { in getMask() function in llvm::ShuffleVectorSDNode
2304 const SDValue &getMask() const { in getMask() function in llvm::MaskedLoadStoreSDNode
2345 const SDValue &getMask() const { return getOperand(3); } in getMask() function in llvm::MaskedLoadSDNode
2382 const SDValue &getMask() const { return getOperand(4); } in getMask() function in llvm::MaskedStoreSDNode
2423 const SDValue &getMask() const { return getOperand(2); } in getMask() function in llvm::MaskedGatherScatterSDNode
H A DTargetRegisterInfo.h1027 const uint32_t *getMask() const { return Mask; } in getMask() function
1045 /// TargetRegisterClass::getSubClassMask or SuperRegClassIterator::getMask.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDerivedTypes.h82 APInt getMask() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h2020 Constant *getMask() const { in getMask() function in llvm::ShuffleVectorInst
2031 return getMaskValue(getMask(), Elt); in getMaskValue()
2042 return getShuffleMask(getMask(), Result); in getShuffleMask()
2057 unsigned NumMaskElts = getMask()->getType()->getVectorNumElements(); in changesLength()
2066 unsigned NumMaskElts = getMask()->getType()->getVectorNumElements(); in increasesLength()
2087 return !changesLength() && isSingleSourceMask(getMask()); in isSingleSource()
2149 return !changesLength() && isSelectMask(getMask()); in isSelect()
2169 return !changesLength() && isReverseMask(getMask()); in isReverse()
2191 return !changesLength() && isZeroEltSplatMask(getMask()); in isZeroEltSplat()
2240 return !changesLength() && isTransposeMask(getMask()); in isTranspose()
[all...]
H A DDerivedTypes.h88 APInt getMask() const;
/third_party/icu/icu4c/source/i18n/
H A 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/node/deps/icu-small/source/i18n/
H A Dusearch.cpp61 inline uint32_t getMask(UCollationStrength strength) in getMask() function
636 result->ceMask = getMask(result->strength); in usearch_openFromCollator()
983 strsrch->ceMask = getMask(strsrch->strength); in usearch_setCollator()
1332 ceMask = getMask(strsrch->strength); in usearch_reset()
/third_party/mesa3d/src/nouveau/codegen/
H A 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()
2881 int n = partitionLoadStore(comp, size, tgsi.getDst(0).getMask()); in handleSTORE()
2918 dummy, src)->tex.mask = tgsi.getDst(0).getMask(); in handleSTORE()
3189 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() in handleInstruction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h897 VPValue *getMask() const {
1046 VPValue *getMask() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h1568 const SDValue &getMask() const { return getOperand(3); } in getMask() function in llvm::X86MaskedStoreSDNode
1638 const SDValue &getMask() const { return getOperand(2); } in getMask() function in llvm::X86MaskedGatherScatterSDNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DType.cpp273 APInt IntegerType::getMask() const { in getMask() function in IntegerType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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()
[all...]

Completed in 58 milliseconds

123