OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addrspace
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CodeGen/
atomic.c
110
// CHECK: @
addrspace
111
void
addrspace
(int __attribute__((address_space(256))) * P) {
function
113
// CHECK: cmpxchg i32
addrspace
(256)*{{.*}}, i32 0, i32 1 seq_cst
116
// CHECK: cmpxchg i32
addrspace
(256)*{{.*}}, i32 0, i32 1 seq_cst
119
// CHECK: atomicrmw xor i32
addrspace
(256)*{{.*}}, i32 123 seq_cst
/external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp
111
unsigned &
AddrSpace
) const {
117
AddrSpace
= getLdStCodeAddrSpace(MI);
122
unsigned &
AddrSpace
) const {
128
AddrSpace
= getLdStCodeAddrSpace(MI);
133
unsigned
addrspace
= 0;
local
136
if (isLoadInstr(*MI,
addrspace
))
137
if (
addrspace
== NVPTX::PTXLdStInstCode::SHARED)
139
if (isStoreInstr(*MI,
addrspace
))
140
if (
addrspace
== NVPTX::PTXLdStInstCode::SHARED)
/external/clang/lib/AST/
TypePrinter.cpp
1502
OS <<
addrspace
;
local
[
all
...]
/external/clang/lib/CodeGen/
CGAtomic.cpp
1047
unsigned
addrspace
=
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h
163
unsigned char
addrspace
;
162
unsigned char
addrspace
;
member in struct:mem_attrs
[
all
...]
Completed in 474 milliseconds