Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp225 bool IsFirst = true; in appendAttributeMangling() local
227 IsFirst = false; in appendAttributeMangling()
232 if (!IsFirst) in appendAttributeMangling()
234 IsFirst = false; in appendAttributeMangling()
H A DCodeGenTBAA.cpp465 bool IsFirst = IsBE ? Info.StorageSize - (Info.Offset + Info.Size) == 0 in CollectFields() local
467 if (!IsFirst) in CollectFields()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp594 bool IsFirst = true; in print() local
596 if (!IsFirst) in print()
599 IsFirst = false; in print()
781 bool IsFirst = true; in print() local
784 if (!IsFirst) in print()
787 IsFirst = false; in print()
801 bool IsFirst = true; in print() local
805 if (!IsFirst) in print()
807 IsFirst = false; in print()
H A DTargetPassConfig.cpp660 bool IsFirst = true; in getLimitedCodeGenPipelineReason() local
663 if (!IsFirst) in getLimitedCodeGenPipelineReason()
665 IsFirst = false; in getLimitedCodeGenPipelineReason()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp143 bool IsFirst = true; in print() local
146 if (IsFirst) in print()
147 IsFirst = false; in print()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp127 bool IsFirst = true; in sortPropertyAttributes() local
129 if (IsFirst) in sortPropertyAttributes()
130 IsFirst = false; in sortPropertyAttributes()
H A DUnwrappedLineFormatter.cpp562 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) { in tryFitMultipleLinesInOne()
1487 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst; in format()
1537 if (Newlines == 0 && !RootToken.IsFirst) in computeNewlines()
1539 if (RootToken.IsFirst && in computeNewlines()
H A DWhitespaceManager.cpp62 IsAligned, InPPDirective && !Tok.IsFirst, in replaceWhitespace()
73 /*IsAligned=*/false, InPPDirective && !Tok.IsFirst, in addUntouchableToken()
99 /*IsAligned=*/true, InPPDirective && !Tok.IsFirst, in replaceWhitespaceInToken()
H A DFormatTokenLexer.cpp1085 String->IsFirst = Macro->IsFirst; in tryMerge_TMacro()
1250 FormatTok->IsFirst = IsFirstToken; in getNextToken()
H A DFormatToken.h308 : HasUnescapedNewline(false), IsMultiline(false), IsFirst(false), in FormatToken()
345 unsigned IsFirst : 1; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp23 bool IsFirst = true; in printChunks() local
25 if (!IsFirst) in printChunks()
28 IsFirst = false; in printChunks()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp146 bool IsFirst = true; in emitComments() local
148 if (!IsFirst) in emitComments()
156 IsFirst = false; in emitComments()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp678 bool IsFirst = !(PP->getPrevNode()); in getMustBeExecutedPrevInstruction() local
680 << (IsFirst ? " [IsFirst]" : "") << "\n"); in getMustBeExecutedPrevInstruction()
684 if (!ExploreInterBlock && IsFirst) { in getMustBeExecutedPrevInstruction()
694 if (!IsFirst) { in getMustBeExecutedPrevInstruction()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp529 bool IsFirst = true; in addTocDataOptions() local
531 if (!IsFirst) in addTocDataOptions()
534 IsFirst = false; in addTocDataOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp220 bool IsFirst = true; in repairReg() local
224 if (IsFirst) in repairReg()
230 IsFirst = false; in repairReg()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp870 bool IsFirst = true; in HandlePragma() local
872 Callbacks->HandleWhitespaceBeforeTok(PragmaTok, /*RequireSpace=*/IsFirst, in HandlePragma()
874 IsFirst = false; in HandlePragma()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h179 void setBundleGroupBeforeFirstInst(bool IsFirst) { in setBundleGroupBeforeFirstInst() argument
180 BundleGroupBeforeFirstInst = IsFirst; in setBundleGroupBeforeFirstInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1301 bool IsFirst = true; in emitFunctionParamList() local
1315 if (!IsFirst) in emitFunctionParamList()
1318 IsFirst = false; in emitFunctionParamList()
1444 if (!IsFirst) in emitFunctionParamList()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1655 CharSourceRange Range, bool IsFirst) { in maybeDiagnoseIDCharCompat() argument
1671 } else if (IsFirst && C99DisallowedInitialIDChars.contains(C)) { in maybeDiagnoseIDCharCompat()
1760 CharSourceRange Range, bool IsFirst) { in diagnoseInvalidUnicodeCodepointInIdentifier() argument
1769 if ((IsFirst && IsIDStart) || (!IsFirst && IsIDContinue)) in diagnoseInvalidUnicodeCodepointInIdentifier()
1772 bool InvalidOnlyAtStart = IsFirst && !IsIDStart && IsIDContinue; in diagnoseInvalidUnicodeCodepointInIdentifier()
1774 if (!IsFirst || InvalidOnlyAtStart) { in diagnoseInvalidUnicodeCodepointInIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc556 bool IsFirst = true;
568 IsFirst ? MainExecutableName : Info->dlpi_name);
584 IsFirst = false;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp1844 bool IsFirst = true; in EmitAnyX86InstComments() local
1847 if (!IsFirst) in EmitAnyX86InstComments()
1850 IsFirst = false; in EmitAnyX86InstComments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3133 bool NeedsWinCFI, bool IsFirst, in invalidateWindowsRegisterPairing() argument
3154 (Reg1 - AArch64::X19) % 2 == 0 && Reg2 == AArch64::LR && !IsFirst) in invalidateWindowsRegisterPairing()
3165 bool NeedsFrameRecord, bool IsFirst, in invalidateRegisterPairing() argument
3168 return invalidateWindowsRegisterPairing(Reg1, Reg2, NeedsWinCFI, IsFirst, in invalidateRegisterPairing()
3305 bool IsFirst = i == FirstReg; in computeCalleeSaveRegisterPairs() local
3310 NeedsWinCFI, NeedsFrameRecord, IsFirst, in computeCalleeSaveRegisterPairs()
3317 IsFirst, TRI)) in computeCalleeSaveRegisterPairs()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp591 bool IsFirst = true; in emitLOHDirective() local
593 if (!IsFirst) in emitLOHDirective()
595 IsFirst = false; in emitLOHDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1500 bool IsFirst = true; in printShuffleMask() local
1503 if (!IsFirst) in printShuffleMask()
1506 IsFirst = false; in printShuffleMask()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2754 bool IsFirst = true; in VisitOMPXAttributeClause() local
2756 if (!IsFirst) in VisitOMPXAttributeClause()
2759 IsFirst = false; in VisitOMPXAttributeClause()

12