| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.h | 121 struct BlockInfo { struct 129 /// isOneInstr - Returns true when this BlockInfo describes a single argument 150 SmallVector<BlockInfo, 8> UseBlocks; argument
|
| H A D | AssignmentTrackingAnalysis.cpp | 1229 bool operator!=(const BlockInfo &Other) const { return !(*this == Other); } in isValid() argument 1143 struct BlockInfo { global() struct in __anon504de5160211::AssignmentTrackingLowering 1145 VariableIDsInBlock__anon504de5160211::AssignmentTrackingLowering::BlockInfo global() argument 1148 StackHomeValue__anon504de5160211::AssignmentTrackingLowering::BlockInfo global() argument 1150 DebugValue__anon504de5160211::AssignmentTrackingLowering::BlockInfo global() argument 1161 LiveLoc__anon504de5160211::AssignmentTrackingLowering::BlockInfo global() argument 1164 AssignmentKind__anon504de5160211::AssignmentTrackingLowering::BlockInfo global() argument 1165 getAssignmentMap__anon504de5160211::AssignmentTrackingLowering::BlockInfo getAssignmentMap() argument 1174 getAssignmentMap__anon504de5160211::AssignmentTrackingLowering::BlockInfo getAssignmentMap() argument 1179 isVariableTracked__anon504de5160211::AssignmentTrackingLowering::BlockInfo isVariableTracked() argument 1183 getAssignment__anon504de5160211::AssignmentTrackingLowering::BlockInfo getAssignment() argument 1188 getLocKind__anon504de5160211::AssignmentTrackingLowering::BlockInfo getLocKind() argument 1195 setLocKind__anon504de5160211::AssignmentTrackingLowering::BlockInfo setLocKind() argument 1203 setAssignment__anon504de5160211::AssignmentTrackingLowering::BlockInfo setAssignment() argument 1212 hasAssignment__anon504de5160211::AssignmentTrackingLowering::BlockInfo hasAssignment() argument 1221 operator ==__anon504de5160211::AssignmentTrackingLowering::BlockInfo operator ==() argument 1228 operator !=__anon504de5160211::AssignmentTrackingLowering::BlockInfo operator !=() argument 1235 init__anon504de5160211::AssignmentTrackingLowering::BlockInfo init() argument 1249 joinElmt__anon504de5160211::AssignmentTrackingLowering::BlockInfo joinElmt() argument 1257 join__anon504de5160211::AssignmentTrackingLowering::BlockInfo join() argument [all...] |
| H A D | StackColoring.cpp | 541 const BlockLifetimeInfo &BlockInfo = BI->second; in dumpBB() local 729 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers() local 784 BlockLifetimeInfo &BlockInfo = BI->second; calculateLocalLiveness() local [all...] |
| H A D | CFIFixup.cpp | 141 SmallVector<BlockFlags, 32> BlockInfo(NumBlocks, {false, false, false, false}); in runOnMachineFunction() local
|
| H A D | BranchRelaxation.cpp | 81 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anon34c2968b0111::BranchRelaxation
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | common.h | 201 struct BlockInfo { argument 197 struct BlockInfo { global() struct 198 BlockBeginBlockInfo global() argument 199 BlockSizeBlockInfo global() argument 200 RegionBeginBlockInfo global() argument
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 41 struct BlockInfo { struct 49 std::vector<BlockInfo> BlockInfoRecords; argument 375 BitstreamBlockInfo *BlockInfo = nullptr; variable
|
| H A D | BitstreamWriter.h | 71 struct BlockInfo { global() struct 75 AbbrevsBlockInfo global() argument [all...] |
| /freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 453 struct BlockInfo { struct 463 BlockInfo() = default; argument 465 BlockInfo &operator=(BlockInfo &&) = default; argument
|
| H A D | Consumed.h | 244 ConsumedBlockInfo BlockInfo; variable
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNPreRALongBranchReg.cpp | 74 MachineFunction &MF, SmallVectorImpl<BasicBlockInfo> &BlockInfo) { in generateBlockInfo() 121 SmallVector<BasicBlockInfo, 16> BlockInfo; in runOnMachineFunction() local
|
| H A D | SIWholeQuadMode.cpp | 133 struct BlockInfo { struct 134 Needs__anonc8fda5900111::BlockInfo global() argument 135 InNeeds__anonc8fda5900111::BlockInfo global() argument 136 OutNeeds__anonc8fda5900111::BlockInfo global() argument 137 InitialState__anonc8fda5900111::BlockInfo global() argument 138 NeedsLowering__anonc8fda5900111::BlockInfo global() argument
|
| H A D | SIModeRegister.cpp | 114 std::vector<std::unique_ptr<BlockData>> BlockInfo; member in __anond4d752eb0111::SIModeRegister [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 128 BlockLifetimeInfo &BlockInfo = in collectMarkers() local 186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness() local 247 BlockLifetimeInfo &BlockInfo = IT.getSecond(); calculateLiveIntervals() local 302 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); dumpBlockLiveness() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | BitstreamRemarkParser.h | 33 BitstreamBlockInfo &BlockInfo; member 93 BitstreamBlockInfo BlockInfo; member
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CompressJumpTables.cpp | 38 SmallVector<int, 8> BlockInfo; member in __anonda341d1c0111::AArch64CompressJumpTables
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeAnalyzer.h | 54 BitstreamBlockInfo BlockInfo; variable
|
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticReader.cpp | 38 std::optional<llvm::BitstreamBlockInfo> BlockInfo; in readDiagnostics() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 541 struct BlockInfo { computeBlockNonLocalDeps() struct 542 Dependenciesllvm::orc::ObjectLinkingLayerJITLinkContext::computeBlockNonLocalDeps::BlockInfo computeBlockNonLocalDeps() argument 543 Dependantsllvm::orc::ObjectLinkingLayerJITLinkContext::computeBlockNonLocalDeps::BlockInfo computeBlockNonLocalDeps() argument 544 DependenciesChangedllvm::orc::ObjectLinkingLayerJITLinkContext::computeBlockNonLocalDeps::BlockInfo computeBlockNonLocalDeps() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 26 GetBlockName(unsigned BlockID, const BitstreamBlockInfo &BlockInfo, in GetBlockName() argument 90 const BitstreamBlockInfo &BlockInfo, in GetCodeName() argument [all...] |
| /freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 514 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local 615 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local 699 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertWriteVXRM.cpp | 168 std::vector<BlockData> BlockInfo; member in __anon4c37a5e20111::RISCVInsertWriteVXRM [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineTraceMetrics.h | 333 SmallVector<TraceBlockInfo, 4> BlockInfo; global() variable
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkParser.cpp | 39 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ADCE.cpp | 130 MapVector<BasicBlock *, BlockInfoType> BlockInfo; member in __anona91829f20111::AggressiveDeadCodeElimination [all...] |