Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DIfConversion.cpp111 struct BBInfo { struct in __anon212d07f20111::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/llvm-project/llvm/lib/CodeGen/
DIfConversion.cpp136 struct BBInfo { struct in __anonf2ab52600111::IfConverter
137 bool IsDone : 1;
138 bool IsBeingAnalyzed : 1;
139 bool IsAnalyzed : 1;
140 bool IsEnqueued : 1;
141 bool IsBrAnalyzable : 1;
142 bool IsBrReversible : 1;
143 bool HasFallThrough : 1;
144 bool IsUnpredicable : 1;
145 bool CannotBeCopied : 1;
[all …]
DMachineVerifier.cpp130 struct BBInfo { struct
132 bool reachable = false;
137 RegMap vregsLiveIn;
141 RegSet regsKilled;
145 RegSet regsLiveOut;
149 RegSet vregsPassed;
153 RegSet vregsRequired;
156 BlockSet Preds, Succs;
162 bool addRequired(Register Reg) { in addRequired()
171 bool addRequired(const RegSet &RS) { in addRequired()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp135 struct BBInfo { struct in __anonb1da87d40111::IfConverter
136 bool IsDone : 1;
137 bool IsBeingAnalyzed : 1;
138 bool IsAnalyzed : 1;
139 bool IsEnqueued : 1;
140 bool IsBrAnalyzable : 1;
141 bool IsBrReversible : 1;
142 bool HasFallThrough : 1;
143 bool IsUnpredicable : 1;
144 bool CannotBeCopied : 1;
[all …]
DMachineVerifier.cpp131 struct BBInfo { struct
133 bool reachable = false;
137 RegMap vregsLiveIn;
141 RegSet regsKilled;
145 RegSet regsLiveOut;
149 RegSet vregsPassed;
153 RegSet vregsRequired;
156 BlockSet Preds, Succs;
162 bool addPassed(unsigned Reg) { in addPassed()
171 bool addPassed(const RegSet &RS) { in addPassed()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DADCE.cpp235 for (auto &BBInfo : BlockInfo) in initialize() local
241 for (auto &BBInfo : BlockInfo) in initialize() local
321 for (auto &BBInfo : BlockInfo) in initialize() local
392 auto &BBInfo = *Info.Block; in markLive() local
404 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp235 for (auto &BBInfo : BlockInfo) in initialize() local
241 for (auto &BBInfo : BlockInfo) in initialize() local
321 for (auto &BBInfo : BlockInfo) in initialize() local
392 auto &BBInfo = *Info.Block; in markLive() local
404 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive()
/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/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() function
231 const std::string infoString() const { in infoString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp304 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in verify() local
693 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in initializeFunctionInfo() local
974 SmallVectorImpl<BasicBlockInfo> &BBInfo = BBUtils->getBBInfo(); in getUserOffset() local
1023 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in isWaterInRange() local
1216 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in findAvailableWater() local
1273 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in createNewWater() local
1562 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in removeDeadCPEMI() local
1633 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in fixupUnconditionalBr() local
1884 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in optimizeThumb2Branches() local
2180 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in optimizeThumb2JumpTables() local
DARMBasicBlockInfo.h115 SmallVector<BasicBlockInfo, 8> BBInfo; variable
/external/llvm-project/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp299 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in verify() local
685 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in initializeFunctionInfo() local
976 SmallVectorImpl<BasicBlockInfo> &BBInfo = BBUtils->getBBInfo(); in getUserOffset() local
1025 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in isWaterInRange() local
1218 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in findAvailableWater() local
1275 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in createNewWater() local
1564 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in removeDeadCPEMI() local
1635 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in fixupUnconditionalBr() local
1857 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in optimizeThumb2Branches() local
2153 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in optimizeThumb2JumpTables() local
DARMBasicBlockInfo.h115 SmallVector<BasicBlockInfo, 8> BBInfo; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp500 struct BBInfo { struct
501 BBInfo *Group;
502 uint32_t Index;
503 uint32_t Rank = 0;
505 BBInfo(unsigned IX) : Group(this), Index(IX) {} in BBInfo() function
508 const std::string infoString() const { in infoString()
513 void addOutEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addOutEdge()
516 void addInEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addInEdge()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp511 struct BBInfo { struct
512 BBInfo *Group;
513 uint32_t Index;
514 uint32_t Rank = 0;
516 BBInfo(unsigned IX) : Group(this), Index(IX) {} in BBInfo() argument
519 const std::string infoString() const { in infoString()
524 void addOutEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addOutEdge()
527 void addInEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addInEdge()
DGCOVProfiling.cpp204 struct BBInfo { struct
205 BBInfo *Group;
206 uint32_t Index;
207 uint32_t Rank = 0;
209 BBInfo(unsigned Index) : Group(this), Index(Index) {} in BBInfo() argument
210 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-10.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp194 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
/external/llvm-project/llvm/lib/Target/X86/
DX86PadShortFunction.cpp195 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp183 for (const auto &BBInfo : BInfo.second) { in runOnModule() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp197 for (const auto &BBInfo : BInfo.second) { in runOnModule() local
/external/llvm-project/llvm/tools/llvm-extract/
Dllvm-extract.cpp263 auto BBInfo = StrPair.split(':'); in main() local
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h68 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h68 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function

12