Home
last modified time | relevance | path

Searched refs:IsFirst (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp144 bool IsFirst = true; in EmitInstrDocs() local
146 if (!IsFirst) in EmitInstrDocs()
149 IsFirst = false; in EmitInstrDocs()
195 bool IsFirst = true; in EmitInstrDocs() local
197 if (!IsFirst) in EmitInstrDocs()
200 IsFirst = false; in EmitInstrDocs()
208 bool IsFirst = true; in EmitInstrDocs() local
210 if (!IsFirst) in EmitInstrDocs()
213 IsFirst = false; in EmitInstrDocs()
225 if (!IsFirst) in EmitInstrDocs()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp101 bool IsFirst = true; in print() local
109 if (!IsFirst) in print()
112 IsFirst = false; in print()
H A DRegisterBankInfo.cpp539 bool IsFirst = true; in print() local
541 if (!IsFirst) in print()
544 IsFirst = false; in print()
721 bool IsFirst = true; in print() local
724 if (!IsFirst) in print()
727 IsFirst = false; in print()
741 bool IsFirst = true; in print() local
745 if (!IsFirst) in print()
747 IsFirst = false; in print()
H A DRegBankSelect.cpp171 bool IsFirst = true; in repairReg() local
175 if (IsFirst) in repairReg()
181 IsFirst = false; in repairReg()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSection.h137 void setBundleGroupBeforeFirstInst(bool IsFirst) {
138 BundleGroupBeforeFirstInst = IsFirst;
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp143 bool IsFirst = true; in emitComments() local
145 if (!IsFirst) in emitComments()
153 IsFirst = false; in emitComments()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp55 InPPDirective && !Tok.IsFirst, in replaceWhitespace()
66 InPPDirective && !Tok.IsFirst, in addUntouchableToken()
86 InPPDirective && !Tok.IsFirst, /*IsInsideToken=*/true)); in replaceWhitespaceInToken()
H A DFormatTokenLexer.cpp378 String->IsFirst = Macro->IsFirst; in tryMerge_TMacro()
485 FormatTok->IsFirst = IsFirstToken; in getNextToken()
H A DUnwrappedLineFormatter.cpp378 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) { in tryFitMultipleLinesInOne()
1105 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst; in format()
1160 if (Newlines == 0 && !RootToken.IsFirst) in formatFirstToken()
1162 if (RootToken.IsFirst && !RootToken.HasUnescapedNewline) in formatFirstToken()
H A DFormatToken.h160 bool IsFirst = false; member
H A DUnwrappedLineParser.cpp2603 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) { in distributeComments()
2620 (FormatTok->HasUnescapedNewline || FormatTok->IsFirst)) { in readToken()
H A DTokenAnnotator.cpp976 bool IsFirstToken = CurrentToken->IsFirst; in parsePreprocessorDirective()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp473 bool IsFirst = true; in getLimitedCodeGenPipelineReason() local
476 if (!IsFirst) in getLimitedCodeGenPipelineReason()
478 IsFirst = false; in getLimitedCodeGenPipelineReason()
/freebsd-12.1/contrib/llvm/lib/Target/X86/InstPrinter/
H A DX86InstComments.cpp1291 bool IsFirst = true; in EmitAnyX86InstComments() local
1294 if (!IsFirst) in EmitAnyX86InstComments()
1297 IsFirst = false; in EmitAnyX86InstComments()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp465 bool IsFirst = true; in EmitLOHDirective() local
467 if (!IsFirst) in EmitLOHDirective()
469 IsFirst = false; in EmitLOHDirective()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1464 bool IsFirst = true; in getShuffleComment() local
1467 if (!IsFirst) in getShuffleComment()
1470 IsFirst = false; in getShuffleComment()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp864 bool IsFirst = true; in print() local
866 if (IsFirst) { in print()
867 IsFirst = false; in print()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2036 bool IsFirst = true; in generateParsingHelpers() local
2038 if (!IsFirst) in generateParsingHelpers()
2040 IsFirst = false; in generateParsingHelpers()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp927 bool IsFirst = true; in AppendTargetMangling() local
930 IsFirst = false; in AppendTargetMangling()
935 if (!IsFirst) in AppendTargetMangling()
937 IsFirst = false; in AppendTargetMangling()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1466 CharSourceRange Range, bool IsFirst) { in maybeDiagnoseIDCharCompat() argument
1482 } else if (IsFirst && C99DisallowedInitialIDChars.contains(C)) { in maybeDiagnoseIDCharCompat()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1794 bool IsFirst = true; in PrintActions1() local
1801 if (!IsFirst) in PrintActions1()
1816 IsFirst = false; in PrintActions1()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6490 bool IsFirst = true; in checkFormatStringExpr() local
6497 if (IsFirst) { in checkFormatStringExpr()
6499 IsFirst = false; in checkFormatStringExpr()
6502 if (!IsFirst) in checkFormatStringExpr()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp6804 bool IsFirst = true; in emitComments() local
6806 if (!IsFirst) in emitComments()
6814 IsFirst = false; in emitComments()