| /llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.common/ |
| H A D | common_comparison_category.pass.cpp | 39 using SO = std::strong_ordering; in main() typedef 47 test_cat<void, SO&>(); in main() 48 test_cat<void, SO const>(); in main() 49 test_cat<void, SO*>(); in main() 50 test_cat<void, SO, void, SO>(); in main() 57 test_cat<PO, SO, PO, SO>(); in main() 58 test_cat<PO, WO, PO, SO>(); in main() 65 test_cat<WO, SO, WO, SO>(); in main() 70 test_cat<SO, SO>(); in main() 71 test_cat<SO, SO, SO>(); in main() [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | mips-tls-64.s | 83 # SO: Relocations [ 84 # SO-NEXT: Section (7) .rel.dyn { 93 # SO-NEXT: } 94 # SO-NEXT: ] 95 # SO: Primary GOT { 97 # SO-NEXT: Reserved entries [ 98 # SO: ] 99 # SO-NEXT: Local entries [ 100 # SO-NEXT: ] 101 # SO-NEXT: Global entries [ [all …]
|
| H A D | mips-tls.s | 77 # SO: Relocations [ 78 # SO-NEXT: Section (7) .rel.dyn { 87 # SO-NEXT: } 88 # SO-NEXT: ] 89 # SO: Primary GOT { 91 # SO-NEXT: Reserved entries [ 92 # SO: ] 93 # SO-NEXT: Local entries [ 94 # SO-NEXT: ] 95 # SO-NEXT: Global entries [ [all …]
|
| H A D | mips-got16-relocatable.s | 10 # RUN: | FileCheck -check-prefix=SO %s 24 # SO: SYMBOL TABLE 25 # SO: {{0*}}[[D1:[0-9a-f]{1,4}]] l .data {{0+}} data 26 # SO: {{0*}}[[D2:[0-9a-f]{1,4}]] l .data {{0+}} data 28 # SO: Disassembly of section .text: 29 # SO-EMPTY: 30 # SO-NEXT: <.text>: 31 # SO-NEXT: lw $25, -0x7fe8($gp) 32 # SO-NEXT: addiu $4, $25, 0x[[D1]] 33 # SO: lw $25, -0x7fe8($gp) [all …]
|
| H A D | mips-tls-hilo.s | 31 # SO: Relocations [ 32 # SO-NEXT: ] 33 # SO: Primary GOT { 34 # SO: Local entries [ 35 # SO-NEXT: ] 36 # SO-NEXT: Global entries [ 37 # SO-NEXT: ] 38 # SO-NEXT: Number of TLS and multi-GOT entries: 0 39 # SO-NEXT: }
|
| H A D | ppc64-check-missing-tocbase.s | 8 # RUN: llvm-readelf -r %t.so | FileCheck --check-prefix=SO-REL %s 9 # RUN: llvm-readelf -x .got %t.so | FileCheck --check-prefix=SO-GOT %s 10 # RUN: llvm-readelf -s %t.so | FileCheck --check-prefix=SO-SYM %s 24 # SO-REL: Relocation section '.rela.dyn' 25 # SO-REL: 0000000000020390 0000000100000014 R_PPC64_GLOB_DAT 00000000000102d0 glob_int + 0 27 # SO-GOT: Hex dump of section '.got': 28 # SO-GOT: 0x00020388 88830200 00000000 00000000 00000000 30 # SO-SYM: Symbol table '.symtab' contains 4 entries: 31 # SO-SYM: 3: 00000000000102d0 4 NOTYPE GLOBAL DEFAULT 6 glob_int
|
| H A D | mips-elf-flags.s | 46 # SO: Flags [ 50 # SO-NEXT: EF_MIPS_PIC 51 # SO-NEXT: ] 53 # SO-NEXT: Version: 0 54 # SO-NEXT: ISA: MIPS32 56 # SO-NEXT: ASEs [ 57 # SO-NEXT: ] 62 # SO-NEXT: Flags 1 [ 63 # SO-NEXT: ODDSPREG 64 # SO-NEXT: ] [all …]
|
| H A D | mips-jalr.s | 9 # RUN: llvm-objdump -d --no-show-raw-insn %t.so | FileCheck --check-prefix=SO %s 18 # SO: jalr $25 19 # SO: bal {{.*}} <foo> 20 # SO: jalr $25 22 # SO: jr $25 23 # SO: b {{.*}} <foo> 24 # SO: jr $25
|
| H A D | mips-gp-disp.s | 11 # RUN: llvm-readelf --symbols %t.so | FileCheck -check-prefix=INT-SO %s 13 # RUN: | FileCheck -check-prefix=EXT-SO %s 17 # INT-SO: 00000000 0 NOTYPE LOCAL HIDDEN ABS _gp_disp 18 # EXT-SO: 00020000 0 NOTYPE GLOBAL DEFAULT 9 _gp_disp
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineFrameInfo.cpp | 221 const StackObject &SO = Objects[i]; in print() local 224 if (SO.StackID != 0) in print() 225 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' '; in print() 227 if (SO.Size == ~0ULL) { in print() 231 if (SO.Size == 0) in print() 234 OS << "size=" << SO.Size; in print() 235 OS << ", align=" << SO.Alignment.value(); in print() 239 if (i < NumFixedObjects || SO.SPOffset != -1) { in print() 240 int64_t Off = SO.SPOffset - ValOffset; in print()
|
| H A D | StackMaps.cpp | 394 StatepointOpers SO(&MI); in parseStatepointOpers() local 402 assert(NumDeoptArgs == SO.getNumDeoptArgs()); in parseStatepointOpers() 416 unsigned GCPtrIdx = (unsigned)SO.getFirstGCPtrIdx(); in parseStatepointOpers() 425 unsigned NumGCPairs = SO.getGCPointerMap(GCPairs); in parseStatepointOpers()
|
| H A D | FixupStatepointCallerSaved.cpp | 575 StatepointOpers SO(&MI); in process() local 576 uint64_t Flags = SO.getFlags(); in process() 583 CallingConv::ID CC = SO.getCallingConv(); in process()
|
| H A D | MachineVerifier.cpp | 1835 StatepointOpers SO(MI); in visitMachineInstrBefore() local 1836 if (!MI->getOperand(SO.getIDPos()).isImm() || in visitMachineInstrBefore() 1837 !MI->getOperand(SO.getNBytesPos()).isImm() || in visitMachineInstrBefore() 1853 VerifyStackMapConstant(SO.getCCIdx()); in visitMachineInstrBefore() 1854 VerifyStackMapConstant(SO.getFlagsIdx()); in visitMachineInstrBefore() 1855 VerifyStackMapConstant(SO.getNumDeoptArgsIdx()); in visitMachineInstrBefore() 1856 VerifyStackMapConstant(SO.getNumGCPtrIdx()); in visitMachineInstrBefore() 1857 VerifyStackMapConstant(SO.getNumAllocaIdx()); in visitMachineInstrBefore() 1858 VerifyStackMapConstant(SO.getNumGcMapEntriesIdx()); in visitMachineInstrBefore() 1862 unsigned FirstGCPtrIdx = SO.getFirstGCPtrIdx(); in visitMachineInstrBefore() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/ObjectFile/ELF/ |
| H A D | TestObjectFileELF.cpp | 150 std::string SO = GetInputFilePath("early-section-headers.so"); in TEST_F() local 152 ASSERT_EQ(1u, ObjectFile::GetModuleSpecifications(FileSpec(SO), 0, 0, Specs)); in TEST_F()
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | lto-object-path.ll | 19 ; CHECK: 0000000000000000 - 00 0000 SO /tmp/test.cpp 26 ; CHECK-NEXT: 0000000000000000 - 01 0000 SO
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 1971 std::pair<unsigned, unsigned> SO = in populateInstruction() local 1974 std::string(InOutOperands[SO.first].second); in populateInstruction() 1975 TiedNames[std::string(InOutOperands[SO.first].second)] = in populateInstruction() 2061 std::pair<unsigned, unsigned> SO = in populateInstruction() local 2063 const std::string &Name = CGI.Operands[SO.first].Name; in populateInstruction() 2070 Record *TypeRecord = CGI.Operands[SO.first].Rec; in populateInstruction() 2080 CGI.Operands[SO.first].MIOperandInfo->getNumArgs()) { in populateInstruction() 2081 Init *Arg = CGI.Operands[SO.first].MIOperandInfo->getArg(SO.second); in populateInstruction() 2121 if (CGI.Operands[SO.first].MIOperandInfo && in populateInstruction() 2148 std::pair<unsigned, unsigned> SO = in populateInstruction() local [all …]
|
| H A D | CodeEmitterGen.cpp | 137 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx); in AddCodeToMergeInOperand() local 138 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; in AddCodeToMergeInOperand() 149 if (SO.second == 0) { in AddCodeToMergeInOperand()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | OrcCAPITest.cpp | 373 LLVMOrcCJITDylibSearchOrderElement SO[] = { in TEST_F() local 384 LLVMOrcExecutionSessionLookup(ExecutionSession, LLVMOrcLookupKindStatic, SO, in TEST_F() 403 LLVMOrcCJITDylibSearchOrderElement SO[] = { in TEST_F() local 407 LLVMOrcExecutionSessionLookup(ExecutionSession, LLVMOrcLookupKindStatic, SO, in TEST_F() 745 LLVMOrcCJITDylibSearchOrderElement SO[] = { in TEST_F() local 750 LLVMOrcExecutionSessionLookup(ExecutionSession, LLVMOrcLookupKindStatic, SO, in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | ContinuationRecordBuilder.cpp | 227 auto SO = makeArrayRef(SegmentOffsets); in end() local 232 for (uint32_t Offset : reverse(SO)) { in end()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonStoreWidening.cpp | 405 MachineOperand &SO = MI->getOperand(2); // Source. in createWideStores() local 406 assert(SO.isImm() && "Expecting an immediate operand"); in createWideStores() 410 unsigned Val = (SO.getImm() & Mask) << Shift; in createWideStores()
|
| H A D | HexagonExpandCondsets.cpp | 214 unsigned getCondTfrOpcode(const MachineOperand &SO, bool Cond); 580 unsigned HexagonExpandCondsets::getCondTfrOpcode(const MachineOperand &SO, in getCondTfrOpcode() argument 584 if (SO.isReg()) { in getCondTfrOpcode() 586 RegisterRef RS = SO; in getCondTfrOpcode() 604 switch (SO.getType()) { in getCondTfrOpcode()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAddressingModes.h | 413 inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO, 417 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ;
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | nm-trivial-object.test | 328 # macho-pa: 0000000000000000 - 00 0000 SO /Volumes/SandBox/ 329 # macho-pa: 0000000000000000 - 00 0000 SO hello.c 335 # macho-pa: 0000000000000000 - 01 0000 SO
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 879 auto Known = [&BB, &VisitedBlocks](SizeOffsetType SO) { in findLoadSizeOffset() argument 880 return VisitedBlocks[&BB] = SO; in findLoadSizeOffset() 984 SizeOffsetType SO = in visitLoadInst() local 987 if (!bothKnown(SO)) in visitLoadInst() 989 return SO; in visitLoadInst()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CXXInheritance.cpp | 650 for (auto &SO : OM.second) { in getFinalOverriders() local 651 SmallVectorImpl<UniqueVirtualMethod> &Overriding = SO.second; in getFinalOverriders()
|