Home
last modified time | relevance | path

Searched refs:IsSimple (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h29 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
56 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
71 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
105 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
123 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
134 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
149 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
167 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h32 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
59 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
74 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
108 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
126 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
137 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
152 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
170 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h31 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
58 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
73 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
107 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
125 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
136 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
151 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
169 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h31 bool IsSimple;
35 return IsSimple; in isSimple()
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDOTGraphTraits.h30 bool IsSimple;
34 return IsSimple; in isSimple()
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/external/llvm-project/llvm/include/llvm/Support/
DDOTGraphTraits.h30 bool IsSimple;
34 return IsSimple; in isSimple()
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/external/llvm/include/llvm/CodeGen/
DTailDuplicator.h52 bool shouldTailDuplicate(const MachineFunction &MF, bool IsSimple,
54 bool tailDuplicateAndUpdate(MachineFunction &MF, bool IsSimple,
79 bool tailDuplicate(MachineFunction &MF, bool IsSimple,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTailDuplicator.h78 bool shouldTailDuplicate(bool IsSimple, MachineBasicBlock &TailBB);
90 bool IsSimple, MachineBasicBlock *MBB,
117 bool tailDuplicate(bool IsSimple,
/external/llvm-project/llvm/include/llvm/CodeGen/
DTailDuplicator.h79 bool shouldTailDuplicate(bool IsSimple, MachineBasicBlock &TailBB);
92 bool IsSimple, MachineBasicBlock *MBB,
120 bool tailDuplicate(bool IsSimple,
/external/llvm/lib/CodeGen/
DTailDuplicator.cpp122 bool TailDuplicator::tailDuplicateAndUpdate(MachineFunction &MF, bool IsSimple, in tailDuplicateAndUpdate() argument
130 if (!tailDuplicate(MF, IsSimple, MBB, TDBBs, Copies)) in tailDuplicateAndUpdate()
239 bool IsSimple = isSimpleBB(MBB); in tailDuplicateBlocks() local
241 if (!shouldTailDuplicate(MF, IsSimple, *MBB)) in tailDuplicateBlocks()
244 MadeChange |= tailDuplicateAndUpdate(MF, IsSimple, MBB); in tailDuplicateBlocks()
507 bool IsSimple, in shouldTailDuplicate() argument
597 if (IsSimple) in shouldTailDuplicate()
722 bool TailDuplicator::tailDuplicate(MachineFunction &MF, bool IsSimple, in tailDuplicate() argument
731 if (IsSimple) in tailDuplicate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTailDuplicator.cpp159 bool IsSimple, MachineBasicBlock *MBB, in tailDuplicateAndUpdate() argument
169 if (!tailDuplicate(IsSimple, MBB, ForcedLayoutPred, TDBBs, Copies)) in tailDuplicateAndUpdate()
281 bool IsSimple = isSimpleBB(MBB); in tailDuplicateBlocks() local
283 if (!shouldTailDuplicate(IsSimple, *MBB)) in tailDuplicateBlocks()
286 MadeChange |= tailDuplicateAndUpdate(IsSimple, MBB, nullptr); in tailDuplicateBlocks()
549 bool TailDuplicator::shouldTailDuplicate(bool IsSimple, in shouldTailDuplicate() argument
659 if (IsSimple) in shouldTailDuplicate()
804 bool TailDuplicator::tailDuplicate(bool IsSimple, MachineBasicBlock *TailBB, in tailDuplicate() argument
814 if (IsSimple) in tailDuplicate()
/external/llvm-project/llvm/lib/CodeGen/
DTailDuplicator.cpp159 bool IsSimple, MachineBasicBlock *MBB, in tailDuplicateAndUpdate() argument
170 if (!tailDuplicate(IsSimple, MBB, ForcedLayoutPred, in tailDuplicateAndUpdate()
283 bool IsSimple = isSimpleBB(MBB); in tailDuplicateBlocks() local
285 if (!shouldTailDuplicate(IsSimple, *MBB)) in tailDuplicateBlocks()
288 MadeChange |= tailDuplicateAndUpdate(IsSimple, MBB, nullptr); in tailDuplicateBlocks()
551 bool TailDuplicator::shouldTailDuplicate(bool IsSimple, in shouldTailDuplicate() argument
671 if (IsSimple) in shouldTailDuplicate()
816 bool TailDuplicator::tailDuplicate(bool IsSimple, MachineBasicBlock *TailBB, in tailDuplicate() argument
829 if (IsSimple) in tailDuplicate()
/external/clang/test/Analysis/
Ddtor.cpp510 template <bool IsSimple, typename T>
516 const bool IsSimple = __is_trivial(T) && __is_same(T, U); in do_copy() local
517 copier<IsSimple, T>::do_copy(dest, src, count); in do_copy()
/external/llvm-project/clang/test/Analysis/
Ddtor.cpp510 template <bool IsSimple, typename T>
516 const bool IsSimple = __is_trivial(T) && __is_same(T, U); in do_copy() local
517 copier<IsSimple, T>::do_copy(dest, src, count); in do_copy()
/external/llvm/lib/MC/
DMCDwarf.cpp1021 bool IsSimple);
1264 bool IsSimple) { in EmitCIE() argument
1361 if (!IsSimple) { in EmitCIE()
1455 unsigned LsdaEncoding, bool IsSignalFrame, bool IsSimple) in CIEKey()
1458 IsSimple(IsSimple) {} in CIEKey()
1463 bool IsSimple; member
1474 Key.IsSignalFrame, Key.IsSimple)); in getHashValue()
1481 LHS.IsSimple == RHS.IsSimple; in isEqual()
1537 Frame.LsdaEncoding, Frame.IsSignalFrame, Frame.IsSimple); in Emit()
1542 Frame.LsdaEncoding, Frame.IsSimple); in Emit()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp241 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt() argument
277 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
346 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
368 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
467 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
474 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
907 bool IsSimple = (NumOutputs != 0 || NumInputs != 0); in ActOnMSAsmStmt() local
919 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple, in ActOnMSAsmStmt()
DSemaConcept.cpp1016 Expr *E, bool IsSimple, SourceLocation NoexceptLoc, in ExprRequirement() argument
1019 Requirement(IsSimple ? RK_Simple : RK_Compound, Status == SS_Dependent, in ExprRequirement()
1026 assert((!IsSimple || (Req.isEmpty() && NoexceptLoc.isInvalid())) && in ExprRequirement()
1034 SubstitutionDiagnostic *ExprSubstDiag, bool IsSimple, in ExprRequirement() argument
1036 Requirement(IsSimple ? RK_Simple : RK_Compound, Req.isDependent(), in ExprRequirement()
1040 assert((!IsSimple || (Req.isEmpty() && NoexceptLoc.isInvalid())) && in ExprRequirement()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1661 if (!Frame.IsSimple) { in EmitCIE()
1760 unsigned LSDAEncoding, bool IsSignalFrame, bool IsSimple, in CIEKey()
1764 IsSimple(IsSimple), RAReg(RAReg), IsBKeyFrame(IsBKeyFrame) {} in CIEKey()
1770 IsSimple(Frame.IsSimple), RAReg(Frame.RAReg), in CIEKey()
1781 IsSignalFrame, IsSimple, RAReg) < in operator <()
1784 Other.IsSimple, Other.RAReg); in operator <()
1791 bool IsSimple; member
1807 Key.IsSignalFrame, Key.IsSimple, Key.RAReg, Key.IsBKeyFrame)); in getHashValue()
1815 LHS.IsSimple == RHS.IsSimple && LHS.RAReg == RHS.RAReg && in isEqual()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp1718 if (!Frame.IsSimple) { in EmitCIE()
1824 unsigned LSDAEncoding, bool IsSignalFrame, bool IsSimple, in CIEKey()
1828 IsSimple(IsSimple), RAReg(RAReg), IsBKeyFrame(IsBKeyFrame) {} in CIEKey()
1834 IsSimple(Frame.IsSimple), RAReg(Frame.RAReg), in CIEKey()
1845 IsSignalFrame, IsSimple, RAReg) < in operator <()
1848 Other.IsSimple, Other.RAReg); in operator <()
1855 bool IsSimple; member
1871 Key.IsSignalFrame, Key.IsSimple, Key.RAReg, Key.IsBKeyFrame)); in getHashValue()
1879 LHS.IsSimple == RHS.IsSimple && LHS.RAReg == RHS.RAReg && in isEqual()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp141 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt() argument
162 Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, NumInputs, Names, in ActOnGCCAsmStmt()
348 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
731 bool IsSimple = (NumOutputs != 0 || NumInputs != 0); in ActOnMSAsmStmt() local
734 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple, in ActOnMSAsmStmt()
/external/llvm/include/llvm/MC/
DMCDwarf.h495 IsSimple(false) {} in MCDwarfFrameInfo()
506 bool IsSimple; member
/external/llvm-project/clang/include/clang/AST/
DExprConcepts.h348 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
361 ExprRequirement(SubstitutionDiagnostic *E, bool IsSimple,
/external/clang/lib/Serialization/
DModuleManager.cpp460 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits()
461 : DefaultDOTGraphTraits(IsSimple) { } in DOTGraphTraits()
/external/llvm-project/clang/lib/Serialization/
DModuleManager.cpp515 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits()
516 : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp402 assert(Info.IsSimple && "need to refine IsSimple in TTI"); in isAtomic()
409 assert(Info.IsSimple && "need to refine IsSimple in TTI"); in isUnordered()
423 assert(Info.IsSimple && "need to refine IsSimple in TTI"); in isVolatile()

123