OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StVal
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
1502
SDValue
StVal
= OutVals[OIdx];
1506
StVal
= DAG.getNode(Outs[OIdx].Flags.isSExt() ? ISD::SIGN_EXTEND
1508
dl, MVT::i32,
StVal
);
1512
StVal
= DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i16,
StVal
);
1516
StoreOperands.push_back(
StVal
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
4898
SDValue
StVal
= MST->getValue();
4903
StVal
= GetWidenedVector(
StVal
);
4906
EVT WideVT =
StVal
.getValueType();
4916
EVT ValueVT =
StVal
.getValueType();
4920
StVal
= ModifyToType(
StVal
, WideVT);
4924
StVal
.getValueType().getVectorNumElements() &&
4926
return DAG.getMaskedStore(MST->getChain(), dl,
StVal
, MST->getBasePtr(),
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
14382
SDValue
StVal
= St.getValue();
14383
EVT VT =
StVal
.getValueType();
14398
if (
StVal
.getOpcode() != ISD::BUILD_VECTOR)
14404
if (!
StVal
.hasOneUse())
14421
SDValue EltVal =
StVal
.getOperand(I);
14449
SDValue
StVal
= St.getValue();
14450
EVT VT =
StVal
.getValueType();
14474
if (
StVal
.getOpcode() != ISD::INSERT_VECTOR_ELT)
14479
SplatVal =
StVal
.getOperand(1);
14480
else if (
StVal
.getOperand(1) != SplatVal
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
14797
SDValue &
StVal
= Ops[Ops.size()-2];
14798
StVal
= DAG.getNode(ISD::BITCAST, dl, AlignedVecTy,
StVal
);
15139
SDValue
StVal
= St->getValue();
15140
EVT VT =
StVal
.getValueType();
15168
SDValue WideVec = DAG.getNode(ISD::BITCAST, DL, WideVecVT,
StVal
);
15371
SDValue
StVal
= St->getValue();
15372
EVT VT =
StVal
.getValueType();
15390
if (
StVal
.getNode()->getOpcode() == ARMISD::VMOVDRR &&
15391
StVal
.getNode()->hasOneUse())
[
all
...]
Completed in 98 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026