Searched refs:OperandFlags (Results 1 – 3 of 3) sorted by relevance
68 enum OperandFlags { enum
36 enum OperandFlags { enum
6517 unsigned char OperandFlags) { in GetTLSADDR() argument6524 OperandFlags); in GetTLSADDR()6577 unsigned char OperandFlags = 0; in LowerToTLSExecModel() local6582 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerToTLSExecModel()6585 OperandFlags = X86II::MO_GOTTPOFF; in LowerToTLSExecModel()6589 OperandFlags = X86II::MO_INDNTPOFF; in LowerToTLSExecModel()6596 GA->getOffset(), OperandFlags); in LowerToTLSExecModel()