| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | FixedPointBuilder.h | 39 unsigned SrcScale = SrcSema.getScale(); in Convert() 40 unsigned DstScale = DstSema.getScale(); in Convert() 121 C.getWidth() + (unsigned)(BothPadded && C.isSaturated()), C.getScale(), in getCommonBinopSemantic() 185 ConstantFP::get(OpTy, std::pow(2, -(int)SrcSema.getScale()))); in CreateFixedToFloating() 200 ConstantFP::get(OpTy, std::pow(2, DstSema.getScale()))); in CreateFloatingToFixed() 304 {WideLHS, WideRHS, B.getInt32(CommonSema.getScale())}); in CreateMul() 332 {WideLHS, WideRHS, B.getInt32(CommonSema.getScale())}); in CreateDiv()
|
| /freebsd/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 45 VScaleVal LMULType::getScale(unsigned ElementBitwidth) const { in getScale() function in clang::RISCV::LMULType 676 Scale = LMUL.getScale(ElementBitwidth); in applyModifier() 706 Scale = LMUL.getScale(ElementBitwidth); in applyModifier() 711 Scale = LMUL.getScale(ElementBitwidth); in applyModifier() 716 Scale = LMUL.getScale(ElementBitwidth); in applyModifier() 720 Scale = LMUL.getScale(ElementBitwidth); in applyModifier() 863 Scale = LMUL.getScale(ElementBitwidth); in applyModifier() 877 Scale = LMUL.getScale(ElementBitwidth); in applyLog2EEW() 888 Scale = LMUL.getScale(ElementBitwidth); in applyFixedSEW() 915 Scale = LMUL.getScale(ElementBitwidth); in applyFixedLog2LMUL()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFixedPoint.h | 63 unsigned getScale() const { assert(isValidLegacySema()); return -LsbWeight; } in getScale() function 181 inline unsigned getScale() const { return Sema.getScale(); }
|
| /freebsd/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 241 std::optional<unsigned> getScale(unsigned ElementBitwidth) const; 322 VScaleVal getScale() const { return Scale; } in getScale() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VECustomDAG.cpp | 326 return N->getScale(); in getGatherScatterScale() 328 return N->getScale(); in getGatherScatterScale()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 166 asImpl().writeUInt32(sema.getScale()); in writeFixedPointSemantics()
|
| H A D | Expr.h | 1583 unsigned getScale() const { return Scale; } in getScale() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2934 return !cast<ConstantSDNode>(getScale())->isOne(); 2948 const SDValue &getScale() const { 3018 return !cast<ConstantSDNode>(getScale())->isOne(); 3029 const SDValue &getScale() const { return getOperand(5); } 3105 const SDValue &getScale() const { return getOperand(5); }
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFixedPoint.cpp | 24 OS << "scale=" << getScale() << ", "; in print()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaRISCV.cpp | 164 QT = Context.getScalableVectorType(QT, *Type->getScale(), Type->getNF()); in RVVType2Qual() 166 QT = Context.getScalableVectorType(QT, *Type->getScale()); in RVVType2Qual()
|
| H A D | SemaTemplate.cpp | 7887 Val.getFixedPoint().getScale()); in BuildExpressionFromNonTypeTemplateArgumentValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 537 int16_t getScale() const { return Scale; } in getScale() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2409 return {MSC->getMask(), MSC->getIndex(), MSC->getScale()}; in SplitVecRes_Gather() 2412 return {VPSC->getMask(), VPSC->getIndex(), VPSC->getScale()}; in SplitVecRes_Gather() 4176 return {MSC->getMask(), MSC->getIndex(), MSC->getScale(), in SplitVecOp_Scatter() 4180 return {VPSC->getMask(), VPSC->getIndex(), VPSC->getScale(), in SplitVecOp_Scatter() 4583 SDValue Scale = HG->getScale(); in SplitVecOp_VECTOR_HISTOGRAM() 6275 SDValue Scale = N->getScale(); in WidenVecRes_MGATHER() 6310 SDValue Scale = N->getScale(); in WidenVecRes_VP_GATHER() 7494 SDValue Scale = MG->getScale(); in WidenVecOp_MGATHER() 7515 SDValue Scale = MSC->getScale(); in WidenVecOp_MSCATTER() 7555 SDValue Scale = VPSC->getScale(); in WidenVecOp_VP_SCATTER()
|
| H A D | SelectionDAG.cpp | 10120 assert(isa<ConstantSDNode>(N->getScale()) && in getGatherVP() 10121 N->getScale()->getAsAPIntVal().isPowerOf2() && in getGatherVP() 10164 assert(isa<ConstantSDNode>(N->getScale()) && in getScatterVP() 10165 N->getScale()->getAsAPIntVal().isPowerOf2() && in getScatterVP() 10306 assert(isa<ConstantSDNode>(N->getScale()) && in getMaskedGather() 10307 N->getScale()->getAsAPIntVal().isPowerOf2() && in getMaskedGather() 10352 assert(isa<ConstantSDNode>(N->getScale()) && in getMaskedScatter() 10353 N->getScale()->getAsAPIntVal().isPowerOf2() && in getMaskedScatter() 10389 assert(isa<ConstantSDNode>(N->getScale()) && in getMaskedHistogram() 10390 N->getScale()->getAsAPIntVal().isPowerOf2() && in getMaskedHistogram()
|
| H A D | DAGCombiner.cpp | 7638 GN0->getBasePtr(), GN0->getIndex(), GN0->getScale()}; in visitAND() 12518 SDValue Scale = MSC->getScale(); in visitVPSCATTER() 12549 SDValue Scale = MSC->getScale(); in visitMSCATTER() 12726 SDValue Scale = MGT->getScale(); in visitVPGATHER() 12754 SDValue Scale = MGT->getScale(); in visitMGATHER() 12824 HG->getScale(), HG->getIntID()}; in visitMHISTOGRAM() 15729 GN0->getBasePtr(), GN0->getIndex(), GN0->getScale()}; in visitSIGN_EXTEND_INREG()
|
| H A D | LegalizeIntegerTypes.cpp | 1029 N->getIndex(), N->getScale() }; in PromoteIntRes_MGATHER()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1948 const SDValue &getScale() const { return getOperand(5); } in getScale() function
|
| H A D | X86ISelDAGToDAG.cpp | 6562 if (!selectVectorAddr(Mgt, Mgt->getBasePtr(), IndexOp, Mgt->getScale(), in Select() 6635 if (!selectVectorAddr(Sc, Sc->getBasePtr(), IndexOp, Sc->getScale(), in Select()
|
| H A D | X86ISelLowering.cpp | 33173 SDValue Scale = N->getScale(); in LowerMSCATTER() 33377 N->getScale() }; in LowerMGATHER() 34854 Gather->getBasePtr(), Index, Gather->getScale() }; in ReplaceNodeResults() 56717 SDValue Scale = GorS->getScale(); in combineGatherScatter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 479 unsigned getScale() const { return Scale; } in getScale() function in __anonee973c6c0111::X86AsmParser::IntelExprStateMachine 2240 IntelExpr Expr(BaseRegStr, IndexRegStr, SM.getScale(), OffsetNameStr, in RewriteIntelExpression() 2680 unsigned Scale = SM.getScale(); in parseIntelOperand()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 743 Record.push_back(E->getScale()); in VisitFixedPointLiteral()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 6490 SDValue Scale = MGT->getScale(); in LowerMGATHER() 6589 SDValue Scale = MSC->getScale(); in LowerMSCATTER() 24237 while (foldIndexIntoBase(BasePtr, Index, N->getScale(), SDLoc(N), DAG)) in findMoreOptimalIndexType() 24309 SDValue Scale = MGS->getScale(); in performMaskedGatherScatterCombine() 29667 SDValue Scale = HG->getScale(); in LowerVECTOR_HISTOGRAM()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 20110 SDValue ScaleOp = MGN->getScale(); in PerformDAGCombine() 20210 SDValue ScaleOp = MSN->getScale(); in PerformDAGCombine() 20246 SDValue ScaleOp = VPGN->getScale(); in PerformDAGCombine() 20271 SDValue ScaleOp = VPSN->getScale(); in PerformDAGCombine()
|