Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDSelectionDAG.h465 int64_t offset = 0, bool isTargetGA = false,
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp1299 bool isTargetGA, in getGlobalAddress() argument
1301 assert((TargetFlags == 0 || isTargetGA) && in getGlobalAddress()
1311 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
1313 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()