OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InVT
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
622
EVT
InVT
= InOp.getValueType();
625
switch (getTypeAction(
InVT
)) {
853
EVT
InVT
= N->getOperand(0).getValueType();
855
EVT InNVT = EVT::getVectorVT(*DAG.getContext(),
InVT
.getVectorElementType(),
[
all
...]
LegalizeTypesGeneric.cpp
43
EVT
InVT
= InOp.getValueType();
47
switch (getTypeAction(
InVT
)) {
78
assert(!(
InVT
.getVectorNumElements() & 1) && "Unsupported BITCAST");
80
EVT InNVT = EVT::getVectorVT(*DAG.getContext(),
InVT
.getVectorElementType(),
81
InVT
.getVectorNumElements()/2);
95
if (
InVT
.isVector() && OutVT.isInteger()) {
157
SDValue StackPtr = DAG.CreateStackTemporary(
InVT
, Alignment);
LegalizeTypes.cpp
[
all
...]
LegalizeIntegerTypes.cpp
208
EVT
InVT
= InOp.getValueType();
209
EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(),
InVT
);
214
switch (getTypeAction(
InVT
)) {
599
EVT
InVT
= InOp.getValueType();
600
assert(
InVT
.isVector() && "Cannot split scalar types");
601
unsigned NumElts =
InVT
.getVectorNumElements();
[
all
...]
SelectionDAG.cpp
[
all
...]
LegalizeTypes.h
[
all
...]
TargetLowering.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.h
109
bool MergeInTypeInfo(const EEVT::TypeSet &
InVT
, TreePattern &TP);
111
bool MergeInTypeInfo(MVT::SimpleValueType
InVT
, TreePattern &TP) {
112
return MergeInTypeInfo(EEVT::TypeSet(
InVT
, TP), TP);
CodeGenDAGPatterns.cpp
155
bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &
InVT
, TreePattern &TP){
156
if (
InVT
.isCompletelyUnknown() || *this ==
InVT
|| TP.hasError())
160
*this =
InVT
;
164
assert(TypeVec.size() >= 1 &&
InVT
.TypeVec.size() >= 1 && "No unknowns");
171
if (
InVT
.hasIntegerTypes()) {
172
EEVT::TypeSet InCopy(
InVT
);
178
TypeVec[0] =
InVT
.TypeVec[0];
191
if ((
InVT
.TypeVec[0] == MVT::iPTR ||
InVT
.TypeVec[0] == MVT::iPTRAny) &
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
[
all
...]
Completed in 280 milliseconds