Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1151 HexagonTargetLowering::extractHvxElementReg(SDValue VecV, SDValue IdxV, in extractHvxElementReg()
1175 HexagonTargetLowering::extractHvxElementPred(SDValue VecV, SDValue IdxV, in extractHvxElementPred()
1194 HexagonTargetLowering::insertHvxElementReg(SDValue VecV, SDValue IdxV, in insertHvxElementReg()
1239 HexagonTargetLowering::insertHvxElementPred(SDValue VecV, SDValue IdxV, in insertHvxElementPred()
1256 SDValue IdxV, const SDLoc &dl, MVT ResTy, SelectionDAG &DAG) const { in extractHvxSubvectorReg()
1295 HexagonTargetLowering::extractHvxSubvectorPred(SDValue VecV, SDValue IdxV, in extractHvxSubvectorPred()
1360 SDValue IdxV, const SDLoc &dl, SelectionDAG &DAG) const { in insertHvxSubvectorReg()
1447 SDValue IdxV, const SDLoc &dl, SelectionDAG &DAG) const { in insertHvxSubvectorPred()
1767 SDValue IdxV = Op.getOperand(1); in LowerHvxExtractElement() local
1781 SDValue IdxV = Op.getOperand(2); in LowerHvxInsertElement() local
[all …]
H A DHexagonISelLowering.cpp2655 extractVector(SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ValTy,MVT ResTy,SelectionDAG & DAG) const extractVector() argument
2707 extractVectorPred(SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ValTy,MVT ResTy,SelectionDAG & DAG) const extractVectorPred() argument
2761 insertVector(SDValue VecV,SDValue ValV,SDValue IdxV,const SDLoc & dl,MVT ValTy,SelectionDAG & DAG) const insertVector() argument
2804 insertVectorPred(SDValue VecV,SDValue ValV,SDValue IdxV,const SDLoc & dl,MVT ValTy,SelectionDAG & DAG) const insertVectorPred() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1840 SDValue IdxV = CDAG.getConstant(UniqueIdx, MVT::i64); lowerBUILD_VECTOR() local