Home
last modified time | relevance | path

Searched defs:Concat (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp205 Value *Concat = Builder.CreateShuffleVector(MAdd, Zero, ConcatMask); in tryMAddReplacement() local
H A DX86InterleavedAccess.cpp232 static constexpr int Concat[] = { variable
H A DX86ISelLowering.cpp50319 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v16i32, in combineVectorPack() local
51395 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, dl, SrcVT, in combineScalarAndWithMaskSetcc() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h623 Register findValueFromConcat(GConcatVectors &Concat, unsigned StartBit, in findValueFromConcat()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp3089 auto Concat = N->getOperand(0); in performVectorTruncZeroCombine() local
3245 SDValue Concat, SetCCVector; in performBitcastCombine() local
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1363 ConcatImplActionP3<std::string, T1, T2> Concat(const std::string& a, T1 b, in Concat() function
1382 ConcatImplActionP3<T1, int, T2> Concat(T1 a, int b, T2 c) { in Concat() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp456 CodeGenSubRegIndex *Concat = in computeSecondarySubRegs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5876 SDValue Concat = in PromoteNode() local
6000 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SL, NVT, NewElts); in PromoteNode() local
H A DDAGCombiner.cpp24851 SDValue Concat = in visitBUILD_VECTOR() local
28299 auto ConcatWithConstantOrUndef = [](SDValue Concat) { in SimplifyVBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp6540 auto Concat = B.buildBuildVector(PackedTy, {VData0, VData1}); in legalizeImageIntrinsic() local
6581 auto Concat = B.buildConcatVectors( in legalizeImageIntrinsic() local
6587 auto Concat = B.buildConcatVectors(PackedAddrTy, PackedRegs); in legalizeImageIntrinsic() local
H A DSIISelLowering.cpp7772 SDValue Concat = in lowerINSERT_VECTOR_ELT() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp83 std::string Concat = P.getPreprocessor().getSpelling(Tok); in parseOpenMPDirectiveKind() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1942 Value *Concat = Builder.CreateShuffleVector(SrcX, SrcY, ConcatMask); in foldConcatOfBoolMasks() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1103 SmallString<80> Concat(I0->getValue()); in ConcatStringInits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5857 SDValue Concat = in lowerVECTOR_SHUFFLE() local
5901 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatVT, V1, V2); in lowerVECTOR_SHUFFLE() local
11929 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatVT, Ops); in lowerVECTOR_DEINTERLEAVE() local
12168 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatVT, in lowerVECTOR_INTERLEAVE() local
12283 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, ContainerVT, Hi, Lo); in lowerVECTOR_REVERSE() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3807 if (Value *Concat = matchOrConcat(I, Builder)) in visitOr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5242 MachineInstr *Concat = in selectShuffleVector() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14092 if (SDValue Concat = tryFormConcatFromShuffle(Op, DAG)) in LowerVECTOR_SHUFFLE() local
18466 SDValue Concat = in performUADDVZextCombine() local
20907 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, MVT::v4f32, in performBuildVectorCombine() local
23293 SDValue Concat = in performUzpCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12779 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), ConcatVT, in AddCombineVUZPToVPADDL() local