Searched refs:allowsRegister (Results 1 – 4 of 4) sorted by relevance
390 if (Info.allowsMemory() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()396 } else if (Info.requiresImmediateConstant() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()422 if (Info.allowsRegister()) { in ActOnGCCAsmStmt()669 OutputConstraintInfos[TiedTo].allowsRegister()) in ActOnGCCAsmStmt()
642 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()647 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
2039 !Info.allowsRegister()) { in AddVariableConstraints()2056 if (Info.allowsRegister() || !Info.allowsMemory()) { in EmitAsmInputLValue()2087 if (!Info.allowsRegister() && !Info.allowsMemory()) { in EmitAsmInput()2103 if (Info.allowsRegister() || !Info.allowsMemory()) in EmitAsmInput()2293 if (Info.allowsRegister() && isScalarizableAggregate) { in EmitAsmStmt()2378 if (Info.allowsRegister() && (GCCReg.empty() || Info.earlyClobber())) in EmitAsmStmt()
973 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister() function