Home
last modified time | relevance | path

Searched defs:NewEnd (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp189 size_t NewEnd = GetCurrentBitNo()+((NumElts+3)&~3)*8; in skipRecord() local
315 size_t NewEnd = CurBitPos+((NumElts+3)&~3)*8; in readRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h724 iterator NewEnd; variable
783 iterator NewEnd = this->begin(); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallVector.h717 iterator NewEnd; variable
776 iterator NewEnd = this->begin(); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1712 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectSignedRange() local
1741 const SCEV *NewEnd = SE.getUMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectUnsignedRange() local
DIndVarSimplify.cpp2688 auto NewEnd = llvm::remove_if(ExitingBlocks, in optimizeLoopExits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h327 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveInterval.cpp158 void extendSegmentEndTo(iterator I, SlotIndex NewEnd) { in extendSegmentEndTo()
DRegisterCoalescer.cpp3178 SlotIndex NewEnd; in eraseInstrs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp2142 auto NewEnd = llvm::remove_if(Returns, [](ReturnInst *RI) { in InlineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1457 auto NewEnd = std::unique(MaxRefs.begin(), MaxRefs.end()); in buildPhis() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp830 auto NewEnd = LoopBB->end(); in executeInWaterfallLoop() local