Searched refs:OperandFlags (Results 1 – 2 of 2) sorted by relevance
39 enum OperandFlags { enum
10333 unsigned char OperandFlags, bool LocalDynamic = false) { in GetTLSADDR() argument10340 OperandFlags); in GetTLSADDR()10410 unsigned char OperandFlags = X86II::MO_DTPOFF; in LowerToTLSLocalDynamicModel() local10414 GA->getOffset(), OperandFlags); in LowerToTLSLocalDynamicModel()10435 unsigned char OperandFlags = 0; in LowerToTLSExecModel() local10440 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerToTLSExecModel()10443 OperandFlags = X86II::MO_GOTTPOFF; in LowerToTLSExecModel()10446 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()10457 GA->getOffset(), OperandFlags); in LowerToTLSExecModel()