OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CTPOP
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64LegalizerInfo.cpp
1054
auto
CTPOP
= MIRBuilder.buildCTPOP(V8S8, Val);
1059
.addUse(
CTPOP
.getReg(0));
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h
659
CTPOP
,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
1789
case ISD::
CTPOP
: {
3416
// Look through truncs that don't change the value of a
ctpop
.
3418
SDValue
CTPOP
= N0;
3421
CTPOP
= N0.getOperand(0);
3423
if (
CTPOP
.getOpcode() != ISD::
CTPOP
|| !
CTPOP
.hasOneUse())
3426
EVT CTVT =
CTPOP
.getValueType();
3427
SDValue CTOp =
CTPOP
.getOperand(0);
3429
// If this is a vector
CTPOP
, keep the CTPOP if it is legal
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026