/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 111 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 …]
|
D | MachineVerifier.cpp | 98 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() argument 129 bool addPassed(unsigned Reg) { in addPassed() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 136 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 …]
|
D | MachineVerifier.cpp | 130 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/ |
D | IfConversion.cpp | 135 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 …]
|
D | MachineVerifier.cpp | 131 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/ |
D | ADCE.cpp | 235 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/ |
D | ADCE.cpp | 235 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/ |
D | GenericDomTreeConstruction.h | 62 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/ |
D | PGOInstrumentation.cpp | 223 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/ |
D | ARMConstantIslandPass.cpp | 304 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
|
D | ARMBasicBlockInfo.h | 115 SmallVector<BasicBlockInfo, 8> BBInfo; variable
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 299 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
|
D | ARMBasicBlockInfo.h | 115 SmallVector<BasicBlockInfo, 8> BBInfo; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 500 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/ |
D | PGOInstrumentation.cpp | 511 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()
|
D | GCOVProfiling.cpp | 204 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() function 210 const std::string infoString() const { in infoString()
|
/external/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 183 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 194 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 195 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | BlockExtractor.cpp | 183 for (const auto &BBInfo : BInfo.second) { in runOnModule() local
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | BlockExtractor.cpp | 197 for (const auto &BBInfo : BInfo.second) { in runOnModule() local
|
/external/llvm-project/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 263 auto BBInfo = StrPair.split(':'); in main() local
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 68 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 68 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
|