OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SourceVec
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
8235
SDValue
SourceVec
= V.getOperand(0);
8236
auto Source = find(Sources,
SourceVec
);
8238
Source = Sources.insert(Sources.end(), ShuffleSourceInfo(
SourceVec
));
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
7766
SDValue
SourceVec
= V.getOperand(0);
7767
auto Source = llvm::find(Sources,
SourceVec
);
7769
Source = Sources.insert(Sources.end(), ShuffleSourceInfo(
SourceVec
));
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
9694
SDValue
SourceVec
= (j < NumEltsIn64Bits) ? V0 : V1;
9695
if (
SourceVec
!= Op0.getOperand(0))
[
all
...]
Completed in 67 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026