Searched refs:InsertI64VL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8553 SDValue InsertI64VL = DAG.getConstant(2, DL, XLenVT); in lowerINSERT_VECTOR_ELT() 8559 Vec, Vec, ValLo, I32Mask, InsertI64VL); in lowerINSERT_VECTOR_ELT() 8564 Tail, ValInVec, ValHi, I32Mask, InsertI64VL); in lowerINSERT_VECTOR_ELT() 8582 I32Mask, InsertI64VL); in lowerINSERT_VECTOR_ELT() 8585 I32Mask, InsertI64VL); in lowerINSERT_VECTOR_ELT() 8551 SDValue InsertI64VL = DAG.getConstant(2, DL, XLenVT); lowerINSERT_VECTOR_ELT() local
|