HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 551 - 575 of 826) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/Target/Hexagon/
RDFLiveness.cpp 95 NodeId Start = RefA.Id;
96 auto SNA = DFG.addr<RefNode*>(Start);
692 // An implicit def of a super-register may not necessarily start a
734 NodeId Start = RA.Id;
736 TA.Id != 0 && TA.Id != Start; TA = DFG.getNextShadow(IA, TA)) {
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 181 uint8_t Start = ((Opcode1 & 0xf0) >> 4);
183 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
201 uint8_t Start = ((Opcode1 & 0xf0) >> 4);
203 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "wR");
222 uint8_t Start = 16 + ((Opcode1 & 0xf0) >> 4);
224 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
232 uint8_t Start = ((Opcode1 & 0xf0) >> 4);
234 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
487 /// * The first word contains a PREL31 offset to the start of a function with
490 /// - The PREL31 offset of the start of the table entry for the function
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 354 * Scan forward in program from 'start' for the next occurances of TEMP[index].
362 GLuint start,
368 for (i = start; i < prog->arb.NumInstructions; i++) {
811 GLuint Start, End; /** Start/end instruction numbers */
863 assert(list->Intervals[k].Start == inv->Start);
882 if (ia->Start < ib->Start)
884 else if (ia->Start > ib->Start
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
toy.cpp 154 ExprAST *Start, *End, *Step, *Body;
156 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end,
158 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
314 ExprAST *Start = ParseExpression();
315 if (Start == 0) return 0;
317 return Error("expected ',' after for start value");
338 return new ForExprAST(IdName, Start, End, Step, Body);
564 // start = startexpr
567 // variable = phi [start, loopheader], [nextvariable, loopend
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.cpp 207 if (!I.valid() || I.start() != Idx)
358 OS << " [" << I.start() << ';' << I.stop() << "):";
493 SlotIndex Start = Todo.pop_back_val();
494 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start);
496 LocMap::iterator I = locInts.find(Start);
501 LiveRange *Range = LI->getLiveRangeContaining(Start);
504 Kills->push_back(Start);
511 // There could already be a short def at Start.
512 if (I.valid() && I.start() <= Start) {
    [all...]
SplitKit.cpp 163 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start);
167 SlotIndex Start, Stop;
168 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
183 assert(BI.FirstInstr >= Start);
190 BI.LiveIn = LVI->start <= Start;
194 assert(LVI->start == LVI->valno->def && "Dangling LiveRange start");
195 assert(LVI->start == BI.FirstInstr && "First instr should be a def");
203 if (++LVI == LVE || LVI->start >= Stop)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 220 // Size is now the size of the block we will remove from the start of the
387 // Start out with a vast new block of free memory.
407 "Mismatched function start/end!");
456 "Mismatched table start/end!");
502 /// start execution, the code pages may need permissions changed.
548 // [ START
580 // Add a FreeRangeHeader to the start of the function body region, indicating
590 // Start out with the freelist pointing to Mem0.
649 char *Start = (char*)I->base();
650 char *End = Start + I->size()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 387 uint64_t Start = OW->getStream().tell();
388 (void) Start;
493 assert(OW->getStream().tell() - Start == FragmentSize);
537 uint64_t Start = getWriter().getStream().tell();
538 (void) Start;
544 assert(getWriter().getStream().tell() - Start ==
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 259 // start:
423 // start:
428 // bneid RC, start
439 // start:
452 // Create the start and exit basic blocks for the atomic operation
453 MachineBasicBlock *start = F->CreateMachineBasicBlock(LLVM_BB); local
455 F->insert(It, start);
466 MBB->addSuccessor(start);
468 BuildMI(start, dl, TII->get(MBlaze::LWX), MI->getOperand(0).getReg())
472 MachineBasicBlock *final = start;
    [all...]
  /external/syslinux/efi32/include/efi/
efinet.h 323 EFI_SIMPLE_NETWORK_START Start;
  /external/syslinux/efi64/include/efi/
efinet.h 323 EFI_SIMPLE_NETWORK_START Start;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efinet.h 323 EFI_SIMPLE_NETWORK_START Start;
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 47 EFI_DEVICE_PATH *Start, *Next, *DevPath;
51 Start = DevPath;
72 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
73 DumpHex (0, 0, ((UINT8 *) DevPath) - ((UINT8 *) Start), Start);
94 // Return size and start of device path instance
97 *Size = ((UINT8 *) DevPath) - ((UINT8 *) Start);
98 return Start;
284 EFI_DEVICE_PATH *Start;
290 Start = DevPath
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleNetwork.h 402 @param Offset Byte offset in the NVRAM device at which to start the read or
568 EFI_SIMPLE_NETWORK_START Start;
  /external/v8/src/base/platform/
platform-posix.cc 616 void Thread::Start() {
  /external/v8/src/crankshaft/
lithium-allocator.h 59 // start.
64 // Returns the lifetime position for the start of the instruction which
120 // Representation of the non-empty interval [start,end[.
123 UseInterval(LifetimePosition start, LifetimePosition end)
124 : start_(start), end_(end), next_(NULL) {
125 DCHECK(start.Value() < end.Value());
128 LifetimePosition start() const { return start_; } function in class:v8::internal::UseInterval
139 if (other->start().Value() < start_.Value()) return other->Intersect(this);
140 if (other->start().Value() < end_.Value()) return other->start();
    [all...]
  /external/v8/src/libsampler/
sampler.cc 585 void Sampler::Start() {
  /external/v8/src/
lookup.cc 48 void LookupIterator::Start() {
64 template void LookupIterator::Start<true>();
65 template void LookupIterator::Start<false>();
112 Start<is_element>();
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 209 UINT16 Start[18];
228 Start[1] = 0;
231 Start[Index + 1] = (UINT16) (Start[Index] + (Count[Index] << (16 - Index)));
234 if (Start[17] != 0) {
242 Start[Index] >>= JuBits;
251 Index = (UINT16) (Start[TableBits + 1] >> JuBits);
270 NextCode = (UINT16) (Start[Len] + Weight[Len]);
274 for (Index = Start[Len]; Index < NextCode; Index++) {
280 Index3 = Start[Len]
    [all...]
  /external/webrtc/webrtc/base/
thread_unittest.cc 107 bool Start() { return false; }
207 th1.Start();
208 th2.Start();
237 EXPECT_TRUE(thread->Start());
243 EXPECT_TRUE(thread->Start());
249 EXPECT_TRUE(thread->Start());
268 // Create and start the thread.
270 thread.Start();
294 other_thread.Start();
317 thread_b.Start();
    [all...]
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 394 sequence->Start();
526 // therefore has no host candidate. This will trigger the port to start
792 void AllocationSequence::Start() {
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/
resource_default.cpp 209 DisplayError ResourceDefault::Start(Handle display_ctx) {
229 DLOGV_IF(kTagResources, "==== Resource reserving start: hw_block = %d ====", hw_block_id);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
resource_default.cpp 209 DisplayError ResourceDefault::Start(Handle display_ctx) {
229 DLOGV_IF(kTagResources, "==== Resource reserving start: hw_block = %d ====", hw_block_id);
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 178 DisplayError ResourceDefault::Start(Handle display_ctx) {
198 DLOGV_IF(kTagResources, "==== Resource reserving start: hw_block = %d ====", hw_block_id);
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 209 DisplayError ResourceDefault::Start(Handle display_ctx) {
229 DLOGV_IF(kTagResources, "==== Resource reserving start: hw_block = %d ====", hw_block_id);

Completed in 1539 milliseconds

<<21222324252627282930>>