/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.h | 147 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 D | queue.rs | 66 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 D | queue.rs | 66 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 D | queue.rs | 66 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 D | queue.rs | 66 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 D | queue.rs | 66 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/ |
D | TargetLibraryInfo.h | 47 bool Masked; variable 53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc() 407 bool Masked) const { in getVectorMappingInfo()
|
D | TargetTransformInfo.h | 1323 Masked, ///< The cast is used with a masked load/store. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 47 bool Masked; variable 53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc() 407 bool Masked) const { in getVectorMappingInfo()
|
D | TargetTransformInfo.h | 1308 Masked, ///< The cast is used with a masked load/store. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 47 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/ |
D | TargetLibraryInfo.h | 47 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 D | WasmTranslator.cpp | 483 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 D | X86InstCombineIntrinsic.cpp | 1005 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 D | APFixedPoint.cpp | 47 APInt Masked(NewVal & Mask); in convert() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 379 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 D | TypePromotion.cpp | 666 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 D | TypePromotion.cpp | 637 Value *Masked = Builder.CreateAnd(Trunc->getOperand(0), Mask); in ConvertTruncs() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/ |
D | netip.go | 1387 func (p Prefix) Masked() Prefix { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 184 Value *Masked, *ShiftShAmt; in dropRedundantMaskingOfLeftShiftInput() local
|
H A D | InstCombineAndOrXor.cpp | 889 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 D | InstCombineShifts.cpp | 190 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 D | canvas.rs | 28 Masked(Color), enumerator
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1698 Value *Masked = nullptr; in FoldOrOfICmps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1147 Masked, ///< The cast is used with a masked load/store. enumerator
|