Searched defs:addrspace (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A Datomic.c99 // CHECK: @addrspace
100 void addrspace(int __attribute__((address_space(256))) * P) { function
102 // CHECK: cmpxchg i32 addrspace(256)*{{.*}}, i32 0, i32 1 seq_cst
105 // CHECK: cmpxchg i32 addrspace(256)*{{.*}}, i32 0, i32 1 seq_cst
108 // CHECK: atomicrmw xor i32 addrspace(256)*{{.*}}, i32 123 seq_cst
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp132 unsigned addrspace = 0; local
135 if (isLoadInstr(*MI, addrspace))
136 if (addrspace == NVPTX::PTXLdStInstCode::SHARED)
138 if (isStoreInstr(*MI, addrspace))
139 if (addrspace == NVPTX::PTXLdStInstCode::SHARED)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp55 static bool checkType(const Value *ptr, unsigned int addrspace);
176 bool AMDGPUDAGToDAGISel::checkType(const Value *ptr, unsigned int addrspace) { argument
181 return dyn_cast<PointerType>(ptrType)->getAddressSpace() == addrspace;
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp55 static bool checkType(const Value *ptr, unsigned int addrspace);
176 bool AMDGPUDAGToDAGISel::checkType(const Value *ptr, unsigned int addrspace) { argument
181 return dyn_cast<PointerType>(ptrType)->getAddressSpace() == addrspace;
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp65 static bool checkType(const Value *ptr, unsigned int addrspace);
596 bool AMDGPUDAGToDAGISel::checkType(const Value *ptr, unsigned int addrspace) { argument
601 return dyn_cast<PointerType>(ptrType)->getAddressSpace() == addrspace;
/external/clang/lib/AST/
H A DTypePrinter.cpp1446 if (unsigned addrspace = getAddressSpace()) {
1450 switch (addrspace) {
1462 OS << addrspace; local
/external/clang/lib/CodeGen/
H A DCGAtomic.cpp710 unsigned addrspace = local
714 return CGF.Builder.CreateBitCast(addr, ty->getPointerTo(addrspace));

Completed in 356 milliseconds