Searched refs:Insert (Results 26 - 45 of 45) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DMetadata.cpp218 FunctionLocalness FL, bool Insert) {
232 if (N || !Insert)
217 getMDNode(LLVMContext &Context, ArrayRef<Value*> Vals, FunctionLocalness FL, bool Insert) argument
H A DCore.cpp1910 unwrap(Builder)->Insert(unwrap<Instruction>(Instr));
1915 unwrap(Builder)->Insert(unwrap<Instruction>(Instr), Name);
2182 return wrap(unwrap(B)->Insert(Malloc, Twine(Name)));
2193 return wrap(unwrap(B)->Insert(Malloc, Twine(Name)));
2207 return wrap(unwrap(B)->Insert(
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp102 PathMappingList::Insert (const ConstString &path, function in class:PathMappingList
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp39 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
41 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
541 unsigned X86TTI::getScalarizationOverhead(Type *Ty, bool Insert, argument
547 if (Insert)
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1677 InsertElementInst *Insert = dyn_cast<InsertElementInst>(*it); local
1679 if (!Insert)
1683 Loop *L = LI->getLoopFor(Insert->getParent());
1695 Instruction *CurrVec = dyn_cast<Instruction>(Insert->getOperand(0));
1696 Instruction *NewElem = dyn_cast<Instruction>(Insert->getOperand(1));
1703 Insert->moveBefore(PreHeader->getTerminator());
H A DLoopVectorize.cpp223 /// Insert the new loop to the loop hierarchy and pass manager
501 /// Insert a pointer and calculate the start and end SCEVs.
1242 Ptr = Builder.Insert(Gep2);
1273 Ptr = Builder.Insert(Gep2);
1396 Builder.Insert(Cloned);
1489 ChkBuilder.Insert(Check, "memcheck.conflict");
1588 // Insert the new loop into the loop nest and register the new basic blocks
3150 // Insert all operands.
5143 Builder.Insert(Cloned);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp457 /// \brief Insert the missing branch conditions
645 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : local
648 Func, Insert);
740 // Insert extra prefix node (or reuse last one)
743 // Insert extra postfix node (or use exit instead)
H A DScalarReplAggregates.cpp882 /// ConvertScalar_InsertValue - Insert the value "SV" into the existing integer
1914 Value *Insert = UndefValue::get(LIType); local
1918 Insert = Builder.CreateInsertValue(Insert, Load, i, "insert");
1920 LI->replaceAllUsesWith(Insert);
1968 // utilizing just the first element of the scalarized result. Insert a
H A DIndVarSimplify.cpp395 // Insert new integer induction variable.
819 Builder.Insert(WideBO);
1586 // Insert a new icmp_ne or icmp_eq instruction before the branch.
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1639 B.Insert(New);
1732 B.Insert(New);
1813 B.Insert(New);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp1151 // Insert a row at the correct address if the addresses can be out of
1155 DWARFDebugLine::Row::Insert(Row::collection& state_coll, const Row& state) function in class:DWARFDebugLine::Row
H A DSymbolFileDWARF.cpp418 type_list.Insert (type->shared_from_this());
6254 GetUniqueDWARFASTTypeMap().Insert (type_name_const_str,
7099 type_list->Insert (type_sp);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp40 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
42 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdbarch.sh2214 /* Insert THIS at the front. */
2228 /* Insert the new architecture into the front of the architecture
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1489 V = Builder.Insert(new llvm::BitCastInst(V, CGM.Int8PtrTy));
H A DCGExprScalar.cpp1551 Builder.Insert(new llvm::StoreInst(True,
2927 // Emit an unconditional branch from this block to ContBlock. Insert an entry
3001 // Emit an unconditional branch from this block to ContBlock. Insert an entry
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1174 "Insert a new image search path substitution pair into the current target at the specified index.",
1249 target->GetImageSearchPathList().Insert (ConstString(from),
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex407 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
4495 % Insert space above the heading.
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex398 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
4321 % Insert space above the heading.
/freebsd-10.2-release/contrib/groff/doc/
H A Dtexinfo.tex399 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
4393 % Insert space above the heading.

Completed in 370 milliseconds

12