Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h353 int64_t offset = 0, bool isTargetGA = false,
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h525 int64_t offset = 0, bool isTargetGA = false,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1042 bool isTargetGA, in getGlobalAddress() argument
1044 assert((TargetFlags == 0 || isTargetGA) && in getGlobalAddress()
1062 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
1064 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1262 EVT VT, int64_t Offset, bool isTargetGA, in getGlobalAddress() argument
1264 assert((TargetFlags == 0 || isTargetGA) && in getGlobalAddress()
1274 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
1276 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()