Lines Matching refs:InReg
1145 bool shouldAggregateUseDirect(QualType Ty, CCState &State, bool &InReg,
1689 bool &InReg, in shouldAggregateUseDirect() argument
1698 InReg = !IsMCUABI; in shouldAggregateUseDirect()
1820 bool InReg; in classifyArgumentType() local
1821 if (shouldAggregateUseDirect(Ty, State, InReg, NeedsPadding)) { in classifyArgumentType()
1825 if (InReg) in classifyArgumentType()
1882 bool InReg = shouldPrimitiveUseInReg(Ty, State); in classifyArgumentType() local
1885 if (InReg) in classifyArgumentType()
1892 if (InReg) in classifyArgumentType()
1899 if (InReg) in classifyArgumentType()
8820 bool InReg = shouldUseInReg(Ty, State); in classifyArgumentType() local
8828 if (InReg) in classifyArgumentType()
8832 if (InReg) in classifyArgumentType()
9422 bool InReg; member
9425 : Context(c), DL(dl), Size(0), InReg(false) {} in CoerceBuilder()
9460 InReg = true; in addFloat()
9560 if (CB.InReg) in classifyType()