OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntermediateType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerInfo.cpp
665
LLT
IntermediateType
;
668
IntermediateType
=
671
return {ElementSizeAndAction.second,
IntermediateType
};
674
IntermediateType
.getScalarSizeInBits());
676
return {NotFound,
IntermediateType
};
680
findAction(NumElementsVec,
IntermediateType
.getNumElements());
683
IntermediateType
.getScalarSizeInBits())};
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
440
EVT
IntermediateType
= EVT::getIntegerVT(*DAG.getContext(), ValueSize);
442
Val = DAG.getNode(ISD::TRUNCATE, DL,
IntermediateType
, Val);
681
EVT
IntermediateType
= EVT::getIntegerVT(*DAG.getContext(), ValueSize);
682
Val = DAG.getBitcast(
IntermediateType
, Val);
Completed in 32 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026