Home
last modified time | relevance | path

Searched refs:setWeight (Results 1 – 8 of 8) 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); in setAllUnits()
H A DHexagonShuffler.cpp91 unsigned HexagonResource::setWeight(unsigned s) {
678 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
92 unsigned HexagonResource::setWeight(unsigned s) { setWeight() function in HexagonResource
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp261 LI->setWeight(computeWeight(MRI, MBFI, VReg)); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp147 LI.setWeight(Weight); in calculateSpillWeightAndHint()
H A DStackSlotColoring.cpp378 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
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1703 DefLI.setWeight(0); in coalesceVSETVLIs()