Home
last modified time | relevance | path

Searched defs:AddrSpace (Results 1 – 13 of 13) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h212 IntType getPtrDiffType(unsigned AddrSpace) const { in getPtrDiffType()
271 uint64_t getPointerWidth(unsigned AddrSpace) const { in getPointerWidth()
274 uint64_t getPointerAlign(unsigned AddrSpace) const { in getPointerAlign()
862 virtual uint64_t getPointerWidthV(unsigned AddrSpace) const { in getPointerWidthV()
865 virtual uint64_t getPointerAlignV(unsigned AddrSpace) const { in getPointerAlignV()
868 virtual enum IntType getPtrDiffTypeV(unsigned AddrSpace) const { in getPtrDiffTypeV()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp252 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier() local
416 void DataLayout::setPointerAlignment(uint32_t AddrSpace, unsigned ABIAlign, in setPointerAlignment()
H A DType.cpp749 PointerType::PointerType(Type *E, unsigned AddrSpace) in PointerType()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp181 unsigned int AddrSpace = GVType->getAddressSpace(); in getOrInsertCVTA() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp92 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace(); in EmitBinaryAtomic() local
127 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace(); in EmitBinaryAtomicPost() local
1007 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace(); in EmitBuiltinExpr() local
1036 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace(); in EmitBuiltinExpr() local
1133 unsigned AddrSpace = Ptr->getType()->getPointerAddressSpace(); in EmitBuiltinExpr() local
1219 unsigned AddrSpace = Ptr->getType()->getPointerAddressSpace(); in EmitBuiltinExpr() local
H A DCodeGenModule.cpp1746 unsigned AddrSpace = GetGlobalVarAddressSpace(D, Ty->getAddressSpace()); in GetOrCreateLLVMGlobal() local
1886 unsigned AddrSpace) { in GetGlobalVarAddressSpace()
2837 unsigned AddrSpace = 0; in GenerateStringLiteral() local
3009 unsigned AddrSpace = GetGlobalVarAddressSpace( in GetAddrOfGlobalTemporary() local
H A DCGDecl.cpp190 unsigned AddrSpace = in getOrCreateStaticVarDecl() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp347 unsigned AddrSpace = 0; in EncodeFixedType() local
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp672 unsigned AddrSpace = PTy->getAddressSpace(); in ParseAlias() local
736 unsigned AddrSpace; in ParseGlobal() local
1199 bool LLParser::ParseOptionalAddrSpace(unsigned &AddrSpace) { in ParseOptionalAddrSpace()
1752 unsigned AddrSpace; in ParseType() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIISelLowering.cpp303 unsigned AddrSpace, in allowsMisalignedMemoryAccesses()
1359 unsigned AddrSpace, in performSHLPtrCombine()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1332 unsigned AddrSpace = in SelectAddr() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2189 unsigned AddrSpace = in RewriteMemIntrinUserOfAlloca() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7745 unsigned AddrSpace = strtoul(Str, &End, 10); in DecodeTypeFromStr() local