Searched refs:IsSimple (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h30 bool IsSimple; member in struct:llvm::DefaultDOTGraphTraits
34 return IsSimple;
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h29 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
56 ViewGraph(Graph, Name, IsSimple, Title);
71 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
105 WriteGraph(File, Graph, IsSimple, Title);
123 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
134 ViewGraph(Graph, Name, IsSimple, Title);
149 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
167 WriteGraph(File, Graph, IsSimple, Title);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h79 bool shouldTailDuplicate(bool IsSimple, MachineBasicBlock &TailBB);
92 bool IsSimple, MachineBasicBlock *MBB,
120 bool tailDuplicate(bool IsSimple,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp151 /// \p IsSimple - return value of isSimpleBB
159 bool IsSimple, MachineBasicBlock *MBB,
170 if (!tailDuplicate(IsSimple, MBB, ForcedLayoutPred,
283 bool IsSimple = isSimpleBB(MBB); local
285 if (!shouldTailDuplicate(IsSimple, *MBB))
288 MadeChange |= tailDuplicateAndUpdate(IsSimple, MBB, nullptr);
551 bool TailDuplicator::shouldTailDuplicate(bool IsSimple, argument
671 if (IsSimple)
808 /// \p IsSimple result of isSimpleBB
816 bool TailDuplicator::tailDuplicate(bool IsSimple, MachineBasicBloc argument
158 tailDuplicateAndUpdate( bool IsSimple, MachineBasicBlock *MBB, MachineBasicBlock *ForcedLayoutPred, SmallVectorImpl<MachineBasicBlock*> *DuplicatedPreds, function_ref<void(MachineBasicBlock *)> *RemovalCallback, SmallVectorImpl<MachineBasicBlock *> *CandidatePtr) argument
[all...]
H A DMachineBlockPlacement.cpp730 bool IsSimple = TailDup.isSimpleBB(BB); local
734 return TailDup.shouldTailDuplicate(IsSimple, *BB);
3039 bool IsSimple = TailDup.isSimpleBB(BB); local
3050 TailDup.tailDuplicateAndUpdate(IsSimple, BB, LPred, &DuplicatedPreds,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp241 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
277 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
346 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
368 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
467 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
474 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
907 bool IsSimple = (NumOutputs != 0 || NumInputs != 0);
919 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
H A DSemaConcept.cpp1016 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
1019 Requirement(IsSimple ? RK_Simple : RK_Compound, Status == SS_Dependent,
1026 assert((!IsSimple || (Req.isEmpty() && NoexceptLoc.isInvalid())) &&
1034 SubstitutionDiagnostic *ExprSubstDiag, bool IsSimple,
1036 Requirement(IsSimple ? RK_Simple : RK_Compound, Req.isDependent(),
1040 assert((!IsSimple || (Req.isEmpty() && NoexceptLoc.isInvalid())) &&
H A DSemaExprCXX.cpp8441 return BuildExprRequirement(E, /*IsSimple=*/true,
8478 return BuildExprRequirement(E, /*IsSimple=*/false, NoexceptLoc,
8509 return BuildExprRequirement(E, /*IsSimple=*/false, NoexceptLoc, {});
8517 E, /*IsSimple=*/false, NoexceptLoc,
8523 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
8560 return new (Context) concepts::ExprRequirement(E, IsSimple, NoexceptLoc,
8568 bool IsSimple, SourceLocation NoexceptLoc,
8571 IsSimple, NoexceptLoc,
H A DTreeTransform.h1420 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
1427 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,
3283 concepts::Requirement::SubstitutionDiagnostic *SubstDiag, bool IsSimple,
3286 return SemaRef.BuildExprRequirement(SubstDiag, IsSimple, NoexceptLoc,
3291 RebuildExprRequirement(Expr *E, bool IsSimple, SourceLocation NoexceptLoc, argument
3293 return SemaRef.BuildExprRequirement(E, IsSimple, NoexceptLoc,
3282 RebuildExprRequirement( concepts::Requirement::SubstitutionDiagnostic *SubstDiag, bool IsSimple, SourceLocation NoexceptLoc, concepts::ExprRequirement::ReturnTypeRequirement Ret) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1718 if (!Frame.IsSimple) {
1824 unsigned LSDAEncoding, bool IsSignalFrame, bool IsSimple,
1828 IsSimple(IsSimple), RAReg(RAReg), IsBKeyFrame(IsBKeyFrame) {}
1834 IsSimple(Frame.IsSimple), RAReg(Frame.RAReg),
1845 IsSignalFrame, IsSimple, RAReg) <
1848 Other.IsSimple, Other.RAReg);
1855 bool IsSimple; member in struct:__anon3715::CIEKey
1871 Key.IsSignalFrame, Key.IsSimple, Ke
1823 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, unsigned LSDAEncoding, bool IsSignalFrame, bool IsSimple, unsigned RAReg, bool IsBKeyFrame) argument
[all...]
H A DMCStreamer.cpp417 void MCStreamer::emitCFIStartProc(bool IsSimple, SMLoc Loc) { argument
423 Frame.IsSimple = IsSimple;
H A DMCAsmStreamer.cpp1619 if (Frame.IsSimple)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp494 explicit DOTGraphTraits(bool IsSimple = false)
495 : DefaultDOTGraphTraits(IsSimple) {}
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h338 /// \param IsSimple whether this was a simple requirement in source.
344 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
352 /// \param IsSimple whether this was a simple requirement in source.
357 ExprRequirement(SubstitutionDiagnostic *E, bool IsSimple,
H A DStmt.h2768 bool IsSimple; member in class:clang::AsmStmt
2782 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
2793 bool isSimple() const { return IsSimple; }
2794 void setSimple(bool V) { IsSimple = V; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h631 bool IsSimple = false; member in struct:llvm::MCDwarfFrameInfo
H A DMCStreamer.h958 void emitCFIStartProc(bool IsSimple, SMLoc Loc = SMLoc());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2407 bool IsSimple = true; local
2413 IsSimple = false;
2422 if (IsSimple) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp218 bool IsSimple = isSimple(); local
220 if (IsSimple && VTSIsSimple)
224 bool HaveDefault = IsSimple || hasDefault();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4475 StmtResult ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,

Completed in 270 milliseconds