OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConstantSplatVector
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
91
bool
isConstantSplatVector
(const SDNode *N, APInt &SplatValue);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
141
bool ISD::
isConstantSplatVector
(const SDNode *N, APInt &SplatVal) {
169
// specializations of the more general
isConstantSplatVector
()?
178
return
isConstantSplatVector
(N, SplatVal) && SplatVal.isAllOnesValue();
227
return
isConstantSplatVector
(N, SplatVal) && SplatVal.isNullValue();
DAGCombiner.cpp
956
if (ISD::
isConstantSplatVector
(N, Val))
3766
N1IsConst = ISD::
isConstantSplatVector
(N1.getNode(), ConstValue1);
3931
if (ISD::
isConstantSplatVector
(N1.getNode(), MulVal)) {
8430
if (ISD::
isConstantSplatVector
(N1.getNode(), ShlVal)) {
9827
if (ISD::
isConstantSplatVector
(N1.getNode(), Pow2C) && Pow2C.isPowerOf2() &&
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
5305
if (!ISD::
isConstantSplatVector
(C.getNode(), MulC))
23133
ISD::
isConstantSplatVector
(Op1.getNode(), ConstValue)) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
16351
if (!ISD::
isConstantSplatVector
(Min->getOperand(1).getNode(), MinC) ||
16354
if (!ISD::
isConstantSplatVector
(Max->getOperand(1).getNode(), MaxC) ||
16394
if (!ISD::
isConstantSplatVector
(Min->getOperand(1).getNode(), MinC) ||
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
15412
ISD::
isConstantSplatVector
(SplatLHS, SplatLHSVal) &&
Completed in 142 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026