Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp162 const Twine &NameStr, Instruction *InsertBefore) in LandingPadInst()
188 Instruction *InsertBefore) { in Create()
269 Instruction *InsertBefore) in CallInst()
384 static Instruction *createMalloc(Instruction *InsertBefore, in createMalloc()
469 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc()
494 static Instruction* createFree(Value* Source, Instruction *InsertBefore, in createFree()
527 Instruction * CallInst::CreateFree(Value* Source, Instruction *InsertBefore) { in CreateFree()
698 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, Instruction *InsertBefore) in ReturnInst()
744 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst()
793 unsigned Values, Instruction *InsertBefore) in CleanupReturnInst()
[all …]
DBasicBlock.cpp42 BasicBlock *InsertBefore) in BasicBlock()
54 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto()
364 BasicBlock *InsertBefore = std::next(Function::iterator(this)) in splitBasicBlock() local
DInstruction.cpp24 Instruction *InsertBefore) in Instruction()
DDIBuilder.cpp777 Instruction *InsertBefore) { in insertDeclare()
822 Instruction *InsertBefore) { in insertDbgValueIntrinsic()
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp431 MachineBasicBlock::iterator InsertBefore, in createDupLane()
450 MachineBasicBlock::iterator InsertBefore, in createExtractSubreg()
467 MachineBasicBlock::iterator InsertBefore, in createRegSequence()
486 MachineBasicBlock::iterator InsertBefore, in createVExt()
502 MachineBasicBlock::iterator InsertBefore, in createInsertSubreg()
519 MachineBasicBlock::iterator InsertBefore, in createImplicitDef()
DARMLoadStoreOptimizer.cpp578 MachineBasicBlock::iterator InsertBefore, int Offset, unsigned Base, in CreateLoadStoreMulti()
774 MachineBasicBlock::iterator InsertBefore, int Offset, unsigned Base, in CreateLoadStoreDouble()
837 iterator InsertBefore = std::next(iterator(LatestMI)); in MergeOpsUpdate() local
/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/libchrome/base/containers/
Dlinked_list.h92 void InsertBefore(LinkNode<T>* e) { in InsertBefore() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1300 procedure InsertBefore(const T: IToken; const Text: IANTLRInterface); overload; procedure
1301 procedure InsertBefore(const Index: Integer; const Text: IANTLRInterface); overload; procedure
1302 procedure InsertBefore(const ProgramName: String; const T: IToken; procedure
1304 procedure InsertBefore(const ProgramName: String; const Index: Integer; procedure
1306 procedure InsertBefore(const T: IToken; const Text: String); overload; procedure
1307 procedure InsertBefore(const Index: Integer; const Text: String); overload; procedure
1308 procedure InsertBefore(const ProgramName: String; const T: IToken; procedure
1310 procedure InsertBefore(const ProgramName: String; const Index: Integer; procedure
2686 procedure InsertBefore(const T: IToken; const Text: IANTLRInterface); overload; virtual; procedure
2687 procedure InsertBefore(const Index: Integer; const Text: IANTLRInterface); overload; virtual; procedure
[all …]
/external/llvm/include/llvm/IR/
DInstrTypes.h43 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp319 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd()
331 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul()
343 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg()
1237 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
DRewriteStatepointsForGC.cpp1402 Instruction *InsertBefore = CS.getInstruction(); in makeStatepointExplicitImpl() local
2211 auto rematerializeChain = [&ChainToBase](Instruction *InsertBefore) { in rematerializeLiveValues()
2251 Instruction *InsertBefore = CS.getInstruction()->getNextNode(); in rematerializeLiveValues() local
DLoopDistribute.cpp125 Loop *cloneLoopWithPreheader(BasicBlock *InsertBefore, BasicBlock *LoopDomBB, in cloneLoopWithPreheader()
DLoopInterchange.cpp1119 static void moveBBContents(BasicBlock *FromBB, Instruction *InsertBefore) { in moveBBContents()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb104 class InsertBefore < RewriteOperation class in ANTLR3.TokenRewriteStream
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1017 Instruction *AddressSanitizer::generateCrashCode(Instruction *InsertBefore, in generateCrashCode()
1067 Instruction *InsertBefore, Value *Addr, in instrumentAddress()
/external/llvm/lib/Analysis/
DValueTracking.cpp2668 Instruction *InsertBefore) { in BuildSubAggregate()
2725 Instruction *InsertBefore) { in BuildSubAggregate()
2743 Instruction *InsertBefore) { in FindInsertedValue()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1149 Instruction *InsertBefore, DIBuilder &Builder, in replaceDbgDeclare()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp487 Instruction *InsertBefore) { in foldFMulConst()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc651 void HInstruction::InsertBefore(HInstruction* next) { in InsertBefore() function in v8::internal::HInstruction
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5429 auto *InsertBefore = std::next(Function::iterator(BB)) in splitBranchCondition() local