Home
last modified time | relevance | path

Searched defs:IdxV (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1152 extractHvxElementReg(SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ResTy,SelectionDAG & DAG) const extractHvxElementReg() argument
1176 extractHvxElementPred(SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ResTy,SelectionDAG & DAG) const extractHvxElementPred() argument
1195 insertHvxElementReg(SDValue VecV,SDValue IdxV,SDValue ValV,const SDLoc & dl,SelectionDAG & DAG) const insertHvxElementReg() argument
1240 insertHvxElementPred(SDValue VecV,SDValue IdxV,SDValue ValV,const SDLoc & dl,SelectionDAG & DAG) const insertHvxElementPred() argument
1257 extractHvxSubvectorReg(SDValue OrigOp,SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ResTy,SelectionDAG & DAG) const extractHvxSubvectorReg() argument
1296 extractHvxSubvectorPred(SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ResTy,SelectionDAG & DAG) const extractHvxSubvectorPred() argument
1361 insertHvxSubvectorReg(SDValue VecV,SDValue SubV,SDValue IdxV,const SDLoc & dl,SelectionDAG & DAG) const insertHvxSubvectorReg() argument
1448 insertHvxSubvectorPred(SDValue VecV,SDValue SubV,SDValue IdxV,const SDLoc & dl,SelectionDAG & DAG) const insertHvxSubvectorPred() argument
1768 SDValue IdxV = Op.getOperand(1); LowerHvxExtractElement() local
1782 SDValue IdxV = Op.getOperand(2); LowerHvxInsertElement() local
1804 SDValue IdxV = Op.getOperand(1); LowerHvxExtractSubvector() local
1823 SDValue IdxV = Op.getOperand(2); LowerHvxInsertSubvector() local
[all...]
H A DHexagonISelLowering.cpp2672 HexagonTargetLowering::extractVector(SDValue VecV, SDValue IdxV, in extractVector()
2724 HexagonTargetLowering::extractVectorPred(SDValue VecV, SDValue IdxV, in extractVectorPred()
2778 HexagonTargetLowering::insertVector(SDValue VecV, SDValue ValV, SDValue IdxV, in insertVector()
2821 SDValue IdxV, const SDLoc &dl, in insertVectorPred()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1838 SDValue IdxV = CDAG.getConstant(UniqueIdx, MVT::i64); in lowerBUILD_VECTOR() local