Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp586 bool IsFirst = true; in print() local
588 if (!IsFirst) in print()
591 IsFirst = false; in print()
768 bool IsFirst = true; in print() local
771 if (!IsFirst) in print()
774 IsFirst = false; in print()
788 bool IsFirst = true; in print() local
792 if (!IsFirst) in print()
794 IsFirst = false; in print()
H A DRegBankSelect.cpp220 bool IsFirst = true; in repairReg() local
224 if (IsFirst) in repairReg()
230 IsFirst = false; in repairReg()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h154 void setBundleGroupBeforeFirstInst(bool IsFirst) {
155 BundleGroupBeforeFirstInst = IsFirst;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp148 bool IsFirst = true; in emitComments() local
150 if (!IsFirst) in emitComments()
158 IsFirst = false; in emitComments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp768 bool IsFirst = !(PP->getPrevNode()); in getMustBeExecutedPrevInstruction() local
770 << (IsFirst ? " [IsFirst]" : "") << "\n"); in getMustBeExecutedPrevInstruction()
774 if (!ExploreInterBlock && IsFirst) { in getMustBeExecutedPrevInstruction()
784 if (!IsFirst) { in getMustBeExecutedPrevInstruction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp452 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) { in tryFitMultipleLinesInOne()
1213 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst; in format()
1270 if (Newlines == 0 && !RootToken.IsFirst) in formatFirstToken()
1272 if (RootToken.IsFirst && !RootToken.HasUnescapedNewline) in formatFirstToken()
H A DFormatTokenLexer.cpp729 String->IsFirst = Macro->IsFirst; in tryMerge_TMacro()
836 FormatTok->IsFirst = IsFirstToken; in getNextToken()
H A DWhitespaceManager.cpp57 IsAligned, InPPDirective && !Tok.IsFirst, in replaceWhitespace()
68 /*IsAligned=*/false, InPPDirective && !Tok.IsFirst, in addUntouchableToken()
88 /*IsAligned=*/true, InPPDirective && !Tok.IsFirst, in replaceWhitespaceInToken()
H A DFormatToken.h212 : HasUnescapedNewline(false), IsMultiline(false), IsFirst(false), in FormatToken()
246 unsigned IsFirst : 1; member
H A DUnwrappedLineParser.cpp3275 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) { in distributeComments()
3292 (FormatTok->HasUnescapedNewline || FormatTok->IsFirst)) { in readToken()
H A DTokenAnnotator.cpp1238 bool IsFirstToken = CurrentToken->IsFirst; in parsePreprocessorDirective()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp647 bool IsFirst = true; in getLimitedCodeGenPipelineReason() local
650 if (!IsFirst) in getLimitedCodeGenPipelineReason()
652 IsFirst = false; in getLimitedCodeGenPipelineReason()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2173 bool NeedsWinCFI, bool IsFirst) { in invalidateWindowsRegisterPairing() argument
2193 (Reg1 - AArch64::X19) % 2 == 0 && Reg2 == AArch64::LR && !IsFirst) in invalidateWindowsRegisterPairing()
2204 bool NeedsFrameRecord, bool IsFirst) { in invalidateRegisterPairing() argument
2206 return invalidateWindowsRegisterPairing(Reg1, Reg2, NeedsWinCFI, IsFirst); in invalidateRegisterPairing()
2306 bool IsFirst = i == FirstReg; in computeCalleeSaveRegisterPairs() local
2311 NeedsWinCFI, NeedsFrameRecord, IsFirst)) in computeCalleeSaveRegisterPairs()
2317 IsFirst)) in computeCalleeSaveRegisterPairs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp1441 bool IsFirst = true; in EmitAnyX86InstComments() local
1444 if (!IsFirst) in EmitAnyX86InstComments()
1447 IsFirst = false; in EmitAnyX86InstComments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp535 bool IsFirst = true; in emitLOHDirective() local
537 if (!IsFirst) in emitLOHDirective()
539 IsFirst = false; in emitLOHDirective()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1854 bool IsFirst = true; in getShuffleComment() local
1857 if (!IsFirst) in getShuffleComment()
1860 IsFirst = false; in getShuffleComment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp845 bool IsFirst = true; in print() local
847 if (IsFirst) { in print()
848 IsFirst = false; in print()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2111 bool IsFirst = true; in generateParsingHelpers() local
2113 if (!IsFirst) in generateParsingHelpers()
2115 IsFirst = false; in generateParsingHelpers()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1493 CharSourceRange Range, bool IsFirst) { in maybeDiagnoseIDCharCompat() argument
1509 } else if (IsFirst && C99DisallowedInitialIDChars.contains(C)) { in maybeDiagnoseIDCharCompat()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1214 bool IsFirst = true; in AppendTargetMangling() local
1217 IsFirst = false; in AppendTargetMangling()
1222 if (!IsFirst) in AppendTargetMangling()
1224 IsFirst = false; in AppendTargetMangling()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1966 bool IsFirst = true; local
1974 if (!IsFirst) in __anon1eb752b50802()
1985 IsFirst = false; in __anon1eb752b50802()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7706 bool IsFirst = true; in checkFormatStringExpr() local
7714 if (IsFirst) { in checkFormatStringExpr()
7716 IsFirst = false; in checkFormatStringExpr()
7719 if (!IsFirst) in checkFormatStringExpr()