/llvm-project/clang/test/SemaTemplate/ |
H A D | temp-param-subst-linear.cpp | 52 template<typename ...L, typename ...R> struct Concat<TypeList<L...>, TypeList<R...>> { struct 56 using Ints = Concat<Left, Right>::type; argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | TwineTest.cpp | 55 TEST(TwineTest, Concat) { in TEST() argument
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Predicate.cpp | 96 Concat, global() enumerator
|
/llvm-project/libc/test/src/__support/CPP/ |
H A D | string_test.cpp | 138 TEST(LlvmLibcStringTest, Concat) { in TEST() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 208 Mul->replaceAllUsesWith(Concat); in tryMAddReplacement() local
|
H A D | X86InterleavedAccess.cpp | 235 static constexpr int Concat[] = { global() variable
|
H A D | X86ISelLowering.cpp | 41660 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, N0.getOperand(0), combineShuffleOfConcatUndef() local 48426 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v16i32, combineVectorPack() local 49501 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, dl, SrcVT, combineScalarAndWithMaskSetcc() local 56879 SDValue Concat = splitVectorIntBinary(InVecBC, DAG, SDLoc(InVecBC)); combineEXTRACT_SUBVECTOR() local [all...] |
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 618 /// Given an concat_vector op \p Concat and a start bit and size, try to in findValueFromConcat() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 5575 SDValue Concat = PromoteNode() local 5699 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SL, NVT, NewElts); PromoteNode() local
|
H A D | DAGCombiner.cpp | 23712 SDValue Concat = visitBUILD_VECTOR() local 27115 __anon791abb437002(SDValue Concat) SimplifyVBinOp() argument [all...] |
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.cpp | 527 CodeGenSubRegIndex *Concat = computeSecondarySubRegs() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 6401 auto Concat = B.buildBuildVector(PackedTy, {VData0, VData1}); legalizeImageIntrinsic() local 6442 auto Concat = B.buildConcatVectors( legalizeImageIntrinsic() local 6448 auto Concat = B.buildConcatVectors(PackedAddrTy, PackedRegs); legalizeImageIntrinsic() local
|
H A D | SIISelLowering.cpp | 7231 SDValue Concat = InsertLo ? lowerINSERT_VECTOR_ELT() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2678 auto Concat = N->getOperand(0); performVectorTruncZeroCombine() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 1022 SmallString<80> Concat(I0->getValue()); ConcatStringInits() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 3506 if (Instruction *Concat = matchOrConcat(I, Builder)) visitOr() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 13055 if (SDValue Concat = tryFormConcatFromShuffle(Op, DAG)) LowerVECTOR_SHUFFLE() local 17692 SDValue Concat = performUADDVZextCombine() local 19982 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, MVT::v4f32, performBuildVectorCombine() local 22042 SDValue Concat = performUzpCombine() local [all...] |
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-tree.h | 1718 struct Concat : public IntrinsicBinary { global() struct
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 5044 MachineInstr *Concat = selectShuffleVector() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 10475 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatVT, lowerVECTOR_DEINTERLEAVE() local 10561 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatVT, lowerVECTOR_INTERLEAVE() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 12727 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), ConcatVT, AddCombineVUZPToVPADDL() local
|