/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 | 1230 bool operator!=(const BlockInfo &Other) const { return !(*this == Other); } in isValid() argument 1144 struct BlockInfo { global() struct in __anonaad91fb70211::AssignmentTrackingLowering 1146 VariableIDsInBlock__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo global() argument 1149 StackHomeValue__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo global() argument 1151 DebugValue__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo global() argument 1162 LiveLoc__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo global() argument 1165 AssignmentKind__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo global() argument 1166 getAssignmentMap__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo getAssignmentMap() argument 1175 getAssignmentMap__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo getAssignmentMap() argument 1180 isVariableTracked__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo isVariableTracked() argument 1184 getAssignment__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo getAssignment() argument 1189 getLocKind__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo getLocKind() argument 1196 setLocKind__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo setLocKind() argument 1204 setAssignment__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo setAssignment() argument 1213 hasAssignment__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo hasAssignment() argument 1222 operator ==__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo operator ==() argument 1229 operator !=__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo operator !=() argument 1236 init__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo init() argument 1250 joinElmt__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo joinElmt() argument 1258 join__anonaad91fb70211::AssignmentTrackingLowering::BlockInfo join() argument [all...] |
H A D | CFIFixup.cpp | 141 SmallVector<BlockFlags, 32> BlockInfo(NumBlocks, {false, false, false, false}); runOnMachineFunction() local
|
H A D | StackColoring.cpp | 541 const BlockLifetimeInfo &BlockInfo = BI->second; dumpBB() local 729 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; collectMarkers() local 788 BlockLifetimeInfo &BlockInfo = BI->second; calculateLocalLiveness() local [all...] |
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 201 struct BlockInfo { global() struct 202 BlockBeginBlockInfo global() argument 203 BlockSizeBlockInfo global() argument 204 RegionBeginBlockInfo global() argument 205 RegionEndBlockInfo global() argument
|
/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 | 82 struct BlockInfo { struct 86 std::vector<BlockInfo> BlockInfoRecords; argument
|
/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
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNPreRALongBranchReg.cpp | 121 generateBlockInfo(MF, BlockInfo); in runOnMachineFunction() local 74 generateBlockInfo(MachineFunction & MF,SmallVectorImpl<BasicBlockInfo> & BlockInfo) generateBlockInfo() argument [all...] |
H A D | SIWholeQuadMode.cpp | 134 struct BlockInfo { argument 133 struct BlockInfo { global() struct 135 InNeeds__anon30a077910111::BlockInfo global() argument 136 OutNeeds__anon30a077910111::BlockInfo global() argument 137 InitialState__anon30a077910111::BlockInfo global() argument 138 NeedsLowering__anon30a077910111::BlockInfo global() argument [all...] |
H A D | SIModeRegister.cpp | 114 std::vector<std::unique_ptr<BlockData>> BlockInfo; member in __anonc87768cc0111::SIModeRegister [all...] |
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | BitcodeReader.h | 68 std::optional<llvm::BitstreamBlockInfo> BlockInfo; variable
|
/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(); in calculateLiveIntervals() local 302 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness() local
|
/llvm-project/libc/src/__support/ |
H A D | block.h | 299 struct BlockInfo { global() struct 318 nextBlockInfo global() argument
|
/llvm-project/llvm/include/llvm/Remarks/ |
H A D | BitstreamRemarkParser.h | 33 BitstreamBlockInfo &BlockInfo; member 93 BitstreamBlockInfo BlockInfo; member
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CompressJumpTables.cpp | 38 SmallVector<int, 8> BlockInfo; global() member in __anoncc230c7d0111::AArch64CompressJumpTables
|
/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeAnalyzer.h | 54 BitstreamBlockInfo BlockInfo; variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 38 std::optional<llvm::BitstreamBlockInfo> BlockInfo; in readDiagnostics() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 602 struct BlockInfo { computeBlockNonLocalDeps() struct 603 Dependenciesllvm::orc::ObjectLinkingLayerJITLinkContext::computeBlockNonLocalDeps::BlockInfo computeBlockNonLocalDeps() argument 604 Dependantsllvm::orc::ObjectLinkingLayerJITLinkContext::computeBlockNonLocalDeps::BlockInfo computeBlockNonLocalDeps() argument 605 DependenciesChangedllvm::orc::ObjectLinkingLayerJITLinkContext::computeBlockNonLocalDeps::BlockInfo computeBlockNonLocalDeps() argument
|
/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...] |
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stack_store_test.cpp | 46 using BlockInfo = StackStore::BlockInfo; typedef in __sanitizer::StackStoreTest
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertWriteVXRM.cpp | 168 std::vector<BlockData> BlockInfo; global() member in __anon8d0590630111::RISCVInsertWriteVXRM [all...] |
/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
|
/llvm-project/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 39 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper()
|