Searched refs:LaneNo (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2303 unsigned LaneNo = N->getConstantOperandVal(NumVecs + 2); in SelectLoadLane() local 2305 SDValue Ops[] = {RegSeq, CurDAG->getTargetConstant(LaneNo, dl, MVT::i64), in SelectLoadLane() 2342 unsigned LaneNo = N->getConstantOperandVal(NumVecs + 1); in SelectPostLoadLane() local 2345 CurDAG->getTargetConstant(LaneNo, dl, in SelectPostLoadLane() 2393 unsigned LaneNo = N->getConstantOperandVal(NumVecs + 2); in SelectStoreLane() local 2395 SDValue Ops[] = {RegSeq, CurDAG->getTargetConstant(LaneNo, dl, MVT::i64), in SelectStoreLane() 2424 unsigned LaneNo = N->getConstantOperandVal(NumVecs + 1); in SelectPostStoreLane() local 2426 SDValue Ops[] = {RegSeq, CurDAG->getTargetConstant(LaneNo, dl, MVT::i64), in SelectPostStoreLane()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 5907 auto LaneNo = getIConstantVRegVal((FirstSrcRegIt + NumVecs)->getReg(), MRI); in selectVectorLoadLaneIntrinsic() local 5908 if (!LaneNo) in selectVectorLoadLaneIntrinsic() 5914 .addImm(LaneNo->getZExtValue()) in selectVectorLoadLaneIntrinsic() 5973 auto LaneNo = getIConstantVRegVal(I.getOperand(1 + NumVecs).getReg(), MRI); in selectVectorStoreLaneIntrinsic() local 5974 if (!LaneNo) in selectVectorStoreLaneIntrinsic() 5979 .addImm(LaneNo->getZExtValue()) in selectVectorStoreLaneIntrinsic()
|