Home
last modified time | relevance | path

Searched defs:Masked (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h147 uint16_t Masked : 1; member
158 uint16_t Masked : 1; member
169 uint16_t Masked : 1; member
178 uint16_t Masked : 1; member
187 uint16_t Masked : 1; member
197 uint16_t Masked :1; member
205 uint16_t Masked : 1; member
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/once/
H A Dqueue.rs66 type Masked = (); typedef
199 fn wait(state_and_queue: &AtomicPtr<Masked>, mut current_state: *mut Masked) { in wait()
215 let me = core::ptr::addr_of!(node) as *const Masked as *mut Masked; in wait() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/once/
H A Dqueue.rs66 type Masked = (); typedef
199 fn wait(state_and_queue: &AtomicPtr<Masked>, mut current_state: *mut Masked) { in wait()
215 let me = core::ptr::addr_of!(node) as *const Masked as *mut Masked; in wait() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/once/
H A Dqueue.rs66 type Masked = (); typedef
199 fn wait(state_and_queue: &AtomicPtr<Masked>, mut current_state: *mut Masked) { in wait()
215 let me = core::ptr::addr_of!(node) as *const Masked as *mut Masked; in wait() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/once/
H A Dqueue.rs66 type Masked = (); typedef
199 fn wait(state_and_queue: &AtomicPtr<Masked>, mut current_state: *mut Masked) { in wait()
215 let me = core::ptr::addr_of!(node) as *const Masked as *mut Masked; in wait() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/once/
H A Dqueue.rs66 type Masked = (); typedef
199 fn wait(state_and_queue: &AtomicPtr<Masked>, mut current_state: *mut Masked) { in wait()
215 let me = core::ptr::addr_of!(node) as *const Masked as *mut Masked; in wait() constant
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DTargetLibraryInfo.h47 bool Masked; variable
53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
407 bool Masked) const { in getVectorMappingInfo()
DTargetTransformInfo.h1323 Masked, ///< The cast is used with a masked load/store. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DTargetLibraryInfo.h47 bool Masked; variable
53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
407 bool Masked) const { in getVectorMappingInfo()
DTargetTransformInfo.h1308 Masked, ///< The cast is used with a masked load/store. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DTargetLibraryInfo.h47 bool Masked; variable
53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
406 bool Masked) const { in getVectorMappingInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DTargetLibraryInfo.h47 bool Masked; variable
53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
407 bool Masked) const { in getVectorMappingInfo()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp483 auto *Masked = makeVariable(DestTy); in Binop() local
509 auto *Masked = makeVariable(DestTy); in Binop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1005 Value *Masked = IC.Builder.CreateAnd(Input, II.getArgOperand(1)); in instCombineIntrinsic() local
1051 Value *Masked = IC.Builder.CreateAnd(Shifted, II.getArgOperand(1)); in instCombineIntrinsic() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPFixedPoint.cpp47 APInt Masked(NewVal & Mask); in convert() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp379 if (auto *Masked = dyn_cast<ConstantInt>(Vector->getOperand(Idx))) { in instrumentMaskedLoadOrStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp666 Value *Masked = Builder.CreateAnd(Trunc->getOperand(0), Mask); in ConvertTruncs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp637 Value *Masked = Builder.CreateAnd(Trunc->getOperand(0), Mask); in ConvertTruncs() local
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dnetip.go1387 func (p Prefix) Masked() Prefix { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp184 Value *Masked, *ShiftShAmt; in dropRedundantMaskingOfLeftShiftInput() local
H A DInstCombineAndOrXor.cpp889 Value *Masked = Builder.CreateAnd(A, Mask); in foldAndOrOfICmpsOfAndWithPow2() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp190 Value *Masked, *ShiftShAmt; in dropRedundantMaskingOfLeftShiftInput() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dcanvas.rs28 Masked(Color), enumerator
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1698 Value *Masked = nullptr; in FoldOrOfICmps() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1147 Masked, ///< The cast is used with a masked load/store. enumerator

12