Home
last modified time | relevance | path

Searched refs:atomic_type (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc312 llvm::Type* atomic_type = b_.getIntNTy(atomic_size); in EmitAtomicOperationUsingCAS() local
314 atomic_type->getPointerTo(output_address_type->getPointerAddressSpace()); in EmitAtomicOperationUsingCAS()
320 Alloca(atomic_type, /*ArraySize=*/nullptr, "cas_old_output_address"); in EmitAtomicOperationUsingCAS()
322 Alloca(atomic_type, /*ArraySize=*/nullptr, "cas_new_output_address"); in EmitAtomicOperationUsingCAS()
/external/elfutils/libdw/
Dknown-dwarf.h559 DWARF_ONE_KNOWN_DW_TAG (atomic_type, DW_TAG_atomic_type) \
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def170 HANDLE_DW_TAG(0x0047, atomic_type, 5, DWARF)