Searched refs:InsertBefore (Results 1 - 25 of 44) sorted by relevance

12

/external/llvm/lib/IR/
H A DInstructions.cpp182 Instruction *InsertBefore)
183 : Instruction(RetTy, Instruction::LandingPad, 0, 0, InsertBefore) {
212 Instruction *InsertBefore) {
214 InsertBefore);
303 Instruction *InsertBefore)
308 1, InsertBefore) {
371 static Instruction *createMalloc(Instruction *InsertBefore, argument
376 assert(((!InsertBefore && InsertAtEnd) || (InsertBefore && !InsertAtEnd)) &&
377 "createMalloc needs either InsertBefore o
180 LandingPadInst(Type *RetTy, Value *PersonalityFn, unsigned NumReservedValues, const Twine &NameStr, Instruction *InsertBefore) argument
209 Create(Type *RetTy, Value *PersonalityFn, unsigned NumReservedClauses, const Twine &NameStr, Instruction *InsertBefore) argument
302 CallInst(Value *Func, const Twine &Name, Instruction *InsertBefore) argument
456 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function * MallocF, const Twine &Name) argument
481 createFree(Value* Source, Instruction *InsertBefore, BasicBlock *InsertAtEnd) argument
514 CreateFree(Value* Source, Instruction *InsertBefore) argument
625 ReturnInst(LLVMContext &C, Value *retVal, Instruction *InsertBefore) argument
671 ResumeInst(Value *Exn, Instruction *InsertBefore) argument
699 UnreachableInst(LLVMContext &Context, Instruction *InsertBefore) argument
731 BranchInst(BasicBlock *IfTrue, Instruction *InsertBefore) argument
738 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, Instruction *InsertBefore) argument
834 AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, Instruction *InsertBefore) argument
852 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
870 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, const Twine &Name, Instruction *InsertBefore) argument
1090 StoreInst(Value *val, Value *addr, Instruction *InsertBefore) argument
1116 StoreInst(Value *val, Value *addr, bool isVolatile, Instruction *InsertBefore) argument
1130 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, Instruction *InsertBefore) argument
1144 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, Instruction *InsertBefore) argument
1240 AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, AtomicOrdering Ordering, SynchronizationScope SynchScope, Instruction *InsertBefore) argument
1286 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, AtomicOrdering Ordering, SynchronizationScope SynchScope, Instruction *InsertBefore) argument
1312 FenceInst(LLVMContext &C, AtomicOrdering Ordering, SynchronizationScope SynchScope, Instruction *InsertBefore) argument
1528 ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, const Twine &Name, Instruction *InsertBefore) argument
1732 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
1834 Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore) argument
1850 CreateNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
1866 CreateNSWNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
1878 CreateNUWNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
1890 CreateFNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
1904 CreateNot(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
2325 Create(Instruction::CastOps op, Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2367 CreateZExtOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2383 CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2399 CreateTruncOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2432 CreatePointerCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2448 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, Instruction *InsertBefore) argument
2476 CreateFPCast(Value *C, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2944 CmpInst(Type *ty, OtherOps op, unsigned short predicate, Value *LHS, Value *RHS, const Twine &Name, Instruction *InsertBefore) argument
2971 Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore) argument
3243 SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, Instruction *InsertBefore) argument
3398 IndirectBrInst(Value *Address, unsigned NumCases, Instruction *InsertBefore) argument
[all...]
H A DBasicBlock.cpp43 BasicBlock *InsertBefore)
49 if (InsertBefore) {
52 NewParent->getBasicBlockList().insert(InsertBefore, this);
303 BasicBlock *InsertBefore = llvm::next(Function::iterator(this)) local
306 getParent(), InsertBefore);
42 BasicBlock(LLVMContext &C, const Twine &Name, Function *NewParent, BasicBlock *InsertBefore) argument
H A DInstruction.cpp25 Instruction *InsertBefore)
31 if (InsertBefore) {
32 assert(InsertBefore->getParent() &&
34 InsertBefore->getParent()->getInstList().insert(InsertBefore, this);
24 Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, Instruction *InsertBefore) argument
/external/llvm/include/llvm/IR/
H A DInstrTypes.h39 Instruction *InsertBefore = 0)
40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {}
143 const Twine &Name, Instruction *InsertBefore);
163 Instruction *InsertBefore = 0);
288 Instruction *InsertBefore = 0);
292 Instruction *InsertBefore = 0);
296 Instruction *InsertBefore = 0);
300 Instruction *InsertBefore = 0);
304 Instruction *InsertBefore = 0);
392 const Twine &NameStr = "", Instruction *InsertBefore
[all...]
H A DInstructions.h65 const Twine &Name = "", Instruction *InsertBefore = 0);
69 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = 0);
73 const Twine &Name = "", Instruction *InsertBefore = 0);
143 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
146 Instruction *InsertBefore = 0);
150 unsigned Align, Instruction *InsertBefore = 0);
156 Instruction *InsertBefore = 0);
162 LoadInst(Value *Ptr, const char *NameStr, Instruction *InsertBefore);
165 bool isVolatile = false, Instruction *InsertBefore = 0);
267 StoreInst(Value *Val, Value *Ptr, Instruction *InsertBefore);
878 GetElementPtrInst(Value *Ptr, ArrayRef<Value *> IdxList, unsigned Values, const Twine &NameStr, Instruction *InsertBefore) argument
919 ICmpInst( Instruction *InsertBefore, Predicate pred, Value *LHS, Value *RHS, const Twine &NameStr = Ó ) argument
1069 FCmpInst( Instruction *InsertBefore, Predicate pred, Value *LHS, Value *RHS, const Twine &NameStr = Ó ) argument
1416 CallInst(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore) argument
1446 SelectInst(Value *C, Value *S1, Value *S2, const Twine &NameStr, Instruction *InsertBefore) argument
1829 ExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr, Instruction *InsertBefore) argument
1955 InsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr, Instruction *InsertBefore) argument
[all...]
H A DBasicBlock.h90 /// inserted at either the end of the function (if InsertBefore is null), or
93 Function *Parent = 0, BasicBlock *InsertBefore = 0);
107 /// inserted at either the end of the function (if InsertBefore is 0), or
110 Function *Parent = 0,BasicBlock *InsertBefore = 0) {
111 return new BasicBlock(Context, Name, Parent, InsertBefore);
H A DGlobalVariable.h76 const Twine &Name = "", GlobalVariable *InsertBefore = 0,
/external/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp71 MachineBasicBlock::iterator InsertBefore,
77 MachineBasicBlock::iterator InsertBefore,
83 MachineBasicBlock::iterator InsertBefore,
88 MachineBasicBlock::iterator InsertBefore,
93 MachineBasicBlock::iterator InsertBefore,
98 MachineBasicBlock::iterator InsertBefore,
432 MachineBasicBlock::iterator InsertBefore,
438 InsertBefore,
451 MachineBasicBlock::iterator InsertBefore,
457 InsertBefore,
431 createDupLane(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL, unsigned Reg, unsigned Lane, bool QPR) argument
450 createExtractSubreg(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL, unsigned DReg, unsigned Lane, const TargetRegisterClass *TRC) argument
467 createRegSequence(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL, unsigned Reg1, unsigned Reg2) argument
486 createVExt(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL, unsigned Ssub0, unsigned Ssub1) argument
502 createInsertSubreg(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL, unsigned DReg, unsigned Lane, unsigned ToInsert) argument
519 createImplicitDef(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL) argument
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dlist_stl.h58 int InsertBefore(ListItem* existing_next_item, ListItem* new_item);
H A Dlist_no_stl.h64 int InsertBefore(ListNoStlItem* existing_next_item,
H A Dlist_unittest.cc75 int InsertBefore(ListItem* existing_next_item, function in class:ListWrapperSimple
77 const int retval = list_.InsertBefore(existing_next_item, new_item);
434 // Use InsertBefore to interleave two lists.
469 EXPECT_EQ(interleave_list->InsertBefore(item, insert_item), 0);
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc139 // test InsertBefore
141 FailTest(test_list.InsertBefore(test_list.First(),insert_item_first) != 0);
142 FailTest(test_list.InsertBefore(NULL,insert_item_first) == 0);
144 FailTest(test_list.InsertBefore(insert_item_first2,NULL) == 0);
170 FailTest(test_list.InsertBefore(NULL,new_item2) != 0);
/external/chromium/base/
H A Dlinked_list.h24 // LinkNode::InsertBefore, or LinkNode::InsertAfter:
32 // n3->InsertBefore(n3);
91 void InsertBefore(LinkNode<T>* e) { function in class:base::LinkNode
151 e->InsertBefore(&root_);
H A Dlinked_list_unittest.cc181 TEST(LinkedList, InsertBefore) {
199 n3.InsertBefore(&n2);
208 n4.InsertBefore(&n1);
/external/chromium_org/base/containers/
H A Dlinked_list.h23 // LinkNode::InsertBefore, or LinkNode::InsertAfter:
31 // n3->InsertBefore(n3);
90 void InsertBefore(LinkNode<T>* e) { function in class:base::LinkNode
143 e->InsertBefore(&root_);
H A Dlinked_list_unittest.cc181 TEST(LinkedList, InsertBefore) {
199 n3.InsertBefore(&n2);
208 n4.InsertBefore(&n1);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs251 InsertBefore(programName, index + 1, text);
255 public virtual void InsertBefore(IToken t, object text) { method in class:Antlr.Runtime.TokenRewriteStream
256 InsertBefore(DEFAULT_PROGRAM_NAME, t, text);
259 public virtual void InsertBefore(int index, object text) { method in class:Antlr.Runtime.TokenRewriteStream
260 InsertBefore(DEFAULT_PROGRAM_NAME, index, text);
263 public virtual void InsertBefore(string programName, IToken t, object text) { method in class:Antlr.Runtime.TokenRewriteStream
264 InsertBefore(programName, t.TokenIndex, text);
267 public virtual void InsertBefore(string programName, int index, object text) { method in class:Antlr.Runtime.TokenRewriteStream
/external/webrtc/src/system_wrappers/interface/
H A Dlist_wrapper.h93 int InsertBefore(ListItem* existing_next_item,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb61 The three subclasses of RewriteOperation, InsertBefore, Delete, and Replace,
95 =begin rdoc ANTLR3::TokenRewriteStream::InsertBefore
104 class InsertBefore < RewriteOperation class in class:ANTLR3
191 op = InsertBefore.new( @stream, index, text )
199 op = InsertBefore.new( @stream, index + 1, text )
225 when InsertBefore
235 when InsertBefore
240 when InsertBefore
297 operation.is_a?( InsertBefore )
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs286 InsertBefore( programName, index + 1, text );
289 public virtual void InsertBefore( IToken t, object text ) method in class:Antlr.Runtime.TokenRewriteStream
291 InsertBefore( DEFAULT_PROGRAM_NAME, t, text );
294 public virtual void InsertBefore( int index, object text ) method in class:Antlr.Runtime.TokenRewriteStream
296 InsertBefore( DEFAULT_PROGRAM_NAME, index, text );
299 public virtual void InsertBefore( string programName, IToken t, object text ) method in class:Antlr.Runtime.TokenRewriteStream
301 InsertBefore( programName, t.TokenIndex, text );
304 public virtual void InsertBefore( string programName, int index, object text ) method in class:Antlr.Runtime.TokenRewriteStream
/external/llvm/include/llvm/Analysis/
H A DValueTracking.h110 /// If InsertBefore is not null, this function will duplicate (modified)
114 Instruction *InsertBefore = 0);
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp284 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
289 Instruction *generateCrashCode(Instruction *InsertBefore, Value *Addr,
295 Instruction *InsertBefore, bool IsWrite);
579 Value *Addr, Value *Size, Instruction *InsertBefore, bool IsWrite) {
580 IRBuilder<> IRB(InsertBefore);
584 instrumentAddress(OrigIns, InsertBefore, Addr, 8, IsWrite, Size);
586 IRB.SetInsertPoint(InsertBefore);
590 instrumentAddress(OrigIns, InsertBefore, AddrLast, 8, IsWrite, Size);
601 Instruction *InsertBefore = MI; local
606 IRBuilder<> IRB(InsertBefore);
577 instrumentMemIntrinsicParam( Instruction *OrigIns, Value *Addr, Value *Size, Instruction *InsertBefore, bool IsWrite) argument
700 generateCrashCode( Instruction *InsertBefore, Value *Addr, bool IsWrite, size_t AccessSizeIndex, Value *SizeArgument) argument
733 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument) argument
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-bch.cc287 new_limit->InsertBefore(pre_header->end());
297 new_limit->InsertBefore(pre_header->end());
304 hoisted_check->InsertBefore(pre_header->end());
H A Dhydrogen-deoptimizing-mark.cc103 dummy->InsertBefore(instr);
H A Dhydrogen-bce.cc267 new_constant->InsertBefore(check);
270 (*add)->InsertBefore(check);
272 new_constant->InsertBefore(*add);

Completed in 491 milliseconds

12