Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h47 setWeight(s); in setUnits()
53 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp262 LI->setWeight(computeWeight(MRI, MBFI, VReg)); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp146 LI.setWeight(Weight); in calculateSpillWeightAndHint()
H A DStackSlotColoring.cpp371 li->setWeight(SlotWeights[SS]); in ColorSlots()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp358 NewLI.setWeight(OldLI.weight()); in updateLiveIntervals()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h721 void setWeight(float Value) { Weight = Value; } in setWeight() function