Searched refs:EnforceVectorEltTypeIs (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 137 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP); 141 bool EnforceVectorEltTypeIs(MVT::SimpleValueType VT, TreePattern &TP);
|
D | CodeGenDAGPatterns.cpp | 454 bool EEVT::TypeSet::EnforceVectorEltTypeIs(MVT::SimpleValueType VT, in EnforceVectorEltTypeIs() function in EEVT::TypeSet 482 bool EEVT::TypeSet::EnforceVectorEltTypeIs(EEVT::TypeSet &VTOperand, in EnforceVectorEltTypeIs() function in EEVT::TypeSet 506 MadeChange |= EnforceVectorEltTypeIs(VT, TP); in EnforceVectorEltTypeIs() 545 MadeChange |= VTOperand.EnforceVectorEltTypeIs(EltTypeSet, TP); in EnforceVectorSubVectorTypeIs() 569 MadeChange |= EnforceVectorEltTypeIs(EltTypeSet, TP); in EnforceVectorSubVectorTypeIs() 1058 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP); in ApplyTypeConstraint() 1073 EnforceVectorEltTypeIs(x.SDTCVecEltisVT_Info.VT, TP); in ApplyTypeConstraint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 298 bool EnforceVectorEltTypeIs(TypeSetByHwMode &Vec, TypeSetByHwMode &Elem); 299 bool EnforceVectorEltTypeIs(TypeSetByHwMode &Vec,
|
D | CodeGenDAGPatterns.cpp | 546 bool TypeInfer::EnforceVectorEltTypeIs(TypeSetByHwMode &Vec, in EnforceVectorEltTypeIs() function in TypeInfer 586 bool TypeInfer::EnforceVectorEltTypeIs(TypeSetByHwMode &Vec, in EnforceVectorEltTypeIs() function in TypeInfer 590 return EnforceVectorEltTypeIs(Vec, Tmp); in EnforceVectorEltTypeIs() 1489 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo), in ApplyTypeConstraint() 1504 return TI.EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), VVT); in ApplyTypeConstraint()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 132 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
|
D | CodeGenDAGPatterns.cpp | 502 bool EEVT::TypeSet::EnforceVectorEltTypeIs(EEVT::TypeSet &VTOperand, in EnforceVectorEltTypeIs() function in EEVT::TypeSet 559 MadeChange |= VTOperand.EnforceVectorEltTypeIs(EltTypeSet, TP); in EnforceVectorSubVectorTypeIs() 565 MadeChange |= EnforceVectorEltTypeIs(EltTypeSet, TP); in EnforceVectorSubVectorTypeIs() 902 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP); in ApplyTypeConstraint()
|