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()
8774 bool InReg = shouldUseInReg(Ty, State); in classifyArgumentType() local
8782 if (InReg) in classifyArgumentType()
8786 if (InReg) in classifyArgumentType()
9376 bool InReg; member
9379 : Context(c), DL(dl), Size(0), InReg(false) {} in CoerceBuilder()
9414 InReg = true; in addFloat()
9514 if (CB.InReg) in classifyType()