Home
last modified time | relevance | path

Searched defs:getAddressSpace (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypedPointerType.h42 unsigned getAddressSpace() const { return getSubclassData(); } in getAddressSpace() function
H A DInstructions.h105 unsigned getAddressSpace() const { getAddressSpace() function
H A DGlobalValue.h205 unsigned getAddressSpace() const { in getAddressSpace() function
H A DDerivedTypes.h679 inline unsigned getAddressSpace() const { return getSubclassData(); } in getAddressSpace() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.h65 template <typename T> AddressSpace getAddressSpace(T *V) { in getAddressSpace() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h69 unsigned getAddressSpace() const { return AddressSpace; } in getAddressSpace() function
H A DLowLevelType.h
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h68 unsigned getAddressSpace() const { getAddressSpace() function
H A DCGValue.h329 LangAS getAddressSpace() const { return Quals.getAddressSpace(); } getAddressSpace() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h134 uint32_t getAddressSpace() const { in getAddressSpace() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h675 unsigned getAddressSpace() const { getAddressSpace() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp523 unsigned X86TargetLowering::getAddressSpace() const { getAddressSpace() function in X86TargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12495 int32_t getAddressSpace() const override { getAddressSpace() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12385 unsigned GlobalAddressSDNode::getAddressSpace() const { getAddressSpace() function in GlobalAddressSDNode