Home
last modified time | relevance | path

Searched defs:AtomType (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp41 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h32 typedef uint16_t AtomType; typedef
/aosp_15_r20/frameworks/proto_logging/stats/stats_log_api_gen/
H A DCollation.h52 enum AtomType { ATOM_TYPE_PUSHED, ATOM_TYPE_PULLED }; enum
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h96 using AtomType = uint16_t; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h96 using AtomType = uint16_t; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h105 using AtomType = uint16_t; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h105 using AtomType = uint16_t; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h105 using AtomType = uint16_t; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h105 using AtomType = uint16_t; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp72 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp73 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dir.rs2407 pub enum AtomType { enum
2417 impl AtomType { implementation
2418 pub fn F(bits: u8) -> AtomType { in F()
2427 pub fn U(bits: u8) -> AtomType { in U()
2435 pub fn I(bits: u8) -> AtomType { in I()
2452 impl fmt::Display for AtomType { implementation
H A Dfrom_nir.rs1866 fn get_atomic_type(&self, intrin: &nir_intrinsic_instr) -> AtomType { in get_atomic_type()
H A Dsm50.rs2440 atom_type: AtomType, in atom_src_as_ssa()
H A Dsm70.rs2822 fn set_atom_type(&mut self, range: Range<usize>, atom_type: AtomType) { in set_atom_type()