Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18119 MVT AbsInputVT = SawTrailingZext ? MVT::v16i16 : MVT::v16i32; in performVecReduceAddCombineWithUADDLP() local
18122 if (Opcode != ISD::ABS || VecReduceOp0->getValueType(0) != AbsInputVT) in performVecReduceAddCombineWithUADDLP()
18128 ABS->getOperand(0)->getValueType(0) != AbsInputVT) in performVecReduceAddCombineWithUADDLP()
18135 if (SUB->getOperand(0)->getValueType(0) != AbsInputVT || in performVecReduceAddCombineWithUADDLP()
18136 SUB->getOperand(1)->getValueType(0) != AbsInputVT) in performVecReduceAddCombineWithUADDLP()