Searched refs:Insert (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h473 /// \brief Insert and return the specified instruction.
475 InstTy *Insert(InstTy *I, const Twine &Name = "") const { function in class:llvm::IRBuilder
482 Constant *Insert(Constant *C, const Twine& = "") const { function in class:llvm::IRBuilder
503 return Insert(ReturnInst::Create(Context));
508 return Insert(ReturnInst::Create(Context, V));
522 return Insert(ReturnInst::Create(Context, V));
527 return Insert(BranchInst::Create(Dest));
534 return Insert(addBranchWeights(BranchInst::Create(True, False, Cond),
543 return Insert(addBranchWeights(SwitchInst::Create(V, Dest, NumCases),
551 return Insert(IndirectBrIns
[all...]
H A DMetadata.h118 FunctionLocalness FL, bool Insert = true);
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUTargetTransformInfo.cpp41 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
43 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
H A DSIAnnotateControlFlow.cpp241 TerminatorInst *Insert = From->getTerminator(); local
243 Value *Ret = CallInst::Create(Break, Arg, "", Insert);
250 TerminatorInst *Insert = Parent->getTerminator(); local
252 Value *Ret = CallInst::Create(IfBreak, Args, "", Insert);
H A DSILowerControlFlow.cpp170 MachineBasicBlock::iterator Insert = &MI;
171 ++Insert;
174 BuildMI(MBB, Insert, DL, TII->get(AMDGPU::S_CBRANCH_EXECNZ))
179 BuildMI(MBB, Insert, DL, TII->get(AMDGPU::EXP))
191 BuildMI(MBB, Insert, DL, TII->get(AMDGPU::S_ENDPGM));
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp134 Builder.Insert(LibCall);
138 // for this call. Insert a FP compare instruction and a conditional branch
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-9.3-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp31 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
33 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
202 unsigned BasicTTI::getScalarizationOverhead(Type *Ty, bool Insert, argument
208 if (Insert)
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp40 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
42 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dvmsbuild.com113 $ LIBR 'WORK_LIB' 'f'.obj /Insert
/freebsd-9.3-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-9.3-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-9.3-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
3142 // Insert all operands.
5135 Builder.Insert(Cloned);
/freebsd-9.3-release/contrib/nvi/perl_api/
H A Dperl.xs616 # Insert the string text before the line in lineNumber.
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf649 R$* @ $* $@ $>Canonify2 $1 < @ $2 > Insert < > and finish
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1639 B.Insert(New);
1732 B.Insert(New);
1813 B.Insert(New);
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/nvi/tk/
H A Dinit.tcl108 bind .t <Insert> {tk_key_enter "i"; break}
1017 # Insert the line.
1028 # Insert a new, blank line.

Completed in 220 milliseconds

12