Searched refs:MinNopLen (Results 1 – 2 of 2) sorted by relevance
191 const unsigned MinNopLen = 4; in shouldInsertExtraNopBytesForCodeAlign() local192 if (AF.getMaxBytesToEmit() < MinNopLen) in shouldInsertExtraNopBytesForCodeAlign()194 Size = AF.getAlignment().value() - MinNopLen; in shouldInsertExtraNopBytesForCodeAlign()195 return AF.getAlignment() > MinNopLen; in shouldInsertExtraNopBytesForCodeAlign()
926 unsigned MinNopLen = STI->hasFeature(RISCV::FeatureStdExtZca) ? 2 : 4; in shouldInsertExtraNopBytesForCodeAlign() local928 if (AF.getAlignment() <= MinNopLen) { in shouldInsertExtraNopBytesForCodeAlign()931 Size = AF.getAlignment().value() - MinNopLen; in shouldInsertExtraNopBytesForCodeAlign()