Home
last modified time | relevance | path

Searched refs:DestAddrSpace (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1229 unsigned DestAddrSpace;
1236 unsigned getDestAddressSpace() const { return DestAddrSpace; }
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp88 auto DestAddrSpace = getContext().getTargetAddressSpace(LangAS::Default); in CreateTempAlloca() local
97 Ty->getPointerTo(DestAddrSpace), /*non-null*/ true); in CreateTempAlloca()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8661 SrcAddrSpace(SrcAS), DestAddrSpace(DestAS) {} in AddrSpaceCastSDNode()