Searched refs:allowsRegister (Results 1 – 4 of 4) sorted by relevance
373 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()379 } else if (Info.requiresImmediateConstant() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()411 if (Info.allowsRegister()) { in ActOnGCCAsmStmt()627 OutputConstraintInfos[TiedTo].allowsRegister()) in ActOnGCCAsmStmt()
593 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()598 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
1776 !Info.allowsRegister()) { in AddVariableConstraints()1791 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()1822 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()1840 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()2021 if (Info.allowsRegister()) in EmitAsmStmt()
828 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister() function