Searched refs:atomic_type (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 403 llvm::Type* atomic_type = b_.getIntNTy(atomic_size); in EmitAtomicOperationUsingCAS() local 405 atomic_type->getPointerTo(output_address_type->getPointerAddressSpace()); in EmitAtomicOperationUsingCAS() 411 atomic_type, "cas_old_output_address", &b_); in EmitAtomicOperationUsingCAS() 413 atomic_type, "cas_new_output_address", &b_); in EmitAtomicOperationUsingCAS()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTImporter.cpp | 709 if (const AtomicType *atomic_type = type->getAs<AtomicType>()) in RequireCompleteType() local 710 return RequireCompleteType(atomic_type->getPointeeType()); in RequireCompleteType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 193 HANDLE_DW_TAG(0x0047, atomic_type, 5, DWARF, DW_KIND_TYPE)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 206 HANDLE_DW_TAG(0x0047, atomic_type, 5, DWARF, DW_KIND_TYPE)
|