HomeSort by relevance Sort by last modified time
    Searched defs:getAddressSpace (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/CodeGen/
Address.h 57 unsigned getAddressSpace() const {
58 return getType()->getAddressSpace();
94 return getBitCast(ty->getPointerTo(getAddressSpace()));
CGValue.h 314 unsigned getAddressSpace() const { return Quals.getAddressSpace(); }
  /external/spirv-llvm/lib/SPIRV/Mangler/
ParameterType.cpp 72 TypeAttributeEnum PointerType::getAddressSpace() const {
108 if (getAddressSpace() != p->getAddressSpace()) {
  /external/llvm/include/llvm/IR/
DerivedTypes.h 466 inline unsigned getAddressSpace() const { return getSubclassData(); }
475 return cast<PointerType>(getScalarType())->getAddressSpace();
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 445 inline unsigned getAddressSpace() const { return getSubclassData(); }
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 406 ID.AddInteger(GA->getAddressSpace());
    [all...]
  /external/clang/include/clang/AST/
Type.h 198 if (L.getAddressSpace() == R.getAddressSpace()) {
199 Q.setAddressSpace(L.getAddressSpace());
334 unsigned getAddressSpace() const { return Mask >> AddressSpaceShift; }
388 addAddressSpace(Q.getAddressSpace());
408 if (getAddressSpace() == Q.getAddressSpace())
416 assert(getAddressSpace() == qs.getAddressSpace() ||
435 getAddressSpace() == other.getAddressSpace() |
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 354 milliseconds