Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h48 setWeight(s); in setUnits()
54 unsigned setWeight(unsigned s);
H A DHexagonShuffler.cpp91 unsigned HexagonResource::setWeight(unsigned s) { in setWeight() function in HexagonResource
678 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp110 LI->setWeight(computeWeight(MRI, MBFI, VReg)); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp145 LI.setWeight(Weight); in calculateSpillWeightAndHint()
H A DStackSlotColoring.cpp341 li->setWeight(SlotWeights[SS]); in ColorSlots()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h720 void setWeight(float Value) { Weight = Value; } in setWeight() function