Searched refs:allowsRegister (Results 1 – 4 of 4) sorted by relevance
223 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()229 } else if (Info.requiresImmediateConstant() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()250 if (Info.allowsRegister()) { in ActOnGCCAsmStmt()460 OutputConstraintInfos[TiedTo].allowsRegister()) in ActOnGCCAsmStmt()
504 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()509 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
556 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister() function
1718 !Info.allowsRegister()) { in AddVariableConstraints()1733 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()1762 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()1922 if (Info.allowsRegister()) in EmitAsmStmt()