Searched refs:Prefixed (Results 1 – 9 of 9) sorted by relevance
91 " Prefixed identifiers usually used for ssa values and symbols.94 " Prefixed identifiers usually used for blocks.97 " Prefixed identifiers usually used for types.100 " Prefixed identifiers usually used for attribute aliases and result numbers.
102 enum class EmitPrefix { Raw = 0, Prefixed = 1, Both = 2 }; enumerator
42 // TODO: Prefixed form overlaps with generated names, update before flipping.
11 # when we have prefixed instructions that may require alignment. Prefixed
73 // FIXME: Prefixed accessors overlap with builtin Operation members. Flip
70 Prefixed = 0x1 << (NewDef_Shift+1) enumerator295 return get(Opcode).TSFlags & PPCII::Prefixed; in isPrefixed()
138 bits<1> Prefixed = 1; // This is a prefixed instruction.139 let TSFlags{7} = Prefixed;2218 // Prefixed fpext to v2f64
45 bits<1> Prefixed = 0;46 let TSFlags{7} = Prefixed;
3265 // Prefixed instructions may require access to the above defs at a later