/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
H A D | DurationRewriter.cpp | 41 getDurationInverseForScale(DurationScale Scale) { in getDurationInverseForScale() argument 73 DurationScale Scale, const Expr &Node) { in rewriteInverseDurationCall() argument 92 DurationScale Scale, const Expr &Node) { in rewriteInverseTimeCall() argument 105 getDurationFactoryForScale(DurationScale Scale) getDurationFactoryForScale() argument 123 getTimeFactoryForScale(DurationScale Scale) getTimeFactoryForScale() argument 142 getTimeInverseForScale(DurationScale Scale) getTimeInverseForScale() argument 271 rewriteExprFromNumberToDuration(const ast_matchers::MatchFinder::MatchResult & Result,DurationScale Scale,const Expr * Node) rewriteExprFromNumberToDuration() argument 289 rewriteExprFromNumberToTime(const ast_matchers::MatchFinder::MatchResult & Result,DurationScale Scale,const Expr * Node) rewriteExprFromNumberToTime() argument [all...] |
H A D | TimeSubtractionCheck.cpp | 98 std::optional<DurationScale> Scale = getScaleForTimeInverse(TimeInverse); in registerMatchers() local 136 std::optional<DurationScale> Scale = getScaleForTimeInverse(InverseName); in check() local
|
H A D | TimeComparisonCheck.cpp | 33 std::optional<DurationScale> Scale = getScaleForTimeInverse( in check() local
|
H A D | DurationAdditionCheck.cpp | 39 std::optional<DurationScale> Scale = getScaleForTimeInverse( in check() local
|
H A D | DurationSubtractionCheck.cpp | 39 std::optional<DurationScale> Scale = in check() local
|
H A D | DurationComparisonCheck.cpp | 32 std::optional<DurationScale> Scale = getScaleForDurationInverse( in check() local
|
H A D | DurationConversionCastCheck.cpp | 46 std::optional<DurationScale> Scale = in check() local
|
H A D | DurationFactoryScaleCheck.cpp | 161 DurationScale Scale = *MaybeScale; in check() local
|
/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaUtils.cpp |
|
H A D | XtensaISelDAGToDAG.cpp | 39 selectMemRegAddr(SDValue Addr,SDValue & Base,SDValue & Offset,int Scale) selectMemRegAddr() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 52 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded() 64 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, in getRounded32() 70 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, in getRounded64() 188 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { in getLgImpl() 214 template <class DigitsT> int32_t getLg(DigitsT Digits, int16_t Scale) { in getLg() 223 template <class DigitsT> int32_t getLgFloor(DigitsT Digits, int16_t Scale) { in getLgFloor() 233 template <class DigitsT> int32_t getLgCeiling(DigitsT Digits, int16_t Scale) { in getLgCeiling() 343 int16_t Scale = matchScales(LDigits, LScale, RDigits, RScale); in getSum() local 508 int16_t Scale = 0; variable 513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
|
/llvm-project/bolt/lib/Passes/ |
H A D | JTFootprintReduction.cpp | 61 uint64_t Scale; in checkOpportunities() local 137 uint64_t Scale; in tryOptimizeNonPIC() local 176 uint64_t Scale; in tryOptimizePIC() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | Local.cpp | 69 Value *Scale = Builder->CreateTypeSize(IntIdxTy->getScalarType(), TSize); in emitGEPOffset() local
|
H A D | VectorUtils.cpp | 349 narrowShuffleMaskElts(int Scale,ArrayRef<int> Mask,SmallVectorImpl<int> & ScaledMask) narrowShuffleMaskElts() argument 370 widenShuffleMaskElts(int Scale,ArrayRef<int> Mask,SmallVectorImpl<int> & ScaledMask) widenShuffleMaskElts() argument 437 int Scale = NumSrcElts / NumDstElts; scaleShuffleMaskElts() local 441 int Scale = NumDstElts / NumSrcElts; scaleShuffleMaskElts() local 451 for (unsigned Scale = 2; Scale <= InputMask.size(); ++Scale) { getShuffleMaskWithWidestElts() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | BranchProbability.cpp | 57 int Scale = 0; in getBranchProbability() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 44 FixedPointSemantics(unsigned Width,unsigned Scale,bool IsSigned,bool IsSaturated,bool HasUnsignedPadding) FixedPointSemantics() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 228 decomposePtr(Value * Ptr,Value * & Offsets,int & Scale,FixedVectorType * Ty,Type * MemoryTy,IRBuilder<> & Builder) decomposePtr() argument 549 int Scale; tryCreateMaskedGatherOffset() local 702 int Scale; tryCreateMaskedScatterOffset() local 1189 foldGEP(GetElementPtrInst * GEP,Value * & Offsets,unsigned & Scale,IRBuilder<> & Builder) foldGEP() argument 1225 unsigned Scale; optimiseAddress() local [all...] |
/llvm-project/bolt/lib/Target/X86/ |
H A D | X86MCSymbolizer.cpp | 66 const MCOperand &Scale = Inst.getOperand(MemOp + X86::AddrScaleAmt); in tryAddingSymbolicOperand() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 71 unsigned Scale = 1; global() member 245 tryFoldLoad(SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldLoad() argument 266 getAddressOperands(X86ISelAddressMode & AM,const SDLoc & DL,MVT VT,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) getAddressOperands() argument 2905 selectVectorAddr(MemSDNode * Parent,SDValue BasePtr,SDValue IndexOp,SDValue ScaleOp,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectVectorAddr() argument 2945 selectAddr(SDNode * Parent,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectAddr() argument 3015 selectLEA64_32Addr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectLEA64_32Addr() argument 3052 selectLEAAddr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectLEAAddr() argument 3141 selectTLSADDRAddr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectTLSADDRAddr() argument 3205 tryFoldLoad(SDNode * Root,SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldLoad() argument 3219 tryFoldBroadcast(SDNode * Root,SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldBroadcast() argument 3603 SDValue Base, Scale, Index, Disp, Segment; foldLoadStoreIntoMemOperand() local 4529 __anonb5bafcbc1502(SDNode *Root, SDNode *P, SDValue &L, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) matchVPTERNLOG() argument 4907 __anonb5bafcbc1802(SDNode *Root, SDNode *P, SDValue &L, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) tryVPTESTM() argument 4961 unsigned Scale = CmpVT.is128BitVector() ? 4 : 2; tryVPTESTM() local 5132 SDValue Scale = getI8Imm(1, dl); Select() local 5214 SDValue Scale = getI8Imm(1, dl); Select() local 5252 SDValue Scale = getI8Imm(1, dl); Select() local 6403 SDValue Base, Scale, Index, Disp, Segment; Select() local 6476 SDValue Base, Scale, Index, Disp, Segment; Select() local 6554 SDValue Base, Scale, Index, Disp, Segment; Select() local [all...] |
H A D | X86FixupLEAs.cpp | 555 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in optTwoAddrLEA() local 695 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstructionForSlowLEA() local 747 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstrForSlow3OpLEA() local
|
H A D | X86CompressEVEX.cpp | 127 unsigned Scale = performCustomAdjustments() local
|
/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYRegisterInfo.cpp | 136 unsigned Scale = 1; in IsLegalOffset() local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Numeric.cpp | 164 TEST(Numeric, Scale) { in TEST() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 224 Offset *= (8 / (int)Scale); in emitStore() local 265 Offset *= (8 / (int)Scale); in emitLoad() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.h | 62 return SelectAddrRegRegScale(Addr, MaxShift, Base, Index, Scale); in SelectAddrRegRegScale() argument 68 if (SelectAddrRegRegScale(Addr, MaxShift, Base, Index, Scale)) { in SelectAddrRegZextRegScale() argument
|