Home
last modified time | relevance | path

Searched refs:ZtValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2069 SDValue ZtValue; in SelectMultiVectorLutiLane() local
2070 if (!ImmToReg<AArch64::ZT0, 0>(Node->getOperand(2), ZtValue)) in SelectMultiVectorLutiLane()
2073 SDValue Ops[] = {ZtValue, Node->getOperand(3), Node->getOperand(4)}; in SelectMultiVectorLutiLane()
2095 SDValue ZtValue; in SelectMultiVectorLuti() local
2097 if (!ImmToReg<AArch64::ZT0, 0>(Node->getOperand(2), ZtValue)) in SelectMultiVectorLuti()
2100 Ops.push_back(ZtValue); in SelectMultiVectorLuti()