OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetDAGCombineArray
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
1546
assert(unsigned(NT >> 3) < array_lengthof(
TargetDAGCombineArray
));
1547
return
TargetDAGCombineArray
[NT >> 3] & (1 << (NT&7));
2263
assert(unsigned(NT >> 3) < array_lengthof(
TargetDAGCombineArray
));
2264
TargetDAGCombineArray
[NT >> 3] |= 1 << (NT&7);
2999
TargetDAGCombineArray
[(ISD::BUILTIN_OP_END+CHAR_BIT-1)/CHAR_BIT];
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp
714
std::fill(std::begin(
TargetDAGCombineArray
),
715
std::end(
TargetDAGCombineArray
), 0);
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026