Home
last modified time | relevance | path

Searched refs:SO (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp218 const StackObject &SO = Objects[i]; in print() local
221 if (SO.StackID != 0) in print()
222 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' '; in print()
224 if (SO.Size == ~0ULL) { in print()
228 if (SO.Size == 0) in print()
231 OS << "size=" << SO.Size; in print()
232 OS << ", align=" << SO.Alignment.value(); in print()
236 if (i < NumFixedObjects || SO.SPOffset != -1) { in print()
237 int64_t Off = SO.SPOffset - ValOffset; in print()
H A DStackMaps.cpp422 StatepointOpers SO(&MI); in parseStatepointOpers() local
430 assert(NumDeoptArgs == SO.getNumDeoptArgs()); in parseStatepointOpers()
444 unsigned GCPtrIdx = (unsigned)SO.getFirstGCPtrIdx(); in parseStatepointOpers()
453 unsigned NumGCPairs = SO.getGCPointerMap(GCPairs); in parseStatepointOpers()
H A DFixupStatepointCallerSaved.cpp573 StatepointOpers SO(&MI); in process() local
574 uint64_t Flags = SO.getFlags(); in process()
581 CallingConv::ID CC = SO.getCallingConv(); in process()
H A DMachineVerifier.cpp2418 StatepointOpers SO(MI); in visitMachineInstrBefore() local
2419 if (!MI->getOperand(SO.getIDPos()).isImm() || in visitMachineInstrBefore()
2420 !MI->getOperand(SO.getNBytesPos()).isImm() || in visitMachineInstrBefore()
2421 !MI->getOperand(SO.getNCallArgsPos()).isImm()) { in visitMachineInstrBefore()
2436 VerifyStackMapConstant(SO.getCCIdx()); in visitMachineInstrBefore()
2437 VerifyStackMapConstant(SO.getFlagsIdx()); in visitMachineInstrBefore()
2438 VerifyStackMapConstant(SO.getNumDeoptArgsIdx()); in visitMachineInstrBefore()
2439 VerifyStackMapConstant(SO.getNumGCPtrIdx()); in visitMachineInstrBefore()
2440 VerifyStackMapConstant(SO.getNumAllocaIdx()); in visitMachineInstrBefore()
2441 VerifyStackMapConstant(SO.getNumGcMapEntriesIdx()); in visitMachineInstrBefore()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp107 auto SO = makeJITDylibSearchOrder({&Jit->getMainJITDylib(), in getSymbolAddress() local
114 ES.lookup(SO, (NameKind == LinkerName) ? ES.intern(Name) in getSymbolAddress()
/freebsd/contrib/jemalloc/
H A DMakefile.in40 SO := @so@
162 ifeq ($(IMPORTLIB),$(SO))
171 ifneq ($(SOREV),$(SO))
172 DSOS += $(objroot)lib/$(LIBJEMALLOC).$(SO)
461 ifneq ($(IMPORTLIB),$(SO))
508 ifneq ($(SOREV),$(SO))
509 %.$(SO) : %.$(SOREV)
570 ifneq ($(SOREV),$(SO))
571 ln -sf $(LIBJEMALLOC).$(SOREV) $(LIBDIR)/$(LIBJEMALLOC).$(SO)
623 ifneq ($(SOREV),$(SO))
[all …]
/freebsd/share/i18n/esdb/ISO-2022/
H A DISO-2022-KR.src5 VARIABLE "INIT0=94B 1=94$C SI SO"
H A DISO-2022-CN.src5 VARIABLE "INIT0=94B 1=94$A 1=94$G 2=94$H SI SO SS2"
H A DISO-2022-CN-EXT.src5 VARIABLE "INIT0=94B 1=94$A 1=94$E 1=94$G 2=94$H 3=94$I 3=94$J 3=94$K 3=94$L 3=94$M SI SO SS2 SS3"
/freebsd/share/i18n/esdb/KOI/
H A DKOI7-switched.src5 VARIABLE "INIT0=94@ 1=94N SO SI"
/freebsd/usr.bin/col/
H A Dcol.c56 #define SO '\016' /* shift out to alternate character set */ macro
222 case SO: in main()
513 PUTC(SO); in flush_line()
/freebsd/contrib/ntp/include/
H A Dascii.h55 #define SO 14 macro
/freebsd/share/i18n/esdb/CP/
H A DCP50222.src5 VARIABLE "INIT0=94B INIT1=94I 0=94B 0=94J 0=94$B 0=94$@ 1=94I SI SO"
H A DCP50221.src5 VARIABLE "INIT0=94B INIT1=94I 0=94B 0=94J 0=94$B 0=94$@ 0=94I 1=94I SI SO"
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp227 ArrayRef SO = SegmentOffsets; in end() local
232 for (uint32_t Offset : reverse(SO)) { in end()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp143 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx); in addCodeToMergeInOperand() local
145 CGI.Operands[SO.first].EncoderMethodNames[SO.second]; in addCodeToMergeInOperand()
/freebsd/usr.bin/ul/
H A Dul.c43 #define SO '\016' macro
199 case SO: in filter()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h400 inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO,
404 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp209 unsigned getCondTfrOpcode(const MachineOperand &SO, bool Cond);
585 unsigned HexagonExpandCondsets::getCondTfrOpcode(const MachineOperand &SO, in getCondTfrOpcode() argument
587 if (SO.isReg()) { in getCondTfrOpcode()
589 RegisterRef RS = SO; in getCondTfrOpcode()
607 switch (SO.getType()) { in getCondTfrOpcode()
H A DHexagonLoadStoreWidening.cpp560 MachineOperand &SO = HII->isPostIncrement(*MI) in createWideStores() local
567 switch (SO.getType()) { in createWideStores()
574 Val = (SO.getImm() & Mask) << Shift; in createWideStores()
/freebsd/contrib/netbsd-tests/usr.bin/sdiff/
H A Dd_tabs.out95 …native-socket: sockdom eq "AF_INET" and socktype eq "SO native-socket: sockdom eq "AF_INET" and…
100 …native-socket: sockdom eq "AF_INET" and socktype eq "SO native-socket: sockdom eq "AF_INET" and…
/freebsd/usr.sbin/kbdcontrol/
H A Dlex.l93 SO|so { number = 14; return TNUM; }
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp599 for (auto &SO : OM.second) { in getFinalOverriders() local
600 SmallVectorImpl<UniqueVirtualMethod> &Overriding = SO.second; in getFinalOverriders()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1012 auto Known = [&BB, &VisitedBlocks](OffsetSpan SO) { in findLoadOffsetRange() argument
1013 return VisitedBlocks[&BB] = SO; in findLoadOffsetRange()
1120 OffsetSpan SO = in visitLoadInst() local
1123 if (!SO.bothKnown()) in visitLoadInst()
1125 return SO; in visitLoadInst()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp617 [](const JITDylibSearchOrder &SO) { return SO; }); in initialize() argument
656 [](const JITDylibSearchOrder &SO) { return SO; }); in deinitialize() argument

123