Home
last modified time | relevance | path

Searched refs:setWeight (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h47 setWeight(s); in setUnits()
53 unsigned setWeight(unsigned s);
H A DHexagonShuffler.cpp90 unsigned HexagonResource::setWeight(unsigned s) { in setWeight() function in HexagonResource
659 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp110 LI->setWeight(computeWeight(MRI, MBFI, VReg)); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp144 LI.setWeight(Weight); in calculateSpillWeightAndHint()
H A DStackSlotColoring.cpp345 li->setWeight(SlotWeights[SS]); in ColorSlots()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h714 void setWeight(float Value) { Weight = Value; } in setWeight() function