HomeSort by relevance Sort by last modified time
    Searched refs:InVT (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 692 EVT InVT = InOp.getValueType();
695 switch (getTypeAction(InVT)) {
    [all...]
LegalizeTypesGeneric.cpp 45 EVT InVT = InOp.getValueType();
49 switch (getTypeAction(InVT)) {
63 if (TLI.hasBigEndianPartOrdering(InVT) !=
83 assert(!(InVT.getVectorNumElements() & 1) && "Unsupported BITCAST");
86 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(InVT);
96 if (InVT.isVector() && OutVT.isInteger()) {
158 SDValue StackPtr = DAG.CreateStackTemporary(InVT, Alignment);
LegalizeIntegerTypes.cpp 237 EVT InVT = InOp.getValueType();
238 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT);
243 switch (getTypeAction(InVT)) {
627 EVT InVT = InOp.getValueType();
628 assert(InVT.isVector() && "Cannot split scalar types");
629 unsigned NumElts = InVT.getVectorNumElements();
    [all...]
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 113 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP);
115 bool MergeInTypeInfo(MVT::SimpleValueType InVT, TreePattern &TP) {
116 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP);
CodeGenDAGPatterns.cpp 165 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){
166 if (InVT.isCompletelyUnknown() || *this == InVT || TP.hasError())
170 *this = InVT;
174 assert(TypeVec.size() >= 1 && InVT.TypeVec.size() >= 1 && "No unknowns");
181 if (InVT.hasIntegerTypes()) {
182 EEVT::TypeSet InCopy(InVT);
188 TypeVec[0] = InVT.TypeVec[0];
201 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 2835 milliseconds