/external/llvm/lib/IR/ |
D | Instructions.cpp | 162 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 …]
|
D | BasicBlock.cpp | 42 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
|
D | Instruction.cpp | 24 Instruction *InsertBefore) in Instruction()
|
D | DIBuilder.cpp | 777 Instruction *InsertBefore) { in insertDeclare() 822 Instruction *InsertBefore) { in insertDbgValueIntrinsic()
|
/external/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 431 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()
|
D | ARMLoadStoreOptimizer.cpp | 578 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/ |
D | TokenRewriteStream.cs | 289 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/ |
D | TokenRewriteStream.cs | 255 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/ |
D | linked_list.h | 92 void InsertBefore(LinkNode<T>* e) { in InsertBefore() function
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1300 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/ |
D | InstrTypes.h | 43 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 319 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()
|
D | RewriteStatepointsForGC.cpp | 1402 Instruction *InsertBefore = CS.getInstruction(); in makeStatepointExplicitImpl() local 2211 auto rematerializeChain = [&ChainToBase](Instruction *InsertBefore) { in rematerializeLiveValues() 2251 Instruction *InsertBefore = CS.getInstruction()->getNextNode(); in rematerializeLiveValues() local
|
D | LoopDistribute.cpp | 125 Loop *cloneLoopWithPreheader(BasicBlock *InsertBefore, BasicBlock *LoopDomBB, in cloneLoopWithPreheader()
|
D | LoopInterchange.cpp | 1119 static void moveBBContents(BasicBlock *FromBB, Instruction *InsertBefore) { in moveBBContents()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
D | rewrite.rb | 104 class InsertBefore < RewriteOperation class in ANTLR3.TokenRewriteStream
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1017 Instruction *AddressSanitizer::generateCrashCode(Instruction *InsertBefore, in generateCrashCode() 1067 Instruction *InsertBefore, Value *Addr, in instrumentAddress()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2668 Instruction *InsertBefore) { in BuildSubAggregate() 2725 Instruction *InsertBefore) { in BuildSubAggregate() 2743 Instruction *InsertBefore) { in FindInsertedValue()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1149 Instruction *InsertBefore, DIBuilder &Builder, in replaceDbgDeclare()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 487 Instruction *InsertBefore) { in foldFMulConst()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.cc | 651 void HInstruction::InsertBefore(HInstruction* next) { in InsertBefore() function in v8::internal::HInstruction
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5429 auto *InsertBefore = std::next(Function::iterator(BB)) in splitBranchCondition() local
|