Home
last modified time | relevance | path

Searched defs:BBInfo (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp102 struct BBInfo { struct in __anonfb55f1000111::IfConverter
103 bool IsDone : 1;
104 bool IsBeingAnalyzed : 1;
105 bool IsAnalyzed : 1;
106 bool IsEnqueued : 1;
107 bool IsBrAnalyzable : 1;
108 bool HasFallThrough : 1;
109 bool IsUnpredicable : 1;
110 bool CannotBeCopied : 1;
111 bool ClobbersPred : 1;
[all …]
DMachineVerifier.cpp92 struct BBInfo { struct
94 bool reachable;
98 RegMap vregsLiveIn;
102 RegSet regsKilled;
106 RegSet regsLiveOut;
110 RegSet vregsPassed;
114 RegSet vregsRequired;
116 BBInfo() : reachable(false) {} in BBInfo() function
120 bool addPassed(unsigned Reg) { in addPassed()
129 bool addPassed(const RegSet &RS) { in addPassed()
[all …]
/external/llvm/lib/CodeGen/
DIfConversion.cpp111 struct BBInfo { struct in __anon7862d4d40111::IfConverter
112 bool IsDone : 1;
113 bool IsBeingAnalyzed : 1;
114 bool IsAnalyzed : 1;
115 bool IsEnqueued : 1;
116 bool IsBrAnalyzable : 1;
117 bool HasFallThrough : 1;
118 bool IsUnpredicable : 1;
119 bool CannotBeCopied : 1;
120 bool ClobbersPred : 1;
[all …]
DMachineVerifier.cpp98 struct BBInfo { struct
100 bool reachable;
104 RegMap vregsLiveIn;
108 RegSet regsKilled;
112 RegSet regsLiveOut;
116 RegSet vregsPassed;
120 RegSet vregsRequired;
123 BlockSet Preds, Succs;
125 BBInfo() : reachable(false) {} in BBInfo() function
129 bool addPassed(unsigned Reg) { in addPassed()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp133 struct BBInfo { struct in __anon0dc22c2c0111::IfConverter
134 bool IsDone : 1;
135 bool IsBeingAnalyzed : 1;
136 bool IsAnalyzed : 1;
137 bool IsEnqueued : 1;
138 bool IsBrAnalyzable : 1;
139 bool IsBrReversible : 1;
140 bool HasFallThrough : 1;
141 bool IsUnpredicable : 1;
142 bool CannotBeCopied : 1;
[all …]
DMachineVerifier.cpp129 struct BBInfo { struct
131 bool reachable = false;
135 RegMap vregsLiveIn;
139 RegSet regsKilled;
143 RegSet regsLiveOut;
147 RegSet vregsPassed;
151 RegSet vregsRequired;
154 BlockSet Preds, Succs;
160 bool addPassed(unsigned Reg) { in addPassed()
169 bool addPassed(const RegSet &RS) { in addPassed()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DADCE.cpp233 for (auto &BBInfo : BlockInfo) in initialize() local
239 for (auto &BBInfo : BlockInfo) in initialize() local
319 for (auto &BBInfo : BlockInfo) in initialize() local
390 auto &BBInfo = *Info.Block; in markLive() local
402 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMComputeBlockSize.cpp72 std::vector<BasicBlockInfo> BBInfo; in computeAllBlockSizes() local
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h62 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in DFSPass() local
157 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in Calculate() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominatorInternals.h63 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in DFSPass() local
158 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in Calculate() local
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp223 struct BBInfo { struct
224 BBInfo *Group;
225 uint32_t Index;
226 uint32_t Rank;
228 BBInfo(unsigned IX) : Group(this), Index(IX), Rank(0) {} in BBInfo() argument
231 const std::string infoString() const { in infoString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp477 struct BBInfo { struct
478 BBInfo *Group;
479 uint32_t Index;
480 uint32_t Rank = 0;
482 BBInfo(unsigned IX) : Group(this), Index(IX) {} in BBInfo() function
485 const std::string infoString() const { in infoString()
/external/llvm/lib/Target/X86/
DX86PadShortFunction.cpp183 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp178 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-extract/
Dllvm-extract.cpp235 auto BBInfo = StrPair.split(':'); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h69 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h46 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h57 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h485 std::vector<BlockInfo> BBInfo; // Extra information per BB. variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h224 auto &BBInfo = NodeToInfo[BB]; in runDFS() local
351 auto &BBInfo = NodeToInfo[nullptr]; in addVirtualRoot() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp234 std::vector<BasicBlockInfo> BBInfo; member in __anon62969c260111::MipsConstantIslands
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp231 std::vector<BasicBlockInfo> BBInfo; member in __anonec1d4ace0111::MipsConstantIslands
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp422 raw_ostream &llvm::operator<<(raw_ostream &OS, BBState &BBInfo) { in operator <<()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp420 raw_ostream &llvm::operator<<(raw_ostream &OS, BBState &BBInfo) { in operator <<()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp159 std::vector<BasicBlockInfo> BBInfo; member in __anon72f5a51c0111::ARMConstantIslands

12