/netbsd-src/external/apache2/llvm/dist/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() 213 template <class DigitsT> int32_t getLg(DigitsT Digits, int16_t Scale) { in getLg() 222 template <class DigitsT> int32_t getLgFloor(DigitsT Digits, int16_t Scale) { in getLgFloor() 232 template <class DigitsT> int32_t getLgCeiling(DigitsT Digits, int16_t Scale) { in getLgCeiling() 342 int16_t Scale = matchScales(LDigits, LScale, RDigits, RScale); in getSum() local 507 int16_t Scale = 0; variable 512 constexpr ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 35 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics() 88 unsigned Scale : 13; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 68 unsigned Scale; member 245 SDValue &Base, SDValue &Scale, in tryFoldLoad() 266 MVT VT, SDValue &Base, SDValue &Scale, in getAddressOperands() 2490 SDValue &Base, SDValue &Scale, in selectVectorAddr() 2524 SDValue &Scale, SDValue &Index, in selectAddr() 2585 SDValue &Scale, SDValue &Index, in selectLEA64_32Addr() 2622 SDValue &Base, SDValue &Scale, in selectLEAAddr() 2712 SDValue &Scale, SDValue &Index, in selectTLSADDRAddr() 2770 SDValue &Base, SDValue &Scale, in tryFoldLoad() 2784 SDValue &Base, SDValue &Scale, in tryFoldBroadcast() [all …]
|
H A D | X86FixupLEAs.cpp | 373 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in optTwoAddrLEA() local 505 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstructionForSlowLEA() local 557 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstrForSlow3OpLEA() local
|
H A D | X86EvexToVex.cpp | 160 unsigned Scale = (Opc == X86::VALIGNQZ128rri || in performCustomAdjustments() local
|
H A D | X86InstrBuilder.h | 53 unsigned Scale; member
|
H A D | X86OptimizeLEAs.cpp | 83 MemOpKey(const MachineOperand *Base, const MachineOperand *Scale, in MemOpKey()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | BranchProbability.cpp | 56 int Scale = 0; in getBranchProbability() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | BasicAliasAnalysis.h | 114 APInt Scale; member
|
H A D | BlockFrequencyInfoImpl.h | 229 Scaled64 Scale; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 284 APInt Scale; member 533 APInt Scale(MaxPointerSize, in DecomposeGEPExpression() local 1141 const APInt &Scale = DecompGEP1.VarIndices[i].Scale; in aliasGEP() local 1691 APInt Scale = Src[i].Scale; in GetIndexDifference() local
|
H A D | VectorUtils.cpp | 411 void llvm::narrowShuffleMaskElts(int Scale, ArrayRef<int> Mask, in narrowShuffleMaskElts() 432 bool llvm::widenShuffleMaskElts(int Scale, ArrayRef<int> Mask, in widenShuffleMaskElts()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 190 static inline uint32_t scaleBranchCount(uint64_t Count, uint64_t Scale) { in scaleBranchCount()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 856 int Scale = 1; in getAddSubImmediate() local
|
H A D | ARMBaseRegisterInfo.cpp | 516 int Scale = 1; in getFrameIndexInstrOffset() local 714 unsigned Scale = 1; in isFrameOffsetLegal() local
|
H A D | ARMConstantIslandPass.cpp | 746 unsigned Scale = 1; in initializeFunctionInfo() local 806 unsigned Scale = 1; in initializeFunctionInfo() local 1788 unsigned Scale = 1; in optimizeThumb2Instructions() local 1839 unsigned Scale = 1; in optimizeThumb2Branches() local
|
H A D | MVEGatherScatterLowering.cpp | 491 int Scale = computeScale( in tryCreateMaskedGatherOffset() local 633 int Scale = computeScale( in tryCreateMaskedScatterOffset() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 1060 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight() 1074 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount)); in createProfileWeights() local 1093 uint64_t Scale = calculateWeightScale(MaxWeight); in createProfileWeights() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 852 unsigned Scale = Log2_32(Size); in SelectAddrModeIndexedBitWidth() local 868 unsigned Scale = Log2_32(Size); in SelectAddrModeIndexedBitWidth() local 923 unsigned Scale = Log2_32(Size); in SelectAddrModeIndexed() local 1146 unsigned Scale = Log2_32(Size); in SelectAddrModeXRO() local 1438 unsigned Scale) { in findAddrModeSVELoadStore() 1455 unsigned Scale, unsigned Opc_ri, in SelectPredicatedLoad() 1508 unsigned Scale, unsigned Opc_rr, in SelectPredicatedStore() 4984 bool AArch64DAGToDAGISel::SelectSVERegRegAddrMode(SDValue N, unsigned Scale, in SelectSVERegRegAddrMode()
|
H A D | AArch64LoadStoreOptimizer.cpp | 604 static void getPrePostIndexedMemOpInfo(const MachineInstr &MI, int &Scale, in getPrePostIndexedMemOpInfo() 1787 int Scale, MinOffset, MaxOffset; in mergeUpdateInsn() local 1861 int Scale, MinOffset, MaxOffset; in isMatchingUpdateInsn() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 310 uint64_t Scale = calculateCountScale(MaxCount); in promoteIndirectCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 49 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { in checkScale() 426 unsigned BaseReg, IndexReg, TmpReg, Scale; member in __anon301d74170111::X86AsmParser::IntelExprStateMachine 1275 unsigned Scale, bool Is64BitMode, in CheckBaseRegAndIndexRegAndScale() 1728 unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, in CreateMemForMSInlineAsm() 2554 unsigned Scale = SM.getScale(); in ParseIntelOperand() local 2906 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; in ParseMemOperand() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 255 unsigned Scale = DstNumElts / SrcNumElts; in DecodeSubVectorBroadcast() local 372 unsigned Scale = DstScalarBits / SrcScalarBits; in DecodeZeroExtendMask() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Iterator.cpp | 266 long Scale) { in assumeNoOverflow()
|