Lines Matching refs:InReg
1048 bool shouldAggregateUseDirect(QualType Ty, CCState &State, bool &InReg,
1577 bool &InReg, in shouldAggregateUseDirect() argument
1586 InReg = !IsMCUABI; in shouldAggregateUseDirect()
1673 bool InReg; in classifyArgumentType() local
1674 if (shouldAggregateUseDirect(Ty, State, InReg, NeedsPadding)) { in classifyArgumentType()
1678 if (InReg) in classifyArgumentType()
1723 bool InReg = shouldPrimitiveUseInReg(Ty, State); in classifyArgumentType() local
1726 if (InReg) in classifyArgumentType()
1731 if (InReg) in classifyArgumentType()
7535 bool InReg = shouldUseInReg(Ty, State); in classifyArgumentType() local
7537 if (InReg) in classifyArgumentType()
7541 if (InReg) in classifyArgumentType()
8026 bool InReg; member
8029 : Context(c), DL(dl), Size(0), InReg(false) {} in CoerceBuilder()
8064 InReg = true; in addFloat()
8160 if (CB.InReg) in classifyType()