OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtVec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp
584
SDValue
ExtVec
;
585
if (IsBuildFromExtracts(
ExtVec
, ExtIdx)) {
586
MVT ExtTy = ty(
ExtVec
);
600
// Fill the rest of the mask with the unused elements of
ExtVec
in hopes
601
// that it will result in a permutation of
ExtVec
's elements. It's still
612
SDValue S = DAG.getVectorShuffle(ExtTy, dl,
ExtVec
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
827
SmallVector<StringRef, 2>
ExtVec
;
828
Extensions.split(
ExtVec
, " ");
830
for (StringRef Ext :
ExtVec
) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
19649
SDValue
ExtVec
= Op.getOperand(0);
19654
EVT ExtVT =
ExtVec
.getValueType();
19655
ExtVec
= peekThroughBitcasts(
ExtVec
);
19658
if (
ExtVec
.isUndef()) {
19678
if (SV0.isUndef() || SV0 ==
ExtVec
) {
19679
SV0 =
ExtVec
;
19682
} else if (SV1.isUndef() || SV1 ==
ExtVec
) {
19683
SV1 =
ExtVec
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
10192
SDValue
ExtVec
= DAG.getNode(ISD::ANY_EXTEND, DL, WideVT, Vec1);
10196
return DAG.getNode(AArch64ISD::UZP1, DL, VT,
ExtVec
, HiVec0);
10199
return DAG.getNode(AArch64ISD::UZP1, DL, VT, LoVec0,
ExtVec
);
Completed in 56 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026