Home
last modified time | relevance | path

Searched defs:getAddrSpace (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h218 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); } in getAddrSpace() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp224 static unsigned getAddrSpace(StringRef R) { in getAddrSpace() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp958 unsigned MachinePointerInfo::getAddrSpace() const { return AddrSpace; } in getAddrSpace() function in MachinePointerInfo