OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BlockType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
WebAssemblyTypeUtilities.h
26
enum class
BlockType
: unsigned {
51
// Convert StringRef to ValType / HealType /
BlockType
55
BlockType
parseBlockType(StringRef Type);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp
256
const MVT
BlockType
= getOptimalRepmovsType(Subtarget, Align);
257
const uint64_t BlockBytes =
BlockType
.getSizeInBits() / 8;
262
DAG.getIntPtrConstant(BlockCount, dl),
BlockType
);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp
214
uint32_t
BlockType
= Inner;
221
BlockType
|= Header;
226
BlockType
|= Exiting;
234
if (
BlockType
!= Inner) {
237
SccBlockTypes.insert(std::make_pair(BB,
BlockType
));
Completed in 24 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026