Searched refs:TypePair (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 1104 foreach TypePair = [[AtomicInt, Int], [AtomicUInt, UInt], 1108 [Void, PointerType<VolatileType<TypePair[0]>, GenericAS>, TypePair[1]]>; 1110 [Void, PointerType<VolatileType<TypePair[0]>, GenericAS>, TypePair[1]]>; 1112 [Void, PointerType<VolatileType<TypePair[0]>, GenericAS>, TypePair[1], MemoryOrder]>; 1114 … [Void, PointerType<VolatileType<TypePair[0]>, GenericAS>, TypePair[1], MemoryOrder, MemoryScope]>; 1116 [TypePair[1], PointerType<VolatileType<TypePair[0]>, GenericAS>]>; 1118 [TypePair[1], PointerType<VolatileType<TypePair[0]>, GenericAS>, MemoryOrder]>; 1120 [TypePair[1], PointerType<VolatileType<TypePair[0]>, GenericAS>, MemoryOrder, MemoryScope]>; 1122 [TypePair[1], PointerType<VolatileType<TypePair[0]>, GenericAS>, TypePair[1]]>; 1124 [TypePair[1], PointerType<VolatileType<TypePair[0]>, GenericAS>, TypePair[1], MemoryOrder]>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 380 using TypePair = std::pair<MVT, MVT>; variable 388 TypePair ty(const VectorPair &Ops) const { in ty() 406 MVT typeJoin(const TypePair &Tys) const; 407 TypePair typeSplit(MVT Ty) const;
|
| H A D | HexagonISelLoweringHVX.cpp | 323 HexagonTargetLowering::typeJoin(const TypePair &Tys) const { in typeJoin() 331 HexagonTargetLowering::TypePair 373 TypePair Tys = typeSplit(ty(Vec)); in opSplit()
|