Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2297 auto *AddVal = cast<ConstantSDNode>(N.getOperand(1)); in matchIndexRecursively() local
2298 uint64_t Offset = (uint64_t)AddVal->getSExtValue() * AM.Scale; in matchIndexRecursively()
2329 auto *AddVal = cast<ConstantSDNode>(Src.getOperand(1)); in matchIndexRecursively() local
2330 uint64_t Offset = (uint64_t)AddVal->getSExtValue(); in matchIndexRecursively()
2539 auto *AddVal = cast<ConstantSDNode>(MulVal.getOperand(1)); in matchAddressRecursively() local
2540 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); in matchAddressRecursively()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7043 auto AddVal = MIRBuilder.buildSITOFP(Ty, And); in lowerFFloor() local
7045 MIRBuilder.buildFAdd(DstReg, Trunc, AddVal, Flags); in lowerFFloor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18713 SDValue AddVal = DAG.getNode(ISD::ADD, DL, ValVT, Val1, Val2); in performAddUADDVCombine() local
18715 DAG.getNode(AArch64ISD::UADDV, DL, ValVT, AddVal), in performAddUADDVCombine()