OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTRUE
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h
324
PTRUE
,
AArch64ISelLowering.cpp
2035
MAKE_CASE(AArch64ISD::
PTRUE
)
3745
return DAG.getNode(AArch64ISD::
PTRUE
, DL, VT,
3763
// If the argument converted to an svbool is a
ptrue
or a comparison, the
3865
return DAG.getNode(AArch64ISD::
PTRUE
, dl, Op.getValueType(),
13883
// "
ptrue
p.<ty>, all" can be considered all active when <ty> is the same size
13886
if (N.getOpcode() == AArch64ISD::
PTRUE
&&
17257
// Return a
PTRUE
with active lanes corresponding to the extent of VT.
17322
return DAG.getNode(AArch64ISD::
PTRUE
, DL, MaskVT,
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.h
70
PTRUE
,
HexagonISelLowering.cpp
1893
case HexagonISD::
PTRUE
: return "HexagonISD::
PTRUE
";
2753
return DAG.getNode(HexagonISD::
PTRUE
, dl, VecTy);
3248
case HexagonISD::
PTRUE
:
3258
// (vselect (xor x,
ptrue
), v0, v1) -> (vselect x, v1, v0)
3262
if (C1->getOpcode() == HexagonISD::
PTRUE
) {
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc
129
enum insn_type { MOV, MVN, INDEX,
PTRUE
};
168
/* For
PTRUE
. */
210
and has
PTRUE
pattern PATTERN_IN. */
214
: elt_mode (elt_mode_in), insn (
PTRUE
)
3405
/* If VNx16BImode rtx X is a canonical
PTRUE
for a predicate mode,
3512
VNx16BImode equivalent of a
PTRUE
for controlling elements of
5448
rtx
ptrue
= aarch64_ptrue_reg (pred_mode);
5449
emit_insn (gen_aarch64_sve_ld1rq (mode, dest, src,
ptrue
));
5456
PTRUE
PRED.<T>, VL<N>
5461
The
PTRUE
is always a single instruction but the MOVs might need
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc
94
enum insn_type { MOV, MVN, INDEX,
PTRUE
};
133
/* For
PTRUE
. */
175
and has
PTRUE
pattern PATTERN_IN. */
179
: elt_mode (elt_mode_in), insn (
PTRUE
)
5054
/* If VNx16BImode rtx X is a canonical
PTRUE
for a predicate mode,
5161
VNx16BImode equivalent of a
PTRUE
for controlling elements of
6129
rtx
ptrue
= aarch64_ptrue_reg (pred_mode);
6130
emit_insn (gen_aarch64_sve_ld1rq (mode, dest, src,
ptrue
));
6137
PTRUE
PRED.<T>, VL<N>
6142
The
PTRUE
is always a single instruction but the MOVs might need
[
all
...]
Completed in 41 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026