Home
last modified time | relevance | path

Searched refs:VResNo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp894 unsigned VResNo = 0; in ApplyTypeConstraint() local
897 VResNo); in ApplyTypeConstraint()
901 return VecOperand->getExtType(VResNo). in ApplyTypeConstraint()
905 unsigned VResNo = 0; in ApplyTypeConstraint() local
908 VResNo); in ApplyTypeConstraint()
912 return BigVecOperand->getExtType(VResNo). in ApplyTypeConstraint()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1050 unsigned VResNo = 0; in ApplyTypeConstraint() local
1053 VResNo); in ApplyTypeConstraint()
1057 return VecOperand->getExtType(VResNo). in ApplyTypeConstraint()
1061 unsigned VResNo = 0; in ApplyTypeConstraint() local
1064 VResNo); in ApplyTypeConstraint()
1068 return BigVecOperand->getExtType(VResNo). in ApplyTypeConstraint()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1483 unsigned VResNo = 0; in ApplyTypeConstraint() local
1486 VResNo); in ApplyTypeConstraint()
1489 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo), in ApplyTypeConstraint()
1493 unsigned VResNo = 0; in ApplyTypeConstraint() local
1496 VResNo); in ApplyTypeConstraint()
1500 return TI.EnforceVectorSubVectorTypeIs(BigVecOperand->getExtType(VResNo), in ApplyTypeConstraint()