Home
last modified time | relevance | path

Searched refs:EnforceVectorEltTypeIs (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/utils/TableGen/Common/ !
H A DCodeGenDAGPatterns.h298 bool EnforceVectorEltTypeIs(TypeSetByHwMode &Vec, TypeSetByHwMode &Elem);
299 bool EnforceVectorEltTypeIs(TypeSetByHwMode &Vec,
H A DCodeGenDAGPatterns.cpp597 bool TypeInfer::EnforceVectorEltTypeIs(TypeSetByHwMode &Vec, in EnforceVectorEltTypeIs() function in TypeInfer
639 bool TypeInfer::EnforceVectorEltTypeIs(TypeSetByHwMode &Vec, in EnforceVectorEltTypeIs() function in TypeInfer
643 return EnforceVectorEltTypeIs(Vec, Tmp); in EnforceVectorEltTypeIs()
1690 return TI.EnforceVectorEltTypeIs(VecOperand.getExtType(VResNo), in ApplyTypeConstraint()
1704 return TI.EnforceVectorEltTypeIs(NodeToApply.getExtType(ResNo), VVT); in ApplyTypeConstraint()