Searched refs:InsertBefore (Results 26 - 40 of 40) sorted by relevance

12

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp369 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
374 Instruction *generateCrashCode(Instruction *InsertBefore, Value *Addr,
803 Instruction *InsertBefore, Value *Addr,
805 IRBuilder<> IRB(InsertBefore);
836 Instruction *InsertBefore, Value *Addr,
839 IRBuilder<> IRB(InsertBefore);
863 SplitBlockAndInsertIfThen(Cmp, InsertBefore, false);
874 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, true);
802 generateCrashCode( Instruction *InsertBefore, Value *Addr, bool IsWrite, size_t AccessSizeIndex, Value *SizeArgument) argument
835 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls) argument
/external/chromium_org/v8/src/
H A Dhydrogen-representation-changes.cc49 new_value->InsertBefore(next);
H A Dhydrogen-instructions.cc666 void HInstruction::InsertBefore(HInstruction* next) { function in class:v8::internal::HInstruction
991 add_offset->InsertBefore(this);
994 add->InsertBefore(this);
1002 sar_scale->InsertBefore(this);
1005 sar->InsertBefore(this);
2105 added_constant()->InsertBefore(added_index());
2107 added_constant()->InsertBefore(first_check_in_block());
2118 added_index()->InsertBefore(first_check_in_block());
3532 map_check->InsertBefore(this);
3533 index->InsertBefore(thi
[all...]
H A Dhydrogen-escape-analysis.cc136 check->InsertBefore(mapcheck);
H A Dhydrogen-gvn.cc622 instr->InsertBefore(pre_header->end());
H A Dhydrogen-instructions.h1156 void InsertBefore(HInstruction* next);
1159 instr->InsertBefore(this);
/external/llvm/include/llvm/IR/
H A DInstruction.h464 Instruction *InsertBefore = nullptr);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSetTest.cpp387 TEST(ListHashSetTest, InsertBefore)
393 TEST(LinkedHashSetTest, InsertBefore)
H A DTreeNodeTest.cpp61 TEST(TreeNodeTest, InsertBefore)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1300 procedure InsertBefore(const T: IToken; const Text: IANTLRInterface); overload;
1301 procedure InsertBefore(const Index: Integer; const Text: IANTLRInterface); overload;
1302 procedure InsertBefore(const ProgramName: String; const T: IToken;
1304 procedure InsertBefore(const ProgramName: String; const Index: Integer;
1306 procedure InsertBefore(const T: IToken; const Text: String); overload;
1307 procedure InsertBefore(const Index: Integer; const Text: String); overload;
1308 procedure InsertBefore(const ProgramName: String; const T: IToken;
1310 procedure InsertBefore(const ProgramName: String; const Index: Integer;
2686 procedure InsertBefore(const T: IToken; const Text: IANTLRInterface); overload; virtual;
2687 procedure InsertBefore(cons
[all...]
/external/llvm/lib/IR/
H A DDIBuilder.cpp1263 Instruction *InsertBefore) {
1271 return CallInst::Create(DeclareFn, Args, "", InsertBefore);
1296 Instruction *InsertBefore) {
1306 return CallInst::Create(ValueFn, Args, "", InsertBefore);
1262 insertDeclare(Value *Storage, DIVariable VarInfo, Instruction *InsertBefore) argument
1294 insertDbgValueIntrinsic(Value *V, uint64_t Offset, DIVariable VarInfo, Instruction *InsertBefore) argument
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1126 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd,
1133 "and.ra", InsertBefore);
1134 I->setDebugLoc(InsertBefore->getDebugLoc());
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position_unittest.cc274 TEST_P(PositionInsertTest, InsertBefore) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h135 Instruction *InsertBefore);
H A DInstCombineMulDivRem.cpp386 Instruction *InsertBefore) {
427 InsertNewInstWith(R, *InsertBefore);
385 foldFMulConst(Instruction *FMulOrDiv, Constant *C, Instruction *InsertBefore) argument

Completed in 342 milliseconds

12