Searched refs:Clamp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp129 SDValue &Clamp, SDValue &Omod) const;
131 SDValue &Clamp, SDValue &Omod) const;
136 SDValue &Clamp,
1397 SDValue &SrcMods, SDValue &Clamp,
1400 // FIXME: Handle Clamp and Omod
1401 Clamp = CurDAG->getTargetConstant(0, DL, MVT::i32);
1408 SDValue &SrcMods, SDValue &Clamp,
1410 bool Res = SelectVOP3Mods0(In, Src, SrcMods, Clamp, Omod);
1413 cast<ConstantSDNode>(Clamp)->isNullValue() &&
1428 SDValue &Clamp,
1396 SelectVOP3Mods0(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Clamp, SDValue &Omod) const argument
1407 SelectVOP3NoMods0(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Clamp, SDValue &Omod) const argument
1426 SelectVOP3Mods0Clamp0OMod(SDValue In, SDValue &Src, SDValue &SrcMods, SDValue &Clamp, SDValue &Omod) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp895 // that case, `Clamp` will always return `Smallest` and
904 auto Clamp = [this, Smallest, Greatest](const SCEV *S) { local
913 Result.LowLimit = Clamp(Range.getBegin());
918 Result.HighLimit = Clamp(Range.getEnd());

Completed in 145 milliseconds