Searched refs:CopyKind (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 206 BlockCaptureEntityKind CopyKind, BlockFieldFlags CopyFlags, in makeIndex() argument 213 v.CopyKind = CopyKind; in makeIndex() 230 return CopyKind == BlockCaptureEntityKind::None && in isConstantOrTrivial() 234 BlockCaptureEntityKind CopyKind = BlockCaptureEntityKind::None, variable
|
H A D | CGBlocks.cpp | 104 if (Cap.CopyKind == Cap.DisposeKind) { in getBlockDescriptorName() 107 assert(Cap.CopyKind != BlockCaptureEntityKind::None && in getBlockDescriptorName() 315 BlockCaptureEntityKind CopyKind, DisposeKind; member 320 QualType fieldType, BlockCaptureEntityKind CopyKind, in BlockLayoutChunk() 325 FieldType(fieldType), CopyKind(CopyKind), DisposeKind(DisposeKind), in BlockLayoutChunk() 335 index, offset, FieldType, CopyKind, CopyFlags, DisposeKind, in setIndex() 341 return CopyKind == BlockCaptureEntityKind::None && in isTrivial() 354 switch (chunk.CopyKind) { in operator <() 403 BlockCaptureEntityKind CopyKind, DisposeKind; in addBlockLayout() local 406 std::tie(CopyKind, CopyFlags) = in addBlockLayout() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_mve.td | 829 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr), 832 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr, 844 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr), 847 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr, 859 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr), 864 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr, 886 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr, 891 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr, 903 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr, 908 def: Intrinsic<Void, (args Ptr<CopyKind<same_size[0], Scalar>>:$addr, [all …]
|
H A D | arm_mve_defs.td | 308 // CopyKind<s,k> expects s and k to be scalar types. It returns a scalar type 311 class CopyKind<Type s, Type k>: ComplexType<(CTO_CopyKind s, k)>; 344 def Scalar32: CopyKind<u32, Scalar>; 346 def Scalar64: CopyKind<u64, Scalar>;
|