Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:right

89   // FIXME: What is the right way to say this doesn't fit?  We should give
211 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) {
214 bool RightByref = right.Capture ? right.Capture->isByRef() : false;
217 left.Alignment >= right.Alignment)
219 else if (LeftByref && left.Alignment >= right.Alignment)
222 left.Alignment >= right.Alignment)
226 if (right.Lifetime == Qualifiers::OCL_Strong &&
227 right.Alignment >= left.Alignment)
229 else if (RightByref && right.Alignment >= left.Alignment)
231 else if (right.Lifetime == Qualifiers::OCL_Weak &&
232 right.Alignment >= left.Alignment)
235 RightValue = right.Alignment;
477 // aligned right. This algorithm is only guaranteed optimal if
524 // isn't aligned right.
555 /// right place in the stack.
968 // Cast the function pointer to the right type.
991 // addr should be a void** right now. Load, then cast the result
1683 // right arguments to make sure it doesn't get no-op'ed.