Searched refs:allowsRegister (Results 1 – 4 of 4) sorted by relevance
396 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()409 if (Info.requiresImmediateConstant() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()429 if (Info.allowsRegister()) { in ActOnGCCAsmStmt()676 OutputConstraintInfos[TiedTo].allowsRegister()) { in ActOnGCCAsmStmt()
778 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()783 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
2170 !Info.allowsRegister()) { in AddVariableConstraints()2184 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()2211 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()2228 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()2434 const bool RequiresCast = Info.allowsRegister() && in EmitAsmStmt()2522 if (Info.allowsRegister() && (GCCReg.empty() || Info.earlyClobber())) in EmitAsmStmt()
1059 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister() function