Searched refs:SO (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h55 #define SO 14 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp223 const StackObject &SO = Objects[i]; local
226 if (SO.StackID != 0)
227 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' ';
229 if (SO.Size == ~0ULL) {
233 if (SO.Size == 0)
236 OS << "size=" << SO.Size;
237 OS << ", align=" << SO.Alignment.value();
241 if (i < NumFixedObjects || SO.SPOffset != -1) {
242 int64_t Off = SO.SPOffset - ValOffset;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp227 auto SO = makeArrayRef(SegmentOffsets); local
232 for (uint32_t Offset : reverse(SO)) {
/freebsd-11-stable/usr.bin/col/
H A Dcol.c68 #define SO '\016' /* shift out to alternate character set */ macro
243 case SO:
520 PUTC(SO);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp406 MachineOperand &SO = MI->getOperand(2); // Source. local
407 assert(SO.isImm() && "Expecting an immediate operand");
411 unsigned Val = (SO.getImm() & Mask) << Shift;
H A DHexagonExpandCondsets.cpp212 unsigned getCondTfrOpcode(const MachineOperand &SO, bool Cond);
576 /// Get the opcode for a conditional transfer of the value in SO (source
578 unsigned HexagonExpandCondsets::getCondTfrOpcode(const MachineOperand &SO, argument
582 if (SO.isReg()) {
584 RegisterRef RS = SO;
603 switch (SO.getType()) {
H A DHexagonConstPropagation.cpp661 const MachineOperand &SO = PN.getOperand(i); local
662 RegisterSubReg UseR(SO);
3053 MachineOperand &SO = MI.getOperand(CopyOf);
3054 RegisterSubReg SR(SO);
3061 .addReg(SR.Reg, getRegState(SO), SR.SubReg);
3085 MachineOperand &SO = MI.getOperand(CopyOf);
3086 RegisterSubReg SR(SO);
3093 .addReg(SR.Reg, getRegState(SO), SR.SubReg);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1840 std::pair<unsigned, unsigned> SO =
1842 TiedNames[InOutOperands[i].second] = InOutOperands[SO.first].second;
1843 TiedNames[InOutOperands[SO.first].second] = InOutOperands[i].second;
1924 std::pair<unsigned, unsigned> SO =
1926 const std::string &Name = CGI.Operands[SO.first].Name;
1929 << ": " << Name << "(" << SO.first << ", " << SO.second
1933 Record *TypeRecord = CGI.Operands[SO.first].Rec;
1942 CGI.Operands[SO.first].MIOperandInfo &&
1943 CGI.Operands[SO
[all...]
H A DCodeEmitterGen.cpp135 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx); local
136 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
147 if (SO.second == 0) {
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l95 SO|so { number = 14; return TNUM; }
/freebsd-11-stable/usr.bin/ul/
H A Dul.c55 #define SO '\016' macro
211 case SO:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h376 "Unable to encode second part of T2 two part SO immediate");
399 inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO, argument
403 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp739 for (auto &SO : OM.second) {
740 SmallVectorImpl<UniqueVirtualMethod> &Overriding = SO.second;
H A DDeclCXX.cpp1886 for (OverridingMethods::iterator SO = M->second.begin(),
1888 SO != SOEnd && !Done; ++SO) {
1889 assert(SO->second.size() > 0 &&
1896 if (SO->second.front().Method->isPure()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp859 static Value *foldOperationIntoSelectOperand(Instruction &I, Value *SO, argument
862 return Builder.CreateCast(Cast->getOpcode(), SO, I.getType());
870 if (auto *SOC = dyn_cast<Constant>(SO)) {
876 Value *Op0 = SO, *Op1 = ConstOperand;
882 SO->getName() + ".op");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1779 for (const SectionOffset &SO : Publics.getSectionOffsets())
1780 P.formatLine("{0:x4}:{1:x8}", uint16_t(SO.Isect), uint32_t(SO.Off));
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c129 SO, enumerator in enum:__anon5463
2220 /* [9,8] */ TNS("cXtX",CBW), TNS("cXtX",CWD), TNSx("lcall",SO), TNS("fwait",NORM),
2251 /* [E,8] */ TNSyp("call",D), TNSy("jmp",D), TNSx("ljmp",SO), TNSy("jmp",BD),
4565 case SO:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp5584 for (OverridingMethods::iterator SO = M->second.begin(),
5586 SO != SOEnd; ++SO) {
5593 if (SO->second.size() != 1)
5596 if (!SO->second.front().Method->isPure())
5599 if (!SeenPureMethods.insert(SO->second.front().Method).second)
5602 Diag(SO->second.front().Method->getLocation(),
5604 << SO->second.front().Method->getDeclName() << RD->getDeclName();
H A DSemaDecl.cpp16831 for (OverridingMethods::iterator SO = M->second.begin(),
16833 SO != SOEnd; ++SO) {
16834 assert(SO->second.size() > 0 &&
16836 if (SO->second.size() == 1)
16848 OM = SO->second.begin(),
16849 OMEnd = SO->second.end();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8668 Optional<APInt> SO = None;
8672 SO = APIntOps::SolveQuadraticEquationWrap(A, B, -Bound, BitWidth);
8695 if (!SO.hasValue() || !UO.hasValue())
8699 // At this point, both SO and UO must have values.
8700 Optional<APInt> Min = MinOptional(SO, UO);
8703 Optional<APInt> Max = Min == SO ? UO : SO;

Completed in 543 milliseconds