Searched refs:TypePair (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 1119 foreach TypePair = [[AtomicInt, Int], [AtomicUInt, UInt], 1124 [Void, PointerType<VolatileType<TypePair[0]>, addrspace>, TypePair[1]]>; 1127 [Void, PointerType<VolatileType<TypePair[0]>, addrspace>, TypePair[1]], BaseExt>; 1129 [TypePair[1], PointerType<VolatileType<TypePair[0]>, addrspace>], BaseExt>; 1131 [TypePair[1], PointerType<VolatileType<TypePair[0]>, addrspace>, TypePair[1]], BaseExt>; 1139 [Bool, PointerType<VolatileType<TypePair[0]>, addrspace>, 1140 PointerType<TypePair[1], exp_ptr_addrspace>, TypePair[1]]>; 1144 [Bool, PointerType<VolatileType<TypePair[0]>, addrspace>, 1145 PointerType<TypePair[1], exp_ptr_addrspace>, TypePair[1], MemoryOrder, MemoryOrder]>; 1149 [Bool, PointerType<VolatileType<TypePair[0]>, addrspace>, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 432 using TypePair = std::pair<MVT, MVT>; variable 440 TypePair ty(const VectorPair &Ops) const { in ty() 458 MVT typeJoin(const TypePair &Tys) const; 459 TypePair typeSplit(MVT Ty) const; 462 TypePair typeExtendToWider(MVT Ty0, MVT Ty1) const; 463 TypePair typeWidenToWider(MVT Ty0, MVT Ty1) const;
|
| H A D | HexagonISelLoweringHVX.cpp | 517 HexagonTargetLowering::typeJoin(const TypePair &Tys) const { in typeJoin() 525 HexagonTargetLowering::TypePair 567 TypePair Tys = typeSplit(ty(Vec)); in opSplit() 2363 HexagonTargetLowering::TypePair 2400 HexagonTargetLowering::TypePair
|