Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h349 using TypePair = std::pair<MVT, MVT>; variable
357 TypePair ty(const VectorPair &Ops) const { in ty()
375 MVT typeJoin(const TypePair &Tys) const;
376 TypePair typeSplit(MVT Ty) const;
DHexagonISelLoweringHVX.cpp210 HexagonTargetLowering::typeJoin(const TypePair &Tys) const { in typeJoin()
218 HexagonTargetLowering::TypePair
260 TypePair Tys = typeSplit(ty(Vec)); in opSplit()