Searched refs:OperandFlags (Results 1 – 2 of 2) sorted by relevance
39 enum OperandFlags { enum
13374 unsigned char OperandFlags, bool LocalDynamic = false) { in GetTLSADDR() argument13381 OperandFlags); in GetTLSADDR()13452 unsigned char OperandFlags = X86II::MO_DTPOFF; in LowerToTLSLocalDynamicModel() local13456 GA->getOffset(), OperandFlags); in LowerToTLSLocalDynamicModel()13477 unsigned char OperandFlags = 0; in LowerToTLSExecModel() local13482 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerToTLSExecModel()13485 OperandFlags = X86II::MO_GOTTPOFF; in LowerToTLSExecModel()13488 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()13499 GA->getOffset(), OperandFlags); in LowerToTLSExecModel()