/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 228 int &Scale, FixedVectorType *Ty, in decomposePtr() 549 int Scale; in tryCreateMaskedGatherOffset() local 702 int Scale; in tryCreateMaskedScatterOffset() local 1183 Value *&Offsets, unsigned &Scale, in foldGEP() 1219 unsigned Scale; in optimiseAddress() local
|
H A D | ARMBaseInstrInfo.h | 872 int Scale = 1; in getAddSubImmediate() local
|
H A D | ARMBaseRegisterInfo.cpp | 535 int Scale = 1; in getFrameIndexInstrOffset() local 735 unsigned Scale = 1; in isFrameOffsetLegal() local
|
H A D | ARMConstantIslandPass.cpp | 792 unsigned Scale = 1; in initializeFunctionInfo() local 852 unsigned Scale = 1; in initializeFunctionInfo() local 1832 unsigned Scale = 1; in optimizeThumb2Instructions() local 1883 unsigned Scale = 1; in optimizeThumb2Branches() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 69 unsigned Scale = 1; member 245 SDValue &Base, SDValue &Scale, in tryFoldLoad() 266 MVT VT, SDValue &Base, SDValue &Scale, in getAddressOperands() 2611 SDValue &Base, SDValue &Scale, in selectVectorAddr() 2645 SDValue &Scale, SDValue &Index, in selectAddr() 2706 SDValue &Scale, SDValue &Index, in selectLEA64_32Addr() 2743 SDValue &Base, SDValue &Scale, in selectLEAAddr() 2832 SDValue &Scale, SDValue &Index, in selectTLSADDRAddr() 2890 SDValue &Base, SDValue &Scale, in tryFoldLoad() 2904 SDValue &Base, SDValue &Scale, in tryFoldBroadcast() [all …]
|
H A D | X86FixupLEAs.cpp | 562 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in optTwoAddrLEA() local 702 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstructionForSlowLEA() local 754 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); in processInstrForSlow3OpLEA() local
|
H A D | X86EvexToVex.cpp | 161 unsigned Scale = (Opc == X86::VALIGNQZ128rri || in performCustomAdjustments() local
|
H A D | X86InstrBuilder.h | 53 unsigned Scale; member
|
H A D | X86FixupGadgets.cpp | 159 const MachineOperand &Scale = MI.getOperand(CurOp + X86::AddrScaleAmt); in checkSIB() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | Local.cpp | 61 Constant *Scale = ConstantInt::get(IntIdxTy, Size); in emitGEPOffset() local
|
H A D | BasicAliasAnalysis.cpp | 318 APInt Scale; member 456 APInt Scale; member 642 APInt Scale = LE.Scale.sext(MaxIndexSize); in DecomposeGEPExpression() local 1134 const APInt &Scale = Index.Scale; in aliasGEP() local
|
H A D | VectorUtils.cpp | 469 void llvm::narrowShuffleMaskElts(int Scale, ArrayRef<int> Mask, in narrowShuffleMaskElts() 490 bool llvm::widenShuffleMaskElts(int Scale, ArrayRef<int> Mask, in widenShuffleMaskElts() 546 for (unsigned Scale = 2; Scale <= InputMask.size(); ++Scale) { in getShuffleMaskWithWidestElts() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | BranchProbability.cpp | 57 int Scale = 0; in getBranchProbability() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 1071 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight() 1085 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount)); in createProfileWeights() local 1104 uint64_t Scale = calculateWeightScale(MaxWeight); in createProfileWeights() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 167 static inline uint32_t scaleBranchCount(uint64_t Count, uint64_t Scale) { in scaleBranchCount()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 251 uint64_t Scale = calculateCountScale(MaxCount); in promoteIndirectCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1091 unsigned Scale = Log2_32(Size); in SelectAddrModeIndexedBitWidth() local 1107 unsigned Scale = Log2_32(Size); in SelectAddrModeIndexedBitWidth() local 1162 unsigned Scale = Log2_32(Size); in SelectAddrModeIndexed() local 1385 unsigned Scale = Log2_32(Size); in SelectAddrModeXRO() local 1677 unsigned Scale) { in findAddrModeSVELoadStore() 1768 unsigned Scale, unsigned Opc_ri, in SelectPredicatedLoad() 1821 unsigned Scale, unsigned Opc_rr, in SelectPredicatedStore() 5875 bool AArch64DAGToDAGISel::SelectSVERegRegAddrMode(SDValue N, unsigned Scale, in SelectSVERegRegAddrMode() 5935 unsigned Scale) { in SelectSMETileSlice()
|
H A D | AArch64LoadStoreOptimizer.cpp | 592 static void getPrePostIndexedMemOpInfo(const MachineInstr &MI, int &Scale, in getPrePostIndexedMemOpInfo() 1814 int Scale, MinOffset, MaxOffset; in mergeUpdateInsn() local 1891 int Scale, MinOffset, MaxOffset; in isMatchingUpdateInsn() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 50 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { in checkScale() 427 unsigned BaseReg = 0, IndexReg = 0, TmpReg = 0, Scale = 0; member in __anonbe06ec630111::X86AsmParser::IntelExprStateMachine 1293 unsigned Scale, bool Is64BitMode, in CheckBaseRegAndIndexRegAndScale() 1746 unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, in CreateMemForMSInlineAsm() 2591 unsigned Scale = SM.getScale(); in parseIntelOperand() local 2968 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; in ParseMemOperand() local
|
/openbsd-src/gnu/llvm/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
|