/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/ |
H A D | optnone-vectors-and-functions.cpp | 90 T test3(T InVec) { in test3()
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 522 concatSubVector(Value ** Vec,ArrayRef<Instruction * > InVec,unsigned VecElems,IRBuilder<> & Builder) concatSubVector() argument 543 deinterleave8bitStride3(ArrayRef<Instruction * > InVec,SmallVectorImpl<Value * > & TransposedMatrix,unsigned VecElems) deinterleave8bitStride3() argument 626 interleave8bitStride3(ArrayRef<Instruction * > InVec,SmallVectorImpl<Value * > & TransposedMatrix,unsigned VecElems) interleave8bitStride3() argument [all...] |
H A D | X86ISelLowering.cpp | 19068 SDValue InVec = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VecInVT, Src); LowerI64IntToFP_AVX512DQ() local 19104 SDValue InVec = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64, Src); LowerI64IntToFP16() local 56856 SDValue InVec = N->getOperand(0); combineEXTRACT_SUBVECTOR() local [all...] |
/llvm-project/llvm/unittests/CodeGen/ |
H A D | AArch64SelectionDAGTest.cpp | 96 auto InVec = DAG->getConstant(0, Loc, InVecVT); TEST_F() local 109 auto InVec = DAG->getConstant(0, Loc, InVecVT); TEST_F() local 139 auto InVec = DAG->getConstant(1, Loc, InVecVT); TEST_F() local 151 auto InVec = DAG->getConstant(1, Loc, InVecVT); TEST_F() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1764 SDValue InVec = N->getOperand(0); PerformDAGCombine() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 3974 SDValue InVec = N->getOperand(OpNo); SplitVecOp_TruncateHelper() local 5034 SDValue InVec = DAG.getNode(ISD::CONCAT_VECTORS, DL, InWidenVT, Ops); WidenVecRes_Convert() local 6715 SDValue InVec = N->getOperand(0); WidenVecOp_INSERT_SUBVECTOR() local [all...] |
H A D | SelectionDAG.cpp | 3992 SDValue InVec = Op.getOperand(0); computeKnownBits() local 4026 SDValue InVec = Op.getOperand(0); computeKnownBits() local 4869 SDValue InVec = Op.getOperand(0); ComputeNumSignBits() local 4897 SDValue InVec = Op.getOperand(0); ComputeNumSignBits() local [all...] |
H A D | SelectionDAGBuilder.cpp | 3982 SDValue InVec = getValue(I.getOperand(0)); visitInsertElement() local 3993 SDValue InVec = getValue(I.getOperand(0)); visitExtractElement() local 12374 SDValue InVec = getValue(I.getOperand(0)); visitVectorDeinterleave() local
|
H A D | DAGCombiner.cpp | 22013 SDValue InVec = N->getOperand(0); visitINSERT_VECTOR_ELT() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 13032 Value *InVec = vectorizeOperand(E, 0, PostponedPHIs); vectorizeTree() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 16025 SDValue InVec = N->getOperand(0); performINSERT_VECTOR_ELTCombine() local [all...] |