Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1632 ConstantInt *Shft = dyn_cast<ConstantInt>(DefX->getOperand(1)); in detectShiftUntilLessThanIdiom() local
1633 if (!Shft || !Shft->isOne()) in detectShiftUntilLessThanIdiom()
1849 ConstantInt *Shft = dyn_cast<ConstantInt>(DefX->getOperand(1)); in detectShiftUntilZeroIdiom() local
1850 if (!Shft || !Shft->isOne()) in detectShiftUntilZeroIdiom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp1065 auto Shft = MCConstantExpr::create(Shift, Ctx); in getSIProgramInfo() local
1069 Dst, MCBinaryExpr::createShl(Value, Shft, Ctx), Ctx); in getSIProgramInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13321 SDValue Shft; in PerformVQDMULHCombine() local
13328 Shft = N->getOperand(0); in PerformVQDMULHCombine()
13338 Shft = N->getOperand(1); in PerformVQDMULHCombine()
13365 if (Shft.getOpcode() != ISD::SRA) in PerformVQDMULHCombine()
13367 ConstantSDNode *N1 = isConstOrConstSplat(Shft.getOperand(1)); in PerformVQDMULHCombine()
13371 SDValue Mul = Shft.getOperand(0); in PerformVQDMULHCombine()