Lines Matching refs:If

28 /// CCIfType - If the current argument is one of the specified types, apply
34 /// CCIf - If the predicate matches, apply A.
39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply
44 /// CCIfPreallocated - If the current argument has Preallocated parameter attribute,
49 /// CCIfSwiftSelf - If the current argument has swiftself parameter attribute,
54 /// CCIfSwiftAsync - If the current argument has swiftasync parameter attribute,
59 /// CCIfSwiftError - If the current argument has swifterror parameter attribute,
64 /// CCIfCFGuardTarget - If the current argument has cfguardtarget parameter
69 /// CCIfConsecutiveRegs - If the current argument has InConsecutiveRegs
78 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply
82 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply
86 /// CCIfSplit - If this argument is marked with the 'split' attribute, apply
90 /// CCIfSRet - If this argument is marked with the 'sret' attribute, apply
94 /// CCIfVarArg - If the current function is vararg - apply the action
97 /// CCIfNotVarArg - If the current function is not vararg - apply the action
100 /// CCIfPtrAddrSpace - If the top-level parent of the current argument has
105 /// CCIfPtr - If the top-level parent of the current argument had
110 /// list that is still available. If so, it assigns the value to the first
125 /// stack slot of the specified size and alignment on the stack. If size is
161 /// CCPromoteToType - If applied, this promotes the specified current value to
167 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified current
173 /// CCBitConvertToType - If applied, this bitconverts the specified current
179 /// CCTruncToType - If applied, this truncates the specified current value to
185 /// CCPassIndirect - If applied, this stores the value to stack and passes the pointer
202 /// If true, this calling convention will be emitted as externally visible in