Home
last modified time | relevance | path

Searched refs:InsertAfter (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp267 BasicBlock::iterator InsertAfter; in HandlePotentialUse() local
270 InsertAfter = IP == BB->end() ? std::prev(BB->end()) : IP; in HandlePotentialUse()
271 if (isa<CatchSwitchInst>(InsertAfter)) in HandlePotentialUse()
277 InsertAfter = std::next(Inst->getIterator()); in HandlePotentialUse()
279 InsertReverseInsertPt(&*InsertAfter); in HandlePotentialUse()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs237 public virtual void InsertAfter(IToken t, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
238 InsertAfter(DEFAULT_PROGRAM_NAME, t, text); in InsertAfter()
241 public virtual void InsertAfter(int index, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
242 InsertAfter(DEFAULT_PROGRAM_NAME, index, text); in InsertAfter()
245 public virtual void InsertAfter(string programName, IToken t, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
246 InsertAfter(programName, t.TokenIndex, text); in InsertAfter()
249 public virtual void InsertAfter(string programName, int index, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
/external/swiftshader/third_party/SPIRV-Tools/test/util/
Dilist_test.cpp139 nodes[5].InsertAfter(&nodes[4]); in TEST()
154 nodes[5].InsertAfter(&nodes[2]); in TEST()
168 nodes[5].InsertAfter(&nodes[2]); in TEST()
181 nodes[0].InsertAfter(&nodes[2]); in TEST()
194 nodes[2].InsertAfter(&nodes[5]); in TEST()
/external/deqp-deps/SPIRV-Tools/test/util/
Dilist_test.cpp139 nodes[5].InsertAfter(&nodes[4]); in TEST()
154 nodes[5].InsertAfter(&nodes[2]); in TEST()
168 nodes[5].InsertAfter(&nodes[2]); in TEST()
181 nodes[0].InsertAfter(&nodes[2]); in TEST()
194 nodes[2].InsertAfter(&nodes[5]); in TEST()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs268 public virtual void InsertAfter( IToken t, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
270 InsertAfter( DEFAULT_PROGRAM_NAME, t, text ); in InsertAfter()
273 public virtual void InsertAfter( int index, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
275 InsertAfter( DEFAULT_PROGRAM_NAME, index, text ); in InsertAfter()
278 public virtual void InsertAfter( string programName, IToken t, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
280 InsertAfter( programName, t.TokenIndex, text ); in InsertAfter()
283 public virtual void InsertAfter( string programName, int index, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp124 Instruction *Acc, Instruction *InsertAfter);
388 Instruction *InsertAfter = Reduction.AccIntAdd; in InsertParallelMACs() local
396 Acc = CreateSMLADCall(VecLd0, VecLd1, Acc, InsertAfter); in InsertParallelMACs()
397 InsertAfter = Acc; in InsertParallelMACs()
644 Instruction *InsertAfter) { in CreateSMLADCall() argument
650 IRBuilder<NoFolder> Builder(InsertAfter->getParent(), in CreateSMLADCall()
651 ++BasicBlock::iterator(InsertAfter)); in CreateSMLADCall()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1287 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload;
1288 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload;
1289 procedure InsertAfter(const ProgramName: String; const T: IToken;
1291 procedure InsertAfter(const ProgramName: String; const Index: Integer;
1293 procedure InsertAfter(const T: IToken; const Text: String); overload;
1294 procedure InsertAfter(const Index: Integer; const Text: String); overload;
1295 procedure InsertAfter(const ProgramName: String; const T: IToken;
1297 procedure InsertAfter(const ProgramName: String; const Index: Integer;
2673 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload; virtual;
2674 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload; virtual;
[all …]
/external/v8/src/base/
Dlist.h25 InsertAfter(element, back_); in PushBack()
84 void InsertAfter(T* element, T* other) { in InsertAfter() function
/external/clang/lib/Rewrite/
DRewriter.cpp93 bool InsertAfter) { in InsertText() argument
98 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter); in InsertText()
239 bool InsertAfter, bool indentNewLines) { in InsertText() argument
275 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText()
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h71 inline void InsertAfter(NodeType* pos);
185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
/external/deqp-deps/SPIRV-Tools/source/util/
Dilist_node.h71 inline void InsertAfter(NodeType* pos);
185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp128 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon324f98c90111::SSAIfConv
248 if (InsertAfter.insert(DefMI).second) in canSpeculateInstrs()
282 if (InsertAfter.count(&*I)) { in findInsertionPoint()
432 InsertAfter.clear(); in canConvertIf()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp128 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anonab7bea710111::SSAIfConv
248 if (InsertAfter.insert(DefMI).second) in canSpeculateInstrs()
281 if (InsertAfter.count(&*I)) { in findInsertionPoint()
431 InsertAfter.clear(); in canConvertIf()
/external/clang/include/clang/Rewrite/Core/
DRewriteBuffer.h66 bool InsertAfter = true);
DRewriter.h95 bool InsertAfter = true, bool indentNewLines = false);
/external/libchrome/base/containers/
Dlinked_list.h114 void InsertAfter(LinkNode<T>* e) { in InsertAfter() function
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3197 ItemType* InsertAfter(ItemType* pItem);
3200 ItemType* InsertAfter(ItemType* pItem, const T& value);
3398 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem) in InsertAfter() function
3432 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem, const T& value) in InsertAfter() function
3434 ItemType* const newItem = InsertAfter(pItem); in InsertAfter()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3197 ItemType* InsertAfter(ItemType* pItem);
3200 ItemType* InsertAfter(ItemType* pItem, const T& value);
3398 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem) in InsertAfter() function
3432 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem, const T& value) in InsertAfter() function
3434 ItemType* const newItem = InsertAfter(pItem); in InsertAfter()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3823 Instruction *InsertAfter = cast<Instruction>(BuildVectorSlice.back()); in tryToVectorizeList() local
3826 IRBuilder<NoFolder> Builder(InsertAfter->getParent(), in tryToVectorizeList()
3827 ++BasicBlock::iterator(InsertAfter)); in tryToVectorizeList()
3835 InsertAfter = I; in tryToVectorizeList()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp240 bool InsertAfter = true) { in InsertText() argument
242 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
DRewriteModernObjC.cpp289 bool InsertAfter = true) { in InsertText() argument
291 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()