OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InnerVT
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
1085
for (MVT
InnerVT
: MVT::fixedlen_vector_valuetypes()) {
1086
setTruncStoreAction(VT,
InnerVT
, Expand);
1087
setLoadExtAction(ISD::SEXTLOAD, VT,
InnerVT
, Expand);
1088
setLoadExtAction(ISD::ZEXTLOAD, VT,
InnerVT
, Expand);
1089
setLoadExtAction(ISD::EXTLOAD, VT,
InnerVT
, Expand);
1204
for (MVT
InnerVT
: MVT::fp_scalable_vector_valuetypes()) {
1207
setTruncStoreAction(VT,
InnerVT
, Expand);
1209
setLoadExtAction(ISD::SEXTLOAD, VT,
InnerVT
, Expand);
1210
setLoadExtAction(ISD::ZEXTLOAD, VT,
InnerVT
, Expand);
1211
setLoadExtAction(ISD::EXTLOAD, VT,
InnerVT
, Expand)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
1479
EVT
InnerVT
= InnerOp.getValueType();
1480
unsigned InnerBits =
InnerVT
.getScalarSizeInBits();
1482
isTypeDesirableForOp(ISD::SHL,
InnerVT
)) {
1483
EVT ShTy = getShiftAmountTy(
InnerVT
, DL);
1485
ShTy =
InnerVT
;
1487
TLO.DAG.getNode(ISD::SHL, dl,
InnerVT
, InnerOp,
DAGCombiner.cpp
8271
EVT
InnerVT
= N0Op0.getValueType();
8272
uint64_t InnerBitwidth =
InnerVT
.getScalarSizeInBits();
21077
EVT
InnerVT
= BC0->getValueType(0);
21078
EVT InnerSVT =
InnerVT
.getScalarType();
21081
EVT ScaleVT = SVT.bitsLT(InnerSVT) ? VT :
InnerVT
;
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
331
for (MVT
InnerVT
: MVT::fixedlen_vector_valuetypes()) {
332
setTruncStoreAction(VT,
InnerVT
, Expand);
333
setLoadExtAction(ISD::SEXTLOAD, VT,
InnerVT
, Expand);
334
setLoadExtAction(ISD::ZEXTLOAD, VT,
InnerVT
, Expand);
335
setLoadExtAction(ISD::EXTLOAD, VT,
InnerVT
, Expand);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
824
for (MVT
InnerVT
: MVT::fixedlen_vector_valuetypes()) {
825
setTruncStoreAction(VT,
InnerVT
, Expand);
826
setLoadExtAction(ISD::SEXTLOAD, VT,
InnerVT
, Expand);
827
setLoadExtAction(ISD::ZEXTLOAD, VT,
InnerVT
, Expand);
828
setLoadExtAction(ISD::EXTLOAD, VT,
InnerVT
, Expand);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
767
for (MVT
InnerVT
: MVT::fixedlen_vector_valuetypes()) {
768
setTruncStoreAction(VT,
InnerVT
, Expand);
769
addAllExtLoads(VT,
InnerVT
, Expand);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
857
for (MVT
InnerVT
: MVT::fixedlen_vector_valuetypes()) {
858
setTruncStoreAction(
InnerVT
, VT, Expand);
860
setLoadExtAction(ISD::SEXTLOAD,
InnerVT
, VT, Expand);
861
setLoadExtAction(ISD::ZEXTLOAD,
InnerVT
, VT, Expand);
868
setLoadExtAction(ISD::EXTLOAD,
InnerVT
, VT, Expand);
873
setLoadExtAction(ISD::EXTLOAD,
InnerVT
, VT, Expand);
[
all
...]
Completed in 216 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026