Lines Matching full:specified
29 /// CCIfType - If the current argument is one of the specified types, apply
65 /// the specified action.
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
86 /// CCAssignToReg - This action matches if there is a register in the specified
102 /// stack slot of the specified size and alignment on the stack. If size is
129 /// CCPromoteToType - If applied, this promotes the specified current value to
130 /// the specified type.
135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified current
136 /// value to the specified type and shifts the value into the upper bits.
141 /// CCBitConvertToType - If applied, this bitconverts the specified current
142 /// value to the specified type.
153 /// CCDelegateTo - This action invokes the specified sub-calling-convention. It
154 /// is successful if the specified CC matches.