Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1848 auto ExtCst = MIRBuilder.buildConstant(LLT::scalar(64), Amount); in legalizeShlAshrLshr() local
1850 MI.getOperand(2).setReg(ExtCst.getReg(0)); in legalizeShlAshrLshr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24074 auto *ExtCst = dyn_cast<ConstantSDNode>(ExtIdx); in performSTORECombine() local
24075 if ((!ExtCst || !ExtCst->isZero()) && !Value.hasOneUse()) in performSTORECombine()
24081 (VectorVT.is64BitVector() || VectorVT.is128BitVector()) && ExtCst && in performSTORECombine()
24082 !ExtCst->isZero() && ST->getBasePtr().getOpcode() != ISD::ADD) in performSTORECombine()
24101 if (!ExtCst || !ExtCst->isZero()) { in performSTORECombine()