Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1941 ConstantInt *Shft = dyn_cast<ConstantInt>(DefX->getOperand(1)); in detectShiftUntilLessThanIdiom() local
1942 if (!Shft || !Shft->isOne()) in detectShiftUntilLessThanIdiom()
2158 ConstantInt *Shft = dyn_cast<ConstantInt>(DefX->getOperand(1)); in detectShiftUntilZeroIdiom() local
2159 if (!Shft || !Shft->isOne()) in detectShiftUntilZeroIdiom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp1240 const auto *Shft = MCConstantExpr::create(Shift, Ctx); in getSIProgramInfo() local
1243 Dst = MCBinaryExpr::createOr(Dst, MCBinaryExpr::createShl(Value, Shft, Ctx), in getSIProgramInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6889 SDValue Shft = DAG.getNode(ISD::SHL, DL, MVT::i64, Op, in convertToF16() local
6891 SDValue BCast = DAG.getNode(ISD::BITCAST, DL, MVT::f64, Shft); in convertToF16()
6905 SDValue Shft = DAG.getNode(ISD::SRL, DL, MVT::i64, BCast, in convertFromF16() local
6907 return Shft; in convertFromF16()
6940 SDValue Shft = convertFromF16(Op->getOperand(1), DL, DAG); in lowerStoreF16() local
6944 Shft, AtomicSt->getBasePtr(), in lowerStoreF16()
6948 return DAG.getTruncStore(St->getChain(), DL, Shft, St->getBasePtr(), MVT::i16, in lowerStoreF16()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13388 SDValue Shft; in PerformVQDMULHCombine() local
13395 Shft = N->getOperand(0); in PerformVQDMULHCombine()
13405 Shft = N->getOperand(1); in PerformVQDMULHCombine()
13432 if (Shft.getOpcode() != ISD::SRA) in PerformVQDMULHCombine()
13434 ConstantSDNode *N1 = isConstOrConstSplat(Shft.getOperand(1)); in PerformVQDMULHCombine()
13438 SDValue Mul = Shft.getOperand(0); in PerformVQDMULHCombine()