HomeSort by relevance Sort by last modified time
    Searched refs:InsertBefore (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 62 const Twine &Name = "", Instruction *InsertBefore = 0);
66 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = 0);
70 const Twine &Name = "", Instruction *InsertBefore = 0);
141 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
144 Instruction *InsertBefore = 0);
148 unsigned Align, Instruction *InsertBefore = 0);
154 Instruction *InsertBefore = 0);
160 LoadInst(Value *Ptr, const char *NameStr, Instruction *InsertBefore);
163 bool isVolatile = false, Instruction *InsertBefore = 0);
265 StoreInst(Value *Val, Value *Ptr, Instruction *InsertBefore);
    [all...]
InstrTypes.h 39 Instruction *InsertBefore = 0)
40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {}
145 const Twine &Name, Instruction *InsertBefore);
165 Instruction *InsertBefore = 0);
290 Instruction *InsertBefore = 0);
294 Instruction *InsertBefore = 0);
298 Instruction *InsertBefore = 0);
302 Instruction *InsertBefore = 0);
306 Instruction *InsertBefore = 0);
394 const Twine &NameStr = "", Instruction *InsertBefore = 0
    [all...]
BasicBlock.h 87 /// InsertBefore is null), or before the specified basic block.
90 Function *Parent = 0, BasicBlock *InsertBefore = 0);
101 /// function (if InsertBefore is 0), or before the specified basic block.
103 Function *Parent = 0,BasicBlock *InsertBefore = 0) {
104 return new BasicBlock(Context, Name, Parent, InsertBefore);
GlobalVariable.h 61 GlobalVariable *InsertBefore = 0, bool ThreadLocal = false,
  /external/llvm/include/llvm/IR/
Instructions.h 62 Instruction *InsertBefore = nullptr);
66 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = nullptr);
70 const Twine &Name = "", Instruction *InsertBefore = nullptr);
173 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
176 Instruction *InsertBefore = nullptr);
178 Instruction *InsertBefore = nullptr)
180 NameStr, isVolatile, InsertBefore) {}
184 Instruction *InsertBefore = nullptr)
186 NameStr, isVolatile, Align, InsertBefore) {}
188 unsigned Align, Instruction *InsertBefore = nullptr)
    [all...]
BasicBlock.h 71 /// inserted at either the end of the function (if InsertBefore is null), or
75 BasicBlock *InsertBefore = nullptr);
89 /// inserted at either the end of the function (if InsertBefore is 0), or
93 BasicBlock *InsertBefore = nullptr) {
94 return new BasicBlock(Context, Name, Parent, InsertBefore);
182 /// Inserts an unlinked basic block into \c Parent. If \c InsertBefore is
186 void insertInto(Function *Parent, BasicBlock *InsertBefore = nullptr);
InstrTypes.h 42 Instruction *InsertBefore = nullptr)
43 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {}
334 const Twine &Name, Instruction *InsertBefore);
358 Instruction *InsertBefore = nullptr);
491 Instruction *InsertBefore = nullptr);
495 Instruction *InsertBefore = nullptr);
499 Instruction *InsertBefore = nullptr);
503 Instruction *InsertBefore = nullptr);
507 Instruction *InsertBefore = nullptr);
570 const Twine &NameStr = "", Instruction *InsertBefore = nullptr
    [all...]
GlobalVariable.h 63 const Twine &Name = "", GlobalVariable *InsertBefore = nullptr,
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 175 Instruction *InsertBefore)
176 : Instruction(RetTy, Instruction::LandingPad, 0, 0, InsertBefore) {
205 Instruction *InsertBefore) {
207 InsertBefore);
296 Instruction *InsertBefore)
301 1, InsertBefore) {
353 static Instruction *createMalloc(Instruction *InsertBefore,
358 assert(((!InsertBefore && InsertAtEnd) || (InsertBefore && !InsertAtEnd)) &&
359 "createMalloc needs either InsertBefore or InsertAtEnd")
    [all...]
BasicBlock.cpp 43 BasicBlock *InsertBefore)
49 if (InsertBefore) {
52 NewParent->getBasicBlockList().insert(InsertBefore, this);
303 BasicBlock *InsertBefore = llvm::next(Function::iterator(this))
306 getParent(), InsertBefore);
Instruction.cpp 24 Instruction *InsertBefore)
30 if (InsertBefore) {
31 assert(InsertBefore->getParent() &&
33 InsertBefore->getParent()->getInstList().insert(InsertBefore, this);
75 /// insertBefore - Insert an unlinked instructions into a basic block
77 void Instruction::insertBefore(Instruction *InsertPos) {
  /external/libchrome/base/containers/
linked_list.h 25 // LinkNode::InsertBefore, or LinkNode::InsertAfter:
33 // n3->InsertBefore(n3);
92 void InsertBefore(LinkNode<T>* e) {
151 e->InsertBefore(&root_);
  /external/llvm/lib/IR/
Instructions.cpp 180 const Twine &NameStr, Instruction *InsertBefore)
181 : Instruction(RetTy, Instruction::LandingPad, nullptr, 0, InsertBefore) {
206 Instruction *InsertBefore) {
207 return new LandingPadInst(RetTy, NumReservedClauses, NameStr, InsertBefore);
287 Instruction *InsertBefore)
292 1, InsertBefore) {
441 static Instruction *createMalloc(Instruction *InsertBefore,
447 assert(((!InsertBefore && InsertAtEnd) || (InsertBefore && !InsertAtEnd)) &&
448 "createMalloc needs either InsertBefore or InsertAtEnd")
    [all...]
BasicBlock.cpp 42 BasicBlock *InsertBefore)
46 insertInto(NewParent, InsertBefore);
48 assert(!InsertBefore &&
54 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) {
58 if (InsertBefore)
59 NewParent->getBasicBlockList().insert(InsertBefore->getIterator(), this);
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 70 MachineBasicBlock::iterator InsertBefore,
75 MachineBasicBlock::iterator InsertBefore,
80 MachineBasicBlock::iterator InsertBefore,
84 MachineBasicBlock::iterator InsertBefore,
89 MachineBasicBlock::iterator InsertBefore,
94 MachineBasicBlock::iterator InsertBefore,
427 MachineBasicBlock::iterator InsertBefore,
433 InsertBefore,
445 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore,
450 InsertBefore,
    [all...]
  /prebuilts/go/darwin-x86/src/container/list/
example_test.go 17 l.InsertBefore(3, e4)
list_test.go 104 e2 = l.InsertBefore(2, e1) // insert before front
107 e2 = l.InsertBefore(2, e4) // insert before middle
110 e2 = l.InsertBefore(2, e3) // insert before back
231 l1.InsertBefore(8, e)
308 // Test that a list l is not modified when calling InsertBefore with a mark that is not an element of l.
314 l.InsertBefore(1, new(Element))
  /prebuilts/go/linux-x86/src/container/list/
example_test.go 17 l.InsertBefore(3, e4)
list_test.go 104 e2 = l.InsertBefore(2, e1) // insert before front
107 e2 = l.InsertBefore(2, e4) // insert before middle
110 e2 = l.InsertBefore(2, e3) // insert before back
231 l1.InsertBefore(8, e)
308 // Test that a list l is not modified when calling InsertBefore with a mark that is not an element of l.
314 l.InsertBefore(1, new(Element))
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 61 The three subclasses of RewriteOperation, InsertBefore, Delete, and Replace,
95 =begin rdoc ANTLR3::TokenRewriteStream::InsertBefore
104 class InsertBefore < RewriteOperation
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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 251 InsertBefore(programName, index + 1, text);
255 public virtual void InsertBefore(IToken t, object text) {
256 InsertBefore(DEFAULT_PROGRAM_NAME, t, text);
259 public virtual void InsertBefore(int index, object text) {
260 InsertBefore(DEFAULT_PROGRAM_NAME, index, text);
263 public virtual void InsertBefore(string programName, IToken t, object text) {
264 InsertBefore(programName, t.TokenIndex, text);
267 public virtual void InsertBefore(string programName, int index, object text) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 286 InsertBefore( programName, index + 1, text );
289 public virtual void InsertBefore( IToken t, object text )
291 InsertBefore( DEFAULT_PROGRAM_NAME, t, text );
294 public virtual void InsertBefore( int index, object text )
296 InsertBefore( DEFAULT_PROGRAM_NAME, index, text );
299 public virtual void InsertBefore( string programName, IToken t, object text )
301 InsertBefore( programName, t.TokenIndex, text );
304 public virtual void InsertBefore( string programName, int index, object text )
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 57 llvm::Instruction *InsertBefore) {
60 return llvm::BinaryOperator::CreateAdd(accum, incr, "", InsertBefore);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ValueTracking.h 109 /// If InsertBefore is not null, this function will duplicate (modified)
113 Instruction *InsertBefore = 0);
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 176 InsertSafepointPoll(Instruction *InsertBefore,
612 InsertSafepointPoll(Instruction *InsertBefore,
614 BasicBlock *OrigBB = InsertBefore->getParent();
615 Module *M = InsertBefore->getModule();
628 CallInst *PollCall = CallInst::Create(F, "", InsertBefore);

Completed in 1091 milliseconds

1 2 3