Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h715 int64_t offset = 0, bool isTargetGA = false,
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1708 EVT VT, int64_t Offset, bool isTargetGA, in getGlobalAddress() argument
1710 assert((TargetFlags == 0 || isTargetGA) && in getGlobalAddress()
1720 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
1722 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()