Searched defs:Scale (Results 1 - 25 of 89) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DLocal.h68 Constant *Scale = ConstantInt::get(IntIdxTy, Size); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DBranchProbability.cpp56 int Scale = 0; local
H A DAPFixedPoint.cpp372 unsigned Scale = getScale(); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h114 APInt Scale; member in struct:llvm::BasicAAResult::VariableGEPIndex
127 << ", scale=" << Scale << ")"; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86EvexToVex.cpp160 unsigned Scale = (Opc == X86::VALIGNQZ128rri || local
H A DX86InstrBuilder.h53 unsigned Scale; member in struct:llvm::X86AddressMode
[all...]
H A DX86FixupLEAs.cpp373 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); local
505 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); local
557 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); local
H A DX86OptimizeLEAs.cpp83 MemOpKey(const MachineOperand *Base, const MachineOperand *Scale, argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h35 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DProfileSummary.h69 static const int Scale = 1000000; member in class:llvm::ProfileSummary
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCharUnits.h212 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale, argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h190 static inline uint32_t scaleBranchCount(uint64_t Count, uint64_t Scale) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h856 int Scale = 1; local
H A DThumb2SizeReduction.cpp409 unsigned Scale = 1; local
H A DARMLoadStoreOptimizer.cpp1191 int Scale; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp310 uint64_t Scale = calculateCountScale(MaxCount); local
H A DMemProfiler.cpp138 int Scale; member in struct:__anon2890::ShadowMapping
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp265 assumeNoOverflow(ProgramStateRef State, SymbolRef Sym, long Scale) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp255 unsigned Scale = DstNumElts / SrcNumElts; local
372 unsigned Scale = DstScalarBits / SrcScalarBits; local
H A DX86MCCodeEmitter.cpp387 const MCOperand &Scale = MI.getOperand(Op + X86::AddrScaleAmt); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp659 unsigned Scale = HwLen / (PredTy.getVectorNumElements() * BitBytes); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h52 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, argument
64 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, argument
70 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, argument
188 getLgImpl(DigitsT Digits, int16_t Scale) argument
213 getLg(DigitsT Digits, int16_t Scale) argument
222 getLgFloor(DigitsT Digits, int16_t Scale) argument
232 getLgCeiling(DigitsT Digits, int16_t Scale) argument
507 int16_t Scale = 0; member in class:llvm::ScaledNumber
512 ScaledNumber(DigitsType Digits, int16_t Scale) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp70 unsigned Scale; member in struct:__anon2477::M68kISelAddressMode
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp276 const int64_t Scale = 1ull << LogScale; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp470 unsigned Scale = Node->getConstantOperandVal(2); local

Completed in 409 milliseconds

1234