/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 208 Value *Concat = Builder.CreateShuffleVector(MAdd, Zero, ConcatMask); in tryMAddReplacement() local
|
H A D | X86InterleavedAccess.cpp | 235 static constexpr int Concat[] = { variable
|
H A D | X86ISelLowering.cpp | 40804 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, N0.getOperand(0), combineShuffleOfConcatUndef() local 47396 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v16i32, combineVectorPack() local 48474 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, dl, SrcVT, combineScalarAndWithMaskSetcc() local 55511 SDValue Concat = splitVectorIntBinary(InVecBC, DAG); combineEXTRACT_SUBVECTOR() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 600 findValueFromConcat(GConcatVectors & Concat,unsigned StartBit,unsigned Size) findValueFromConcat() argument
|
/freebsd-src/contrib/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 1296 ConcatImplActionP3<std::string, T1, T2> Concat(const std::string& a, T1 b, Concat() function 1315 ConcatImplActionP3<T1, int, T2> Concat(T1 a, int b, T2 c) { Concat() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 5426 SDValue Concat = PromoteNode() local 5550 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SL, NVT, NewElts); PromoteNode() local
|
H A D | DAGCombiner.cpp | 23408 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), visitBUILD_VECTOR() local 26780 __anon29909ce27002(SDValue Concat) SimplifyVBinOp() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 6195 auto Concat = B.buildBuildVector(PackedTy, {VData0, VData1}); legalizeImageIntrinsic() local 6236 auto Concat = B.buildConcatVectors( legalizeImageIntrinsic() local 6242 auto Concat = B.buildConcatVectors(PackedAddrTy, PackedRegs); legalizeImageIntrinsic() local
|
H A D | SIISelLowering.cpp | 6803 SDValue Concat = InsertLo ? lowerINSERT_VECTOR_ELT() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2662 auto Concat = N->getOperand(0); performVectorTruncZeroCombine() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 1022 SmallString<80> Concat(I0->getValue()); in ConcatStringInits() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 3399 if (Instruction *Concat = matchOrConcat(I, Builder)) visitOr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 5252 MachineInstr *Concat = selectShuffleVector() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 9721 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatVT, lowerVECTOR_DEINTERLEAVE() local 9807 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatVT, lowerVECTOR_INTERLEAVE() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 12307 if (SDValue Concat = tryFormConcatFromShuffle(Op, DAG)) LowerVECTOR_SHUFFLE() local 16769 SDValue Concat = performUADDVZextCombine() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 12695 SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), ConcatVT, AddCombineVUZPToVPADDL() local
|