Lines Matching refs:InReg
924 bool shouldAggregateUseDirect(QualType Ty, CCState &State, bool &InReg,
1430 bool &InReg, in shouldAggregateUseDirect() argument
1439 InReg = !IsMCUABI; in shouldAggregateUseDirect()
1523 bool InReg; in classifyArgumentType() local
1524 if (shouldAggregateUseDirect(Ty, State, InReg, NeedsPadding)) { in classifyArgumentType()
1528 if (InReg) in classifyArgumentType()
1572 bool InReg = shouldPrimitiveUseInReg(Ty, State); in classifyArgumentType() local
1575 if (InReg) in classifyArgumentType()
1580 if (InReg) in classifyArgumentType()
6852 bool InReg = shouldUseInReg(Ty, State); in classifyArgumentType() local
6854 if (InReg) in classifyArgumentType()
6858 if (InReg) in classifyArgumentType()
7012 bool InReg; member
7015 : Context(c), DL(dl), Size(0), InReg(false) {} in CoerceBuilder()
7050 InReg = true; in addFloat()
7146 if (CB.InReg) in classifyType()