Searched refs:isTargetGA (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 353 int64_t offset = 0, bool isTargetGA = false,
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 525 int64_t offset = 0, bool isTargetGA = false,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 615 int64_t offset = 0, bool isTargetGA = false,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1042 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/ |
D | SelectionDAG.cpp | 1262 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1348 EVT VT, int64_t Offset, bool isTargetGA, in getGlobalAddress() argument 1350 assert((TargetFlags == 0 || isTargetGA) && in getGlobalAddress() 1360 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress() 1362 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
|