| /llvm-project-15.0.7/libcxx/test/libcxx/memory/compressed_pair/ |
| H A D | compressed_pair.pass.cpp | 14 typedef std::__compressed_pair<int, unsigned> IntPair; typedef 17 IntPair value; in test_constructor() 23 new (&value) IntPair; in test_constructor() 29 IntPair value; in test_constructor_default_init() 33 new (&value) IntPair(std::__default_init_tag(), 3); in test_constructor_default_init() 37 new (&value) IntPair(4, std::__default_init_tag()); in test_constructor_default_init() 41 new (&value) IntPair(std::__default_init_tag(), std::__default_init_tag()); in test_constructor_default_init()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | atomics-sema-alignment.c | 5 } IntPair; typedef 13 void func(IntPair *p) { in func() 14 IntPair res; in func()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | new.cpp | 206 class IntPair{ class 210 IntPair() {}; in IntPair() function in IntPair 211 ~IntPair() {x = x/y;}; //expected-warning {{Division by zero}} in ~IntPair() 215 IntPair *b = new IntPair(); in testCallToDestructor()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | GenericValue.h | 24 struct IntPair { struct 32 struct IntPair UIntPairVal;
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-override.cpp | 15 struct IntPair { struct 49 virtual void il(IntPair); 233 void il(IntPair p = {1, (2 + (3))}) {} in il()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | pieces-4.ll | 6 ; struct IntPair { int x, y; }; 9 ; struct IntPair o = {g(), 0}; 35 %struct.IntPair = type { i32, i32 } 40 …tail call void @llvm.dbg.declare(metadata %struct.IntPair* undef, metadata !12, metadata !17), !db… 78 !13 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "IntPair", file: !1, line: 1, siz…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | pieces.ll | 6 ; struct IntPair { int x, y; }; 16 ; struct IntPair o = {0, 0}; 261 %struct.IntPair = type { i32, i32 } 272 …tail call void @llvm.dbg.declare(metadata %struct.IntPair* undef, metadata !12, metadata !17), !db… 343 …tail call void @llvm.dbg.declare(metadata %struct.IntPair* undef, metadata !80, metadata !17), !db… 378 !13 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "IntPair", file: !1, line: 1, siz…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | inlineasm.ll | 59 ;; Ensure that i64 args to asm are allocated to the IntPair register class.
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 25 // v2i32 if it wasn't allocated to the IntPair register-class)
|
| H A D | SparcInstrInfo.td | 570 defm LDD : LoadA<"ldd", 0b000011, 0b010011, load, IntPair, v2i32, IIC_ldd>; 634 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32>; 1830 def : Pat<(extractelt (v2i32 IntPair:$Rn), 0), 1831 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_even))>; 1832 def : Pat<(extractelt (v2i32 IntPair:$Rn), 1), 1833 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_odd))>;
|
| H A D | SparcRegisterInfo.td | 336 def IntPair : RegisterClass<"SP", [v2i32], 64,
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 7932 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local 7933 PackedElts.push_back(IntPair); in handleD16VData() 7940 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local 7941 PackedElts.push_back(IntPair); in handleD16VData()
|