HomeSort by: relevance | last modified time | path
    Searched defs:getAddressSpace (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
Address.h 56 unsigned getAddressSpace() const {
57 return getType()->getAddressSpace();
93 return getBitCast(ty->getPointerTo(getAddressSpace()));
CGValue.h 316 LangAS getAddressSpace() const { return Quals.getAddressSpace(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 73 unsigned getAddressSpace() const { return AddressSpace; }
SelectionDAGNodes.h 1332 unsigned getAddressSpace() const {
1704 unsigned getAddressSpace() const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
LowLevelTypeImpl.h 71 ScalarTy.isPointer() ? ScalarTy.getAddressSpace() : 0};
178 unsigned getAddressSpace() const {
191 return pointer(getAddressSpace(), getScalarSizeInBits());
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp 112 unsigned GlobalValue::getAddressSpace() const {
114 return PtrTy->getAddressSpace();
505 return create(Aliasee->getValueType(), Aliasee->getAddressSpace(), Link, Name,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 677 inline unsigned getAddressSpace() const { return getSubclassData(); }
717 return cast<PointerType>(getScalarType())->getAddressSpace();
Instructions.h 1026 unsigned getAddressSpace() const {
5083 unsigned getAddressSpace() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 2485 unsigned X86TargetLowering::getAddressSpace() const {
2510 return SegmentOffset(IRB, 0x10, getAddressSpace());
2512 unsigned AddressSpace = getAddressSpace();
2590 return SegmentOffset(IRB, Offset, getAddressSpace());
2596 return SegmentOffset(IRB, 0x18, getAddressSpace());
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 224 if (L.getAddressSpace() == R.getAddressSpace()) {
225 Q.setAddressSpace(L.getAddressSpace());
361 LangAS getAddressSpace() const {
365 return isTargetAddressSpace(getAddressSpace());
369 auto Addr = getAddressSpace();
434 addAddressSpace(Q.getAddressSpace());
454 if (getAddressSpace() == Q.getAddressSpace())
462 assert(getAddressSpace() == qs.getAddressSpace() |
    [all...]

Completed in 96 milliseconds