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

12

/freebsd-10.2-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-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.h37 Insert(const DWARFDebugInfoEntry *die);
H A DDWARFCompileUnit.cpp757 func_fullnames.Insert (ConstString(name), die.GetOffset());
759 objc_class_selectors.Insert(objc_class_name_with_category, die.GetOffset());
761 objc_class_selectors.Insert(objc_class_name_no_category, die.GetOffset());
763 func_selectors.Insert (objc_selector_name, die.GetOffset());
765 func_fullnames.Insert (objc_fullname_no_category_name, die.GetOffset());
800 func_methods.Insert (ConstString(name), die.GetOffset());
802 func_basenames.Insert (ConstString(name), die.GetOffset());
805 func_fullnames.Insert (ConstString(name), die.GetOffset());
816 func_fullnames.Insert (mangled.GetMangledName(), die.GetOffset());
818 func_fullnames.Insert (mangle
[all...]
H A DDWARFDIECollection.cpp22 DWARFDIECollection::Insert(const DWARFDebugInfoEntry *die) function in class:DWARFDIECollection
H A DNameToDIE.h39 Insert (const lldb_private::ConstString& name, uint32_t die_offset);
H A DNameToDIE.cpp32 NameToDIE::Insert (const ConstString& name, uint32_t die_offset) function in class:NameToDIE
H A DUniqueDWARFASTType.h145 Insert (const lldb_private::ConstString &name, function in class:UniqueDWARFASTTypeMap
H A DDWARFDebugLine.h114 static void Insert(Row::collection& state_coll, const Row& state);
/freebsd-10.2-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-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFileSpecList.h195 Insert (size_t idx, const FileSpec &file) function in class:lldb_private::FileSpecList
H A DUniqueCStringMap.h95 Insert (const char *unique_cstr, const T& value) function in class:lldb_private::UniqueCStringMap
102 Insert (const Entry &e) function in class:lldb_private::UniqueCStringMap
278 // call to UniqueCStringMap::Sort()) or to UniqueCStringMap::Insert().
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeList.h45 Insert (const lldb::TypeSP& type);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPathMappingList.h75 Insert (const ConstString &path,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp104 file_spec_list.Insert (0, debug_symbol_fspec);
/freebsd-10.2-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
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeList.cpp54 TypeList::Insert (const TypeSP& type_sp) function in class:TypeList
76 Insert (type_sp);
104 // types.Insert (pos->second);
/freebsd-10.2-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-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp121 m_current_value.Insert (idx, file);
H A DOptionValuePathMappings.cpp122 m_path_mappings.Insert (a, b, idx, m_notify_changes);
/freebsd-10.2-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-10.2-release/contrib/gcclibs/libiberty/
H A Dvmsbuild.com113 $ LIBR 'WORK_LIB' 'f'.obj /Insert
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp39 m_impl.Insert(type_name.AsCString(), type_equivalent);

Completed in 283 milliseconds

12