Searched defs:isTargetGA (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1262 EVT VT, int64_t Offset, bool isTargetGA,
1264 assert((TargetFlags == 0 || isTargetGA) &&
1274 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress;
1276 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress;
1261 getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT, int64_t Offset, bool isTargetGA, unsigned char TargetFlags) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1042 bool isTargetGA,
1044 assert((TargetFlags == 0 || isTargetGA) &&
1062 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress;
1064 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress;
1040 getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT, int64_t Offset, bool isTargetGA, unsigned char TargetFlags) argument

Completed in 187 milliseconds