Home
last modified time | relevance | path

Searched defs:Scale (Results 1 – 25 of 105) sorted by relevance

12345

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h52 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 DLocal.cpp69 Value *Scale = Builder->CreateTypeSize(IntIdxTy->getScalarType(), TSize); in emitGEPOffset() local
H A DVectorUtils.cpp347 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 DBasicAliasAnalysis.cpp337 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 DBranchProbability.cpp57 int Scale = 0; in getBranchProbability() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp228 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 DARMBaseInstrInfo.h874 int Scale = 1; getAddSubImmediate() local
H A DARMBaseRegisterInfo.cpp535 int Scale = 1; in getFrameIndexInstrOffset() local
735 unsigned Scale = 1; in isFrameOffsetLegal() local
[all...]
H A DARMConstantIslandPass.cpp804 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 DX86ISelDAGToDAG.cpp69 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 DX86FixupLEAs.cpp555 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 DX86CompressEVEX.cpp135 unsigned Scale = performCustomAdjustments() local
H A DX86InstrBuilder.h53 unsigned Scale; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp136 unsigned Scale = 1; in IsLegalOffset() local
H A DCSKYConstantIslandPass.cpp506 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 Dv_powf.c
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp223 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 DRISCVISelDAGToDAG.h64 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 DMipsConstantIslandPass.cpp135 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 DInstrumentation.h172 scaleBranchCount(uint64_t Count,uint64_t Scale) scaleBranchCount() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp251 uint64_t Scale = calculateCountScale(MaxCount); promoteIndirectCall() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1316 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 DX86ShuffleDecode.cpp256 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 DX86AsmParser.cpp51 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...]

12345