Home
last modified time | relevance | path

Searched defs:Mask (Results 1 - 25 of 199) sorted by relevance

12345678

/third_party/rust/crates/aho-corasick/src/packed/teddy/
H A Dcompile.rs331 pub struct Mask { structure names
336 impl Mask { impls
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp66 decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred, Value *&X, APInt &Mask, bool LookThruTrunc) decomposeBitTestICmp() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp154 uint32_t *Mask = createRegisterMask(MF); in addLiveOutSetToMI() local
163 uint32_t *Mask = MF.allocateRegMask(); in createRegisterMask() local
H A DLivePhysRegs.cpp156 LaneBitmask Mask = LI.LaneMask; in addBlockLiveIns() local
H A DLiveRegMatrix.cpp86 LaneBitmask Mask = (*Units).second; in foreachUnit() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp189 uint64_t Mask = Header.NumBuckets - 1; in getFromHash() local
/third_party/optimized-routines/math/
H A Dv_logf.c28 #define Mask v_u32 (0x007fffff) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DSupport.h99 inline unsigned getResourceStateIndex(uint64_t Mask) { in getResourceStateIndex() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBitmaskEnum.h80 template <typename E> typename std::underlying_type<E>::type Mask() { in Mask() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h57 bool maskedValueIsZero(Register Val, const APInt &Mask) { in maskedValueIsZero() argument
/third_party/skia/experimental/graphite/src/
H A DEnumBitMask.h36 class Mask { class
38 SK_ALWAYS_INLINE constexpr Mask(E e) : Mask((int)e) {} in Mask() function in skgpu::Mask
55 SK_ALWAYS_INLINE constexpr explicit Mask(int value) : fValue(value) {} Mask() function in skgpu::Mask
[all...]
/third_party/node/deps/v8/src/base/
H A Denum-set.h81 static constexpr T Mask(E element) { in Mask() function in v8::base::EnumSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstrBuilder.cpp79 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx]; in initializeUsedResources() local
162 uint64_t Mask = RPC.first ^ PowerOf2Floor(RPC.first); in initializeUsedResources() local
175 uint64_t Mask = ProcResourceMasks[I]; in initializeUsedResources() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DLaneBitmask.h89 Type Mask = 0; global() member
[all...]
H A DMCInstrAnalysis.h108 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, in isZeroIdiom() argument
133 virtual bool isDependencyBreaking(const MCInst &MI, APInt &Mask, in isDependencyBreaking() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp121 uint64_t Mask = in applyFixup() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h94 void addRegMasked(MCPhysReg Reg, LaneBitmask Mask) { in addRegMasked() argument
/third_party/skia/src/gpu/v1/
H A DClipStack.h168 class Mask { class in skgpu::v1::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp53 outputQualifierIfPresent(OutputStream &OS, Qualifiers Q, Qualifiers Mask, bool NeedSpace) outputQualifierIfPresent() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp132 uint64_t Mask = HWS.analyzeResourcePressure(Insts); in cycleEnd() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalObject.h141 unsigned Mask = 1 << HasMetadataHashEntryBit; in setHasMetadataHashEntry() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp83 const auto Mask = (static_cast<T>(1) << width) - 1; in printBitField() local
150 const uint64_t Mask = ((UINT64_C(1) << width) - 1) << shift; in parseBitField() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp185 Value *Mask = I->getArgOperand(2); in lowerGather() local
262 Value *Mask = I->getArgOperand(2); in tryCreateMaskedGatherOffset() local
[all...]
H A DThumb2InstrInfo.cpp89 unsigned Mask = MBBI->getOperand(1).getImm(); in ReplaceTailWithBranchTo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp290 uint64_t Mask = ((uint64_t)(-1) >> in applyFixup() local

Completed in 14 milliseconds

12345678