Searched refs:concat (Results 76 - 90 of 90) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp50 MF.getFunction(), Twine(Str).concat(Msg), DL.getDebugLoc()));
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js794 return ret.concat.apply( [], ret );
818 return fn.apply( context, args.concat( slice.call( arguments ) ) );
3395 copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;
6220 ret = ret.concat( elems );
6423 ret.splice.apply( ret, [i + 1, 0].concat( jsTags ) );
8602 jQuery.each( fxAttrs.concat.apply([], fxAttrs.slice( 0, num )), function() {
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1172 /*static*/ std::string ToolChain::concat(StringRef Path, const Twine &A, function in class:ToolChain
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h845 /// overlap each other, `concat` puts non-overlapping locations together.
846 AAMDNodes concat(const AAMDNodes &Other) const;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp324 llvm::concat<uint32_t>(m_func_indexes, m_glob_indexes)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp673 for (const auto &KV : concat<DecompEntry>(VariablesA, VariablesB))
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1593 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix).str());
1799 VarLVType, Twine(Name).concat(Suffix).str());
1815 Twine(Name).concat(Suffix).concat(CacheSuffix).str())};
H A DCGStmtOpenMP.cpp1672 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1071 llvm_unreachable("Attempted to increment an end concat iterator!");
1100 llvm_unreachable("Attempted to get a pointer from an end concat iterator!");
1185 detail::concat_range<ValueT, RangeTs...> concat(RangeTs &&... Ranges) { function in namespace:llvm
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp185 for (auto Reg : concat<const Register>(PartRegs, LeftoverRegs))
192 for (auto PartReg : concat<const Register>(PartRegs, LeftoverRegs))
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1678 auto SortedFiles = llvm::concat<InputFileEntry>(std::move(UserFiles),
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3509 Known = Known2.concat(Known);
5493 // concat (extract X, 0*subvec_elts), (extract X, 1*subvec_elts), ...
5507 "Unexpected identity source vector for concat of extracts");
5552 NewSDValueDbgMsg(V, "New node fold concat vectors: ", &DAG);
5644 return N1; // Factor, merge or concat of one node? No need.
6962 // the concat have the same type as the extract.
H A DTargetLowering.cpp2387 Known = KnownHi.concat(KnownLo);
H A DDAGCombiner.cpp14865 // fold (trunc (concat ... x ...)) -> (concat ..., (trunc x), ...)),
19878 AAInfo = AAInfo.concat(St->getAAInfo());
23396 // If X is a build_vector itself, the concat can become a larger build_vector.
23670 // All operands of the concat must be the same kind of cast from the same
23705 // concat (cast X), (cast Y)... -> cast (concat X, Y...)
23828 assert(In.getValueType().isVector() && "Must concat vectors");
23830 // If the input is a concat_vectors, just make a larger concat by padding
23987 // If not, this concat ma
[all...]
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c11502 ** concat() and similar.
[all...]

Completed in 1395 milliseconds

1234