Lines Matching refs:InReg
1189 bool shouldAggregateUseDirect(QualType Ty, CCState &State, bool &InReg,
1742 bool &InReg, in shouldAggregateUseDirect() argument
1751 InReg = !IsMCUABI; in shouldAggregateUseDirect()
1873 bool InReg; in classifyArgumentType() local
1874 if (shouldAggregateUseDirect(Ty, State, InReg, NeedsPadding)) { in classifyArgumentType()
1878 if (InReg) in classifyArgumentType()
1935 bool InReg = shouldPrimitiveUseInReg(Ty, State); in classifyArgumentType() local
1938 if (InReg) in classifyArgumentType()
1945 if (InReg) in classifyArgumentType()
1952 if (InReg) in classifyArgumentType()
9033 bool InReg = shouldUseInReg(Ty, State); in classifyArgumentType() local
9041 if (InReg) in classifyArgumentType()
9045 if (InReg) in classifyArgumentType()
9673 bool InReg; member
9676 : Context(c), DL(dl), Size(0), InReg(false) {} in CoerceBuilder()
9711 InReg = true; in addFloat()
9811 if (CB.InReg) in classifyType()