Searched refs:MCPFRange (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCCodePadder.cpp | 147 MCPFRange &MCCodePadder::getJurisdiction(MCPaddingFragment *Fragment, in getJurisdiction() 153 MCPFRange Jurisdiction; in getJurisdiction() 190 MCPFRange &Jurisdiction = getJurisdiction(Fragment, Layout); in getMaxWindowSize() 223 MCPFRange &Jurisdiction = getJurisdiction(Fragment, Layout); in relaxFragment() 295 const MCPFRange &Range, uint64_t Offset, MCAsmLayout &Layout) const { in computeRangePenaltyWeight() 297 SmallVector<MCPFRange, 8> Windows; in computeRangePenaltyWeight() 298 SmallVector<MCPFRange, 8>::iterator CurrWindowLocation = Windows.end(); in computeRangePenaltyWeight() 309 Windows.push_back(MCPFRange()); in computeRangePenaltyWeight() 319 SmallVector<MCPFRange, 8>::iterator I = Windows.begin(); in computeRangePenaltyWeight() 324 [this, &Layout, &Offset](double Weight, MCPFRange &Window) -> double { in computeRangePenaltyWeight() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCCodePadder.h | 27 typedef SmallVector<const MCPaddingFragment *, 8> MCPFRange; typedef 57 DenseMap<MCPaddingFragment *, MCPFRange> FragmentToJurisdiction; 58 MCPFRange &getJurisdiction(MCPaddingFragment *Fragment, MCAsmLayout &Layout); 182 double computeFirstWindowPenaltyWeight(const MCPFRange &Window, 193 virtual double computeWindowPenaltyWeight(const MCPFRange &Window, 236 double computeRangePenaltyWeight(const MCPFRange &Range, uint64_t Offset,
|