/freebsd-src/contrib/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()
|
/freebsd-src/contrib/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 | 347 narrowShuffleMaskElts(int Scale,ArrayRef<int> Mask,SmallVectorImpl<int> & ScaledMask) narrowShuffleMaskElts() argument 368 widenShuffleMaskElts(int Scale,ArrayRef<int> Mask,SmallVectorImpl<int> & ScaledMask) widenShuffleMaskElts() argument 424 for (unsigned Scale = 2; Scale <= InputMask.size(); ++Scale) { getShuffleMaskWithWidestElts() local [all...] |
H A D | BasicAliasAnalysis.cpp | 337 APInt Scale; global() member 476 APInt Scale; global() member 675 APInt Scale = LE.Scale.sext(MaxIndexSize); DecomposeGEPExpression() local 1175 const APInt &Scale = Index.Scale; aliasGEP() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | BranchProbability.cpp | 57 int Scale = 0; in getBranchProbability() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 228 int &Scale, FixedVectorType *Ty, in decomposePtr() argument 549 int Scale; in tryCreateMaskedGatherOffset() local 702 int Scale; tryCreateMaskedScatterOffset() local 1183 foldGEP(GetElementPtrInst * GEP,Value * & Offsets,unsigned & Scale,IRBuilder<> & Builder) foldGEP() argument 1219 unsigned Scale; optimiseAddress() local [all...] |
H A D | ARMBaseInstrInfo.h | 874 int Scale = 1; getAddSubImmediate() local
|
H A D | ARMBaseRegisterInfo.cpp | 535 int Scale = 1; in getFrameIndexInstrOffset() local 735 unsigned Scale = 1; in isFrameOffsetLegal() local [all...] |
H A D | ARMConstantIslandPass.cpp | 804 unsigned Scale = 1; in initializeFunctionInfo() local 866 unsigned Scale = 1; in initializeFunctionInfo() local 1846 unsigned Scale = 1; optimizeThumb2Instructions() local 1897 unsigned Scale = 1; optimizeThumb2Branches() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 69 unsigned Scale = 1; global() member 247 tryFoldLoad(SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldLoad() argument 268 getAddressOperands(X86ISelAddressMode & AM,const SDLoc & DL,MVT VT,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) getAddressOperands() argument 2850 selectVectorAddr(MemSDNode * Parent,SDValue BasePtr,SDValue IndexOp,SDValue ScaleOp,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectVectorAddr() argument 2890 selectAddr(SDNode * Parent,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectAddr() argument 2960 selectLEA64_32Addr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectLEA64_32Addr() argument 2997 selectLEAAddr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectLEAAddr() argument 3086 selectTLSADDRAddr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectTLSADDRAddr() argument 3144 tryFoldLoad(SDNode * Root,SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldLoad() argument 3158 tryFoldBroadcast(SDNode * Root,SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldBroadcast() argument 3542 SDValue Base, Scale, Index, Disp, Segment; foldLoadStoreIntoMemOperand() local 4467 __anon4a8bd31b1502(SDNode *Root, SDNode *P, SDValue &L, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) matchVPTERNLOG() argument 4845 __anon4a8bd31b1802(SDNode *Root, SDNode *P, SDValue &L, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) tryVPTESTM() argument 4899 unsigned Scale = CmpVT.is128BitVector() ? 4 : 2; tryVPTESTM() local 5063 SDValue Scale = getI8Imm(1, dl); Select() local 5142 SDValue Scale = getI8Imm(1, dl); Select() local 5177 SDValue Scale = getI8Imm(1, dl); Select() local 6261 SDValue Base, Scale, Index, Disp, Segment; Select() local 6334 SDValue Base, Scale, Index, Disp, Segment; Select() local 6412 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 | 135 unsigned Scale = performCustomAdjustments() local
|
H A D | X86InstrBuilder.h | 53 unsigned Scale; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYRegisterInfo.cpp | 136 unsigned Scale = 1; in IsLegalOffset() local
|
H A D | CSKYConstantIslandPass.cpp | 506 unsigned Scale = 1; in initializeFunctionInfo() local 538 unsigned Scale = 1; in initializeFunctionInfo() local 892 unsigned Bits, Scale; in getUnconditionalBrDisp() local [all...] |
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/ |
H A D | v_powf.c |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 223 TypeSize Scale(0U, false), Width(0U, false); emitStore() local 264 TypeSize Scale(0U, false), Width(0U, false); emitLoad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.h | 64 SelectAddrRegRegScale(SDValue Addr,SDValue & Base,SDValue & Index,SDValue & Scale) SelectAddrRegRegScale() argument 70 SelectAddrRegZextRegScale(SDValue Addr,SDValue & Base,SDValue & Index,SDValue & Scale) SelectAddrRegZextRegScale() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 135 unsigned Bits, Scale; in branchMaxOffsets() local 660 unsigned Scale = 1; in initializeFunctionInfo() local 740 unsigned Scale = 1; in initializeFunctionInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 172 scaleBranchCount(uint64_t Count,uint64_t Scale) scaleBranchCount() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 251 uint64_t Scale = calculateCountScale(MaxCount); promoteIndirectCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 1316 scaleBranchWeight(uint64_t Weight,uint64_t Scale) scaleBranchWeight() argument 1330 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount)); createProfileWeights() local 1349 uint64_t Scale = calculateWeightScale(MaxWeight); createProfileWeights() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 256 unsigned Scale = DstNumElts / SrcNumElts; in DecodeSubVectorBroadcast() local 373 unsigned Scale = DstScalarBits / SrcScalarBits; in DecodeZeroExtendMask() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 51 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { in checkScale() argument 431 unsigned BaseReg = 0, IndexReg = 0, TmpReg = 0, Scale = 0; global() member in __anon16065c7e0111::X86AsmParser::IntelExprStateMachine 1296 CheckBaseRegAndIndexRegAndScale(unsigned BaseReg,unsigned IndexReg,unsigned Scale,bool Is64BitMode,StringRef & ErrMsg) CheckBaseRegAndIndexRegAndScale() argument 1750 CreateMemForMSInlineAsm(unsigned SegReg,const MCExpr * Disp,unsigned BaseReg,unsigned IndexReg,unsigned Scale,bool NonAbsMem,SMLoc Start,SMLoc End,unsigned Size,StringRef Identifier,const InlineAsmIdentifierInfo & Info,OperandVector & Operands) CreateMemForMSInlineAsm() argument 2592 unsigned Scale = SM.getScale(); parseIntelOperand() local 2977 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; ParseMemOperand() local [all...] |