/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineFunction.cpp | 493 const StackObject &SO = Objects[i]; 495 if (SO.Size == ~0ULL) { 499 if (SO.Size == 0) 502 OS << "size=" << SO.Size; 503 OS << ", align=" << SO.Alignment; 507 if (i < NumFixedObjects || SO.SPOffset != -1) { 508 int64_t Off = SO.SPOffset - ValOffset;
|
/external/llvm/utils/TableGen/ |
CodeEmitterGen.cpp | 116 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx); 117 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; 123 // sub-operands, if there are more than one, so only 125 if (SO.second == 0) {
|
FixedLenDecoderEmitter.cpp | 592 // NumToSkip entry itself, so subtract two from the displacement here [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
Makefile | 122 SO= .so 491 libpython$(VERSION).so: $(LIBRARY_OBJS) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/config/ |
Makefile | 122 SO= .so 492 libpython$(VERSION).so: $(LIBRARY_OBJS) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 122 SO= .so 491 libpython$(VERSION).so: $(LIBRARY_OBJS) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 122 SO= .so 492 libpython$(VERSION).so: $(LIBRARY_OBJS) [all...] |
/external/icu/icu4c/source/tools/icuinfo/ |
Makefile.in | 80 PLUGIN=$(LIBPREFIX)plugin.$(SO)
|
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 714 // SP not FP. Align to MaxAlign so this works. 731 const StackObject &SO = Objects[i]; 733 if (SO.Size == ~0ULL) { 737 if (SO.Size == 0) 740 OS << "size=" << SO.Size; 741 OS << ", align=" << SO.Alignment; 745 if (i < NumFixedObjects || SO.SPOffset != -1) { 746 int64_t Off = SO.SPOffset - ValOffset; [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonStoreWidening.cpp | 259 // seen so far (that are not a part of this group), terminate the group. 359 // Stores are sorted, so if S1 and S2 are not adjacent, there won't be 412 MachineOperand &SO = MI->getOperand(2); // Source. 413 assert(SO.isImm() && "Expecting an immediate operand"); 417 unsigned Val = (SO.getImm() & Mask) << Shift; 517 // to move it out of the way, so it remains valid after removing all the 518 // old stores, and so we are able to recover it back to the proper insertion
|
HexagonExpandCondsets.cpp | 78 // that is it actually live at the A2_tfrf, and so the now dead definition 248 unsigned getCondTfrOpcode(const MachineOperand &SO, bool Cond); 381 // Check if all subranges end at I->end. If so, make sure to kill 566 // Fixing <dead> flags may extend live ranges, so reset <kill> flags 575 /// Get the opcode for a conditional transfer of the value in SO (source 577 unsigned HexagonExpandCondsets::getCondTfrOpcode(const MachineOperand &SO, 580 if (SO.isReg()) { 582 RegisterRef RS = SO; 601 if (SO.isImm() || SO.isFPImm() [all...] |
/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 200 public static final byte SO = 14; 633 // Calling length() is the null pointer check (so do it before we can exit early).
|
/external/icu/icu4c/source/data/mappings/ |
ucmfiles.mk | 21 # * To add EBCDIC converters that uses different SI/SO characters: 23 # different SI/SO characters than the "standard" ones: 0xf/0xe.
|
/external/syslinux/com32/cmenu/libmenu/ |
help.c | 72 putchar(SO);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/curses/ |
ascii.py | 19 SO = 0x0e # ^N 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/prebuilts/gdb/linux-x86/lib/python2.7/curses/ |
ascii.py | 19 SO = 0x0e # ^N 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 19 SO = 0x0e # ^N 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 19 SO = 0x0e # ^N 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/external/icu/icu4c/source/config/ |
icu-config-bottom | 169 --so) 170 echo $SO
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
ARMAddressingModes.h | 383 "Unable to encode second part of T2 two part SO immediate"); 406 static inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO, 410 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ;
|
/build/make/core/ |
cleanspec.mk | 18 # WHEN DOING SO
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAddressingModes.h | 384 "Unable to encode second part of T2 two part SO immediate"); 407 static inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO, 411 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ;
|
/external/deqp/framework/qphelper/ |
qpXmlWriter.c | 77 case 14: repl = "<SO>"; break;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | 25 // 2. Bitwise operators with constant operands are always grouped so that 519 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO, 522 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType()); 529 if (Constant *SOC = dyn_cast<Constant>(SO)) { 535 Value *Op0 = SO, *Op1 = ConstOperand; 541 SO->getName()+".op"); 544 SO->getName()+".cmp"); 547 SO->getName()+".cmp"); 655 // If we are going to have to insert a new computation, do so right before the 730 /// the specified offset. If so, fill them into NewIndices and return th [all...] |
/external/valgrind/helgrind/ |
hg_main.c | 75 // from our mappings, so that the associated SO can be freed up 260 acquired, so as to produce better lock-order error messages. */ 316 acquired, so as to produce better lock-order error messages. */ 788 found. So assert it is non-null; that in effect asserts that we 1738 SO* so; local 2257 SO* so; \/* libhb-allocated SO *\/ member in struct:__anon35937 2281 SO* so = libhb_so_alloc(); local 2776 SO* so; local 2800 SO* so; local 2828 SO* so; local 2877 SO* so; local 2905 SO* so; local 3109 SO* so = libhb_so_alloc(); local 3312 SO* so = libhb_so_alloc(); local 3322 SO* so = (SO*)valW; local 3343 SO* so; local 3368 SO* so; local [all...] |