HomeSort by relevance Sort by last modified time
    Searched refs:End (Results 501 - 525 of 1604) sorted by null

<<21222324252627282930>>

  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 113 // Comment until end of line.
122 // Check for end of file. Don't eat the EOF.
211 std::unique_ptr<ExprAST> Start, End, Step, Body;
215 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step,
217 : VarName(VarName), Start(std::move(Start)), End(std::move(End)),
274 } // end anonymous namespace
422 auto End = ParseExpression();
423 if (!End)
443 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End),
    [all...]
  /external/llvm/include/llvm/Analysis/
IntervalIterator.h 81 Int->Nodes.insert(Int->Nodes.end(), I->Nodes.begin(), I->Nodes.end());
99 IntervalIterator() {} // End iterator, empty stack
139 assert(!IntStack.empty() && "Attempting to use interval iterator at end!");
231 Int->Successors.end(), NodeHeader),
232 Int->Successors.end());
238 End = GT::child_end(Node); It != End; ++It)
266 } // End llvm namespace
  /external/llvm/include/llvm/CodeGen/
FaultMaps.h 190 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End)
191 : P(Begin), E(End) {}
LiveIntervalAnalysis.h 145 /// instruction to the end of its MBB.
170 /// If a SlotIndex in Indices is the end index of a basic block, LI will be
178 /// any liveness reachable from Kill. Add live range end points to
293 /// begin/end on the SlotIndex for BundleStart.
315 MachineBasicBlock::iterator End,
445 MachineBasicBlock::iterator End,
451 } // End llvm namespace
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 162 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
172 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
179 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
185 void getFunctionConstantRange(unsigned &Start, unsigned &End) const {
187 End = FirstInstID;
292 } // End llvm namespace
  /external/llvm/lib/CodeGen/
SplitKit.h 159 /// can create live ranges that end in mid-air.
411 /// enterIntvAtEnd - Enter the open interval at the end of MBB.
412 /// Use the open interval from the inserted copy to the MBB end.
420 void useIntv(SlotIndex Start, SlotIndex End);
423 /// Return the end of the live range.
427 /// Return the end of the live range.
432 /// Return the end of the live range.
441 /// The Start index should be a return value from a leaveIntv* call, and End
445 void overlapIntv(SlotIndex Start, SlotIndex End);
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 150 DILineInfoTable::iterator End = Lines.end();
151 for (DILineInfoTable::iterator It = Begin; It != End; ++It) {
163 // as the end of the corresponding code region. The start of the code
194 if (DebugObjects.find(Obj.getData().data()) == DebugObjects.end())
203 if (OI == LoadedObjectMap.end())
209 FE = Functions.end();
214 if (MI != MethodIDs.end()) {
  /external/llvm/lib/IR/
DebugInfo.cpp 252 for (auto II = BB.begin(), End = BB.end(); II != End;) {
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 202 // column end take up one byte each.
204 // position at the end of the line without knowing the length of that line.
359 // greater than \p End if not.
361 const char *End) = 0;
438 const char *End) override {
440 if (Buf + sizeof(CovMapHeader) > End)
449 // Skip past the function records, saving the start and end for later.
455 if (Buf + FilenamesSize > End)
468 if (Buf > End)
493 } // end anonymous namespac
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 151 unsigned Start, End;
152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End))
  /external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/
1.s 105 .byte 0 @ End Of Children Mark
109 .byte 0 @ End Of Macro List Mark
  /external/llvm/tools/dsymutil/
BinaryHolder.cpp 27 for (auto It = Fat.begin_objects(), End = Fat.end_objects(); It != End;
  /external/mesa3d/docs/
MESA_resize_buffers.spec 69 Begin and End.
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
IntervalIterator.h 81 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes));
100 IntervalIterator() {} // End iterator, empty stack
132 assert(!IntStack.empty() && "Attempting to use interval iterator at end!");
222 Int->Successors.end(), NodeHeader),
223 Int->Successors.end());
229 End = GT::child_end(Node); It != End; ++It)
257 } // End llvm namespace
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 87 void visit(Iterator Start, Iterator End) {
88 while (Start != End)
96 visit(M.begin(), M.end());
100 visit(F.begin(), F.end());
104 visit(BB.begin(), BB.end());
220 } // End llvm namespace
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 283 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 95 } // end anonymous namespace
141 X86Operand(KindTy K, SMLoc Start, SMLoc End)
142 : Kind(K), StartLoc(Start), EndLoc(End) {}
371 } // end anonymous namespace.
497 SMLoc Start, End;
498 if (ParseRegister(RegNo, Start, End)) return 0;
507 return X86Operand::CreateReg(RegNo, Start, End);
515 SMLoc Start = Parser.getTok().getLoc(), End;
518 if (getParser().ParseExpression(Val, End))
520 return X86Operand::CreateImm(Val, Start, End);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CompilationCallback_Win64.asm 68 End
  /external/v8/src/compiler/
live-range-separator.cc 26 // If a range ends right at the end of a deferred block, it is marked by
28 // end is a position where the variable isn't live. We need to take that
32 if (first_cut <= range->Start() && max_allowed_end >= range->End()) {
37 LifetimePosition end = Min(last_cut, range->End()); local
39 if (start < end) {
56 start.ToInstructionIndex(), end.ToInstructionIndex());
57 range->Splinter(start, end, zone);
  /external/webrtc/webrtc/video/
overuse_frame_detector.cc 132 if (frame_times_.find(capture_time) != frame_times_.end()) {
142 int End(int64_t capture_time, int64_t now) {
144 if (it == frame_times_.end()) {
263 int delay_ms = frame_queue_->End(capture_time_ms,
  /frameworks/base/libs/hwui/
Animator.h 76 // Terminates the animation and skip to the end of the animation.
77 ANDROID_API virtual void end();
155 // the beginning of the animation, will reach mDuration at the end of an animation.
166 End
175 // For animations being ended, in the next animation pulse the animation will skip to end.
176 End
  /system/media/camera/docs/
CameraMetadataEnums.mako 23 * modify the comment blocks at the start or end.
91 * End generated code
CameraMetadataKeys.mako 24 * modify the comment blocks at the start or end.
106 * End generated code
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-1.d 21 \[0x.*\] Extended opcode 1: End of Sequence
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-common-1-alt.d 42 \[0x.*\] Extended opcode 1: End of Sequence

Completed in 461 milliseconds

<<21222324252627282930>>