Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h760 bool isTargetGA = false,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1887 EVT VT, int64_t Offset, bool isTargetGA, in getGlobalAddress() argument
1889 assert((TargetFlags == 0 || isTargetGA) && in getGlobalAddress()
1899 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
1901 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()