Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.h44 struct TypePair struct
46 TypePair(const char *l, const char *r) : lType(l), rType(r) {} in TypePair() function
54 bool operator()(const TypePair &l, const TypePair &r) const in operator() argument
72 typedef std::set<TypePair, TypePairComparator> EmulationSet;
DEmulatePrecision.cpp545 TypePair(type.getBuiltInTypeNameString(), in visitBinary()
555 TypePair(type.getBuiltInTypeNameString(), in visitBinary()
569 TypePair(type.getBuiltInTypeNameString(), in visitBinary()
579 TypePair(type.getBuiltInTypeNameString(), in visitBinary()
/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()