| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | homogeneous-aggregates.c | 39 struct Mixed { struct 85 LINKAGE struct Mixed HandleMixed(struct Mixed x) { return x; } in HandleMixed()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | dot-syntax-1.m | 72 // Mixed setter & getter (variant 1) 103 // Mixed setter & getter (variant 2) 134 // Mixed setter & getter (variant 3) 165 // Mixed setter & getter (variant 4) 196 // Mixed level calls (variant 1) 219 // Mixed level calls (variant 1)
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | mixed-precision-remarks.ll | 3 ; CHECK: remark: mixed-precision.c:3:26: floating point conversion changes vector width. Mixed floa… 24 ; CHECK: remark: mixed-precision.c:8:8: floating point conversion changes vector width. Mixed float… 25 ; CHECK: remark: mixed-precision.c:7:16: floating point conversion changes vector width. Mixed floa… 26 ; CHECK-NOT: remark: mixed-precision.c:7:16: floating point conversion changes vector width. Mixed …
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | common.ll | 49 ; Mixed ELF and IR. We keep ours as common so the linker will finish the merge.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 309 Mixed, enumerator 315 Default = Mixed,
|
| H A D | CodeGenOptions.h | 69 Mixed = 2 enumerator
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | attr-availability-1.m | 98 @interface Mixed interface
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/ |
| H A D | set-section-flags.test | 50 ## Mixed-case flags:
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | rename-section-flag.test | 60 # Mixed-case flags:
|
| H A D | set-section-flags.test | 69 # Mixed-case flags:
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 296 bool Mixed; // a mixed region contains both set and unset bits member in __anoncf345abb0311::Filter 573 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter() 582 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | SetTheory.td | 38 // Mixed sets and elements are flattened.
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | PatternMatchTest.cpp | 703 auto Mixed = B.buildBuildVector(v4s64, {FPZero, FPZero, FPZero, Copies[0]}); in TEST_F() local 705 mi_match(Mixed.getReg(0), *MRI, GFCstOrSplatGFCstMatch(FValReg))); in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | inst-select-pattern-xor3.mir | 96 # Mixed SGPR and VGPR, with full copy from scalar xor to VGPR, as
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Vectorizers.rst | 278 Vectorization of Mixed Types
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 5749 class BaseSIMDThreeSameVectorDot<bit Q, bit U, bit Mixed, string asm, string kind1, 5753 BaseSIMDThreeSameVectorTied<Q, U, 0b100, {0b1001, Mixed}, RegType, asm, kind1, 5761 multiclass SIMDThreeSameVectorDot<bit U, bit Mixed, string asm, SDPatternOperator OpNode> { 5762 def v8i8 : BaseSIMDThreeSameVectorDot<0, U, Mixed, asm, ".2s", ".8b", V64, 5764 def v16i8 : BaseSIMDThreeSameVectorDot<1, U, Mixed, asm, ".4s", ".16b", V128, 8210 class BaseSIMDThreeSameVectorDotIndex<bit Q, bit U, bit Mixed, bits<2> size, string asm, 8215 BaseSIMDIndexedTied<Q, U, 0b0, size, {0b111, Mixed}, RegType, RegType, V128, 8228 multiclass SIMDThreeSameVectorDotIndex<bit U, bit Mixed, bits<2> size, string asm, 8230 def v8i8 : BaseSIMDThreeSameVectorDotIndex<0, U, Mixed, size, asm, ".2s", ".8b", ".4b", 8232 def v16i8 : BaseSIMDThreeSameVectorDotIndex<1, U, Mixed, size, asm, ".4s", ".16b", ".4b",
|
| H A D | SVEInstrFormats.td | 8331 // SVE Integer Dot Product Mixed Sign Group 8358 // SVE Integer Dot Product Mixed Sign - Indexed Group
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 2784 case CodeGenOptions::Mixed: in GenerateMessageSend()
|
| H A D | CGObjCMac.cpp | 6259 case CodeGenOptions::Mixed: in isVTableDispatchedSelector()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 4232 NormalizedValues<["Mixed", "GCC", "XL"]>, 4233 MarshallingInfoEnum<LangOpts<"AltivecSrcCompat">, "Mixed">; 6004 NormalizedValuesScope<"CodeGenOptions">, NormalizedValues<["Legacy", "NonLegacy", "Mixed"]>,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 12912 case LangOptions::AltivecSrcCompatKind::Mixed: in CheckVectorCompareOperands()
|