/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 31 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 30 bool IsSimple; 34 return IsSimple; in isSimple() 38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TailDuplicator.h | 78 bool shouldTailDuplicate(bool IsSimple, MachineBasicBlock &TailBB); 90 bool IsSimple, MachineBasicBlock *MBB, 117 bool tailDuplicate(bool IsSimple,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TailDuplicator.cpp | 159 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()
|
D | MachineBlockPlacement.cpp | 718 bool IsSimple = TailDup.isSimpleBB(BB); in shouldTailDuplicate() local 722 return TailDup.shouldTailDuplicate(IsSimple, *BB); in shouldTailDuplicate() 3014 bool IsSimple = TailDup.isSimpleBB(BB); in maybeTailDuplicateBlock() local 3015 TailDup.tailDuplicateAndUpdate(IsSimple, BB, LPred, in maybeTailDuplicateBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 1661 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()
|
D | MCStreamer.cpp | 422 void MCStreamer::EmitCFIStartProc(bool IsSimple, SMLoc Loc) { in EmitCFIStartProc() argument 428 Frame.IsSimple = IsSimple; in EmitCFIStartProc()
|
D | MCAsmStreamer.cpp | 1526 if (Frame.IsSimple) in EmitCFIStartProcImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCDwarf.h | 619 bool IsSimple = false; member
|
D | MCStreamer.h | 934 void EmitCFIStartProc(bool IsSimple, SMLoc Loc = SMLoc());
|