OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addressSpace
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp
106
static const char *getStateSpaceName(unsigned
addressSpace
) {
107
switch (
addressSpace
) {
/external/clang/lib/CodeGen/
CGExpr.cpp
34
unsigned
addressSpace
=
38
if (
addressSpace
)
39
destType = llvm::Type::getInt8PtrTy(getLLVMContext(),
addressSpace
);
[
all
...]
CGCall.cpp
636
unsigned
addressSpace
= Context.getTargetAddressSpace(ret);
637
argTypes.push_back(llvm::PointerType::get(ty,
addressSpace
));
[
all
...]
Completed in 1129 milliseconds