Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h459 int64_t offset = 0, bool isTargetGA = false,
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1244 bool isTargetGA, in getGlobalAddress() argument
1246 assert((TargetFlags == 0 || isTargetGA) && in getGlobalAddress()
1256 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
1258 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()