Home
last modified time | relevance | path

Searched defs:InsertBefore (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/IR/
DInstructions.cpp182 Instruction *InsertBefore) in LandingPadInst()
212 Instruction *InsertBefore) { in Create()
303 Instruction *InsertBefore) in CallInst()
371 static Instruction *createMalloc(Instruction *InsertBefore, in createMalloc()
456 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc()
481 static Instruction* createFree(Value* Source, Instruction *InsertBefore, in createFree()
514 Instruction * CallInst::CreateFree(Value* Source, Instruction *InsertBefore) { in CreateFree()
625 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, Instruction *InsertBefore) in ReturnInst()
671 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst()
700 Instruction *InsertBefore) in UnreachableInst()
[all …]
DBasicBlock.cpp47 BasicBlock *InsertBefore) in BasicBlock()
307 BasicBlock *InsertBefore = std::next(Function::iterator(this)) in splitBasicBlock() local
DInstruction.cpp25 Instruction *InsertBefore) in Instruction()
DDIBuilder.cpp1263 Instruction *InsertBefore) { in insertDeclare()
1296 Instruction *InsertBefore) { in insertDbgValueIntrinsic()
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp426 MachineBasicBlock::iterator InsertBefore, in createDupLane()
445 MachineBasicBlock::iterator InsertBefore, in createExtractSubreg()
462 MachineBasicBlock::iterator InsertBefore, in createRegSequence()
481 MachineBasicBlock::iterator InsertBefore, in createVExt()
497 MachineBasicBlock::iterator InsertBefore, in createInsertSubreg()
514 MachineBasicBlock::iterator InsertBefore, in createImplicitDef()
/external/chromium_org/base/containers/
Dlinked_list.h92 void InsertBefore(LinkNode<T>* e) { in InsertBefore() function
Dlinked_list_unittest.cc181 TEST(LinkedList, InsertBefore) { in TEST() argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs289 public virtual void InsertBefore( IToken t, object text ) in InsertBefore() method in Antlr.Runtime.TokenRewriteStream
294 public virtual void InsertBefore( int index, object text ) in InsertBefore() method in Antlr.Runtime.TokenRewriteStream
299 public virtual void InsertBefore( string programName, IToken t, object text ) in InsertBefore() method in Antlr.Runtime.TokenRewriteStream
304 public virtual void InsertBefore( string programName, int index, object text ) in InsertBefore() method in Antlr.Runtime.TokenRewriteStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs255 public virtual void InsertBefore(IToken t, object text) { in InsertBefore() method in Antlr.Runtime.TokenRewriteStream
259 public virtual void InsertBefore(int index, object text) { in InsertBefore() method in Antlr.Runtime.TokenRewriteStream
263 public virtual void InsertBefore(string programName, IToken t, object text) { in InsertBefore() method in Antlr.Runtime.TokenRewriteStream
267 public virtual void InsertBefore(string programName, int index, object text) { in InsertBefore() method in Antlr.Runtime.TokenRewriteStream
/external/llvm/include/llvm/IR/
DInstrTypes.h40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
/external/webrtc/src/system_wrappers/source/
Dlist_stl.cc210 int ListWrapper::InsertBefore(ListItem* existing_next_item, in InsertBefore() function in webrtc::ListWrapper
Dlist_no_stl.cc184 int ListWrapper::InsertBefore(ListItem* existing_next_item, in InsertBefore() function in webrtc::ListWrapper
Dlist_unittest.cc75 int InsertBefore(ListItem* existing_next_item, in InsertBefore() function in ListWrapperSimple
/external/chromium_org/third_party/WebKit/Source/wtf/
DTreeNodeTest.cpp61 TEST(TreeNodeTest, InsertBefore) in TEST() argument
DListHashSetTest.cpp387 TEST(ListHashSetTest, InsertBefore) in TEST() argument
393 TEST(LinkedHashSetTest, InsertBefore) in TEST() argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb104 class InsertBefore < RewriteOperation class in ANTLR3.TokenRewriteStream
/external/llvm/lib/Analysis/
DValueTracking.cpp1553 Instruction *InsertBefore) { in BuildSubAggregate()
1610 Instruction *InsertBefore) { in BuildSubAggregate()
1628 Instruction *InsertBefore) { in FindInsertedValue()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas5948 procedure TTokenRewriteStream.InsertBefore(const Index: Integer; procedure
5954 procedure TTokenRewriteStream.InsertBefore(const ProgramName: String; procedure
5960 procedure TTokenRewriteStream.InsertBefore(const ProgramName: String; procedure
5969 procedure TTokenRewriteStream.InsertBefore(const T: IToken; procedure
6272 procedure TTokenRewriteStream.InsertBefore(const Index: Integer; procedure
6281 procedure TTokenRewriteStream.InsertBefore(const T: IToken; const Text: String); procedure
6289 procedure TTokenRewriteStream.InsertBefore(const ProgramName: String; procedure
6298 procedure TTokenRewriteStream.InsertBefore(const ProgramName: String; procedure
/external/chromium_org/sync/internal_api/public/base/
Dunique_position_unittest.cc274 TEST_P(PositionInsertTest, InsertBefore) { in TEST_P() argument
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp803 Instruction *InsertBefore, Value *Addr, in generateCrashCode()
836 Instruction *InsertBefore, Value *Addr, in instrumentAddress()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp386 Instruction *InsertBefore) { in foldFMulConst()
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1126 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
/external/chromium_org/v8/src/
Dhydrogen-instructions.cc666 void HInstruction::InsertBefore(HInstruction* next) { in InsertBefore() function in v8::internal::HInstruction