Home
last modified time | relevance | path

Searched refs:isTargetGA (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h681 int64_t offset = 0, bool isTargetGA = false,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1546 EVT VT, int64_t Offset, bool isTargetGA, in getGlobalAddress() argument
1548 assert((TargetFlags == 0 || isTargetGA) && in getGlobalAddress()
1558 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
1560 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()