HomeSort by: relevance | last modified time | path
    Searched refs:SO (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/contrib/
expect-read1.sh 34 SO=/tmp/expect-read1.$$.so
35 rm -f $SO
36 CMD="${CC_FOR_TARGET:-gcc} -o $SO -Wall -fPIC -shared $C"
41 trap "rm -f $SO" EXIT
42 LD_PRELOAD=$SO expect "$@"
  /src/external/gpl3/gdb/dist/gdb/contrib/
expect-read1.sh 43 SO=$tmpdir/expect-read1.so
44 CMD="${CC_FOR_TARGET:-gcc} -o $SO -Wall -fPIC -shared $C"
51 LD_PRELOAD=$SO expect "$@"
  /src/external/bsd/ntp/dist/include/
ascii.h 57 #define SO 14
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFrameInfo.cpp 182 // SP not FP. Align to MaxAlign so this works.
221 const StackObject &SO = Objects[i];
224 if (SO.StackID != 0)
225 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' ';
227 if (SO.Size == ~0ULL) {
231 if (SO.Size == 0)
234 OS << "size=" << SO.Size;
235 OS << ", align=" << SO.Alignment.value();
239 if (i < NumFixedObjects || SO.SPOffset != -1) {
240 int64_t Off = SO.SPOffset - ValOffset
    [all...]
FixupStatepointCallerSaved.cpp 13 /// call returns. So we can say that we need to encode the fact that these
161 // There can't be any after STATEPOINT, so we can eliminate Def.
488 // We skipped undef uses and did not spill them, so we should not
574 StatepointOpers SO(&MI);
575 uint64_t Flags = SO.getFlags();
582 CallingConv::ID CC = SO.getCallingConv();
StackMaps.cpp 394 StatepointOpers SO(&MI);
402 assert(NumDeoptArgs == SO.getNumDeoptArgs());
416 unsigned GCPtrIdx = (unsigned)SO.getFirstGCPtrIdx();
425 unsigned NumGCPairs = SO.getGCPointerMap(GCPairs);
MachineVerifier.cpp 862 // making an arbitrary choice and emitting not so helpful message, let's
921 // overwrite it later so it's always clear which type was expected:
1156 // reported in case of any issues), so no need to report them again. As
1733 StatepointOpers SO(MI);
1734 if (!MI->getOperand(SO.getIDPos()).isImm() ||
1735 !MI->getOperand(SO.getNBytesPos()).isImm() ||
1736 !MI->getOperand(SO.getNCallArgsPos()).isImm()) {
1751 VerifyStackMapConstant(SO.getCCIdx());
1752 VerifyStackMapConstant(SO.getFlagsIdx());
1753 VerifyStackMapConstant(SO.getNumDeoptArgsIdx())
    [all...]
LiveIntervals.cpp 269 // and return values are passed in fixed registers, and so are exception
285 // idempotent. It is very rare for a register unit to have multiple roots, so
593 // part of the subregister, so there is no real liverange at the use
664 // range. It is possible that KillMBB itself is reachable, so start a DFS
897 StatepointOpers SO(MI);
898 if (SO.getFlags() & (uint64_t)StatepointFlags::DeoptLiveIn)
900 for (unsigned Idx = SO.getNumDeoptArgsIdx(), E = SO.getNumGCPtrIdx(); Idx < E;
1045 // This is extremely rare case, so let's check and reconstruct the
1282 // OldIdx, moreover the value must be live at NewIdx so there is nothin
    [all...]
  /src/sys/arch/amiga/dev/
kbdmap.h 46 #define SO 14
  /src/sys/arch/atari/dev/
kbdmap.h 50 #define SO 14
  /src/sys/arch/x68k/include/
kbdmap.h 20 #define SO 14
  /src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h 17 #define SO 14
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
ContinuationRecordBuilder.cpp 99 // continuation. So if we are over that, inject a continuation between the
105 // the previous member. Save off the length of the member we just wrote so
144 // Seek to the end so that we can keep writing against the new segment.
220 // TypeIndex references can only point backwards, not forwards). So the
227 auto SO = makeArrayRef(SegmentOffsets);
232 for (uint32_t Offset : reverse(SO)) {
243 // Explicitly instantiate the member function for each known type so that we can
  /src/usr.bin/col/
col.c 73 #define SO '\016' /* shift out to alternate character set */
233 case SO:
524 PUTC(SO);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 258 // seen so far (that are not a part of this group), terminate the group.
355 // Stores are sorted, so if S1 and S2 are not adjacent, there won't be
406 MachineOperand &SO = MI->getOperand(2); // Source.
407 assert(SO.isImm() && "Expecting an immediate operand");
411 unsigned Val = (SO.getImm() & Mask) << Shift;
510 // to move it out of the way, so it remains valid after removing all the
511 // old stores, and so we are able to recover it back to the proper insertion
HexagonExpandCondsets.cpp 77 // that is it actually live at the A2_tfrf, and so the now dead definition
214 unsigned getCondTfrOpcode(const MachineOperand &SO, bool Cond);
353 // Check if all subranges end at I->end. If so, make sure to kill
503 // Tied defs will always have corresponding uses, so no extra
570 // Fixing <dead> flags may extend live ranges, so reset <kill> flags
578 /// Get the opcode for a conditional transfer of the value in SO (source
580 unsigned HexagonExpandCondsets::getCondTfrOpcode(const MachineOperand &SO,
584 if (SO.isReg()) {
586 RegisterRef RS = SO;
604 switch (SO.getType())
    [all...]
HexagonConstPropagation.cpp 529 // L can be neither Top nor Bottom, so *this must have changed.
660 const MachineOperand &SO = PN.getOperand(i);
661 RegisterSubReg UseR(SO);
968 // Traverse the instructions in a post-order, so that rewriting an
980 // traversal/rewrite will update block successors, so it's safer
1046 // erase instructions during rewriting, so this needs to be delayed until
2105 // will generate the same type as the operand, so truncate the
2137 // will generate the same type as the operand, so truncate the
2269 // all the branches in a basic block at once, so we cannot use it.
3063 MachineOperand &SO = MI.getOperand(CopyOf)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 648 // NumToSkip entry itself, so subtract two from the displacement here
1328 // The bit is meant to be false, so emit a check to see if it is true.
1332 // The bit is meant to be true, so emit a check to see if it is false.
1401 // The fixup is always 24-bits, so go ahead and allocate the space
1402 // in the table so all our relative position calculations work OK even
1744 // Set the BestIndex to -1 to indicate so.
1844 // Gather the outputs/inputs of the instruction, so we can find their
1857 // Search for tied operands, so that we can correctly instantiate
1863 std::pair<unsigned, unsigned> SO =
1866 std::string(InOutOperands[SO.first].second)
    [all...]
CodeEmitterGen.cpp 135 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx);
136 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
145 // sub-operands, if there are more than one, so only
147 if (SO.second == 0) {
  /src/usr.bin/ul/
ul.c 54 #define SO '\016'
172 case SO:
  /src/games/warp/
term.h 271 EXT char *SO INIT(NULL); /* begin standout mode */
273 EXT int SG INIT(0); /* blanks left by SO and SE */
299 #define standout() do_tc(SO,1)
term.c 167 SO = Tgetstr("so"); /* begin standout */
180 US = SO; /* substitute standout mode */
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 390 "Unable to encode second part of T2 two part SO immediate");
413 inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO,
417 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ;
  /src/external/bsd/ekermit/dist/
kermit.h 147 #define SO 016 /* Shift Out */
400 long sofar; /* Bytes transferred so far */
  /src/external/apache2/llvm/dist/clang/lib/AST/
CXXInheritance.cpp 278 // declarations that are so hidden are eliminated from
343 // base is a subobject of any other path; if so, then the
528 // so let the base class fill in our overriders for us.
536 // overrides so that we do not walk the virtual base class (and
591 // This virtual method overrides other virtual methods, so it does
594 // overrider. To do so, we dig down to the original virtual
650 for (auto &SO : OM.second) {
651 SmallVectorImpl<UniqueVirtualMethod> &Overriding = SO.second;

Completed in 55 milliseconds

1 2