Home
last modified time | relevance | path

Searched defs:Weight (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDOperations.cpp100 OpDescriptor llvm::fuzzerop::selectDescriptor(unsigned Weight) { in selectDescriptor()
109 OpDescriptor llvm::fuzzerop::fnegDescriptor(unsigned Weight) { in fnegDescriptor()
116 OpDescriptor llvm::fuzzerop::binOpDescriptor(unsigned Weight, in binOpDescriptor()
148 OpDescriptor llvm::fuzzerop::cmpOpDescriptor(unsigned Weight, in cmpOpDescriptor()
165 OpDescriptor llvm::fuzzerop::splitBlockDescriptor(unsigned Weight) { in splitBlockDescriptor()
195 OpDescriptor llvm::fuzzerop::gepDescriptor(unsigned Weight) { in gepDescriptor()
241 OpDescriptor llvm::fuzzerop::extractValueDescriptor(unsigned Weight) { in extractValueDescriptor()
300 OpDescriptor llvm::fuzzerop::insertValueDescriptor(unsigned Weight) { in insertValueDescriptor()
312 OpDescriptor llvm::fuzzerop::extractElementDescriptor(unsigned Weight) { in extractElementDescriptor()
320 OpDescriptor llvm::fuzzerop::insertElementDescriptor(unsigned Weight) { in insertElementDescriptor()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDBlockFrequencyInfoImpl.h366 struct Weight { struct
372 Weight() = default; argument
373 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() argument
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
HDRandom.h60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample()
83 uint64_t Weight) { in makeSampler()
HDOpDescriptor.h90 unsigned Weight; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCalcSpillWeights.cpp143 float Weight = weightCalcHelper(LI); in calculateSpillWeightAndHint() local
211 const float Weight; in weightCalcHelper() member
263 stack_float_t Weight = 1.0f; in weightCalcHelper() local
HDRegisterPressure.cpp58 unsigned Weight = PSetI.getWeight(); in increaseSetPressure() local
72 unsigned Weight = PSetI.getWeight(); in decreaseSetPressure() local
162 unsigned Weight = PSetI.getWeight(); in increaseRegPressure() local
666 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDProfiledCallGraph.h30 uint64_t Weight; member
108 uint64_t Weight; variable
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenRegisters.h538 unsigned Weight; member
568 unsigned Weight = 0; // Cache the sum of all unit weights. member
748 unsigned newRegUnit(unsigned Weight) { in newRegUnit()
797 unsigned Weight = 0; in getRegUnitSetWeight() local
HDCodeGenRegisters.cpp601 unsigned Weight = 0; in getWeight() local
1712 unsigned Weight = 0; member
1793 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPFixedPoint.h48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBlockFrequencyInfoImpl.cpp95 using Weight = BlockFrequencyInfoImplBase::Weight; typedef
134 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
316 uint64_t Weight) { in addToDist()
HDBranchProbabilityInfo.cpp677 auto Weight = getEstimatedEdgeWeight({SrcLoopBB, DstLoopBB}); in getMaxEstimatedEdgeWeight() local
893 std::optional<uint32_t> Weight; in calcEstimatedHeuristics() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
HDCFGMST.h143 uint64_t Weight = 2; in buildEdges() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyRegColoring.cpp68 float Weight = 0.0f; in computeWeight() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerDataFlowTrace.cpp95 auto &Weight = Res[FunctionID]; in FunctionWeights() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelDAGToDAG.cpp1803 int Weight; member
2063 int Weight; in balanceSubTree() local
2128 int Weight = RootWeights[Child.getNode()]; in balanceSubTree() local
2168 int Weight = getWeight(Child.getNode()); in balanceSubTree() local
2217 int Weight = Mul1.Weight + Mul2.Weight; in balanceSubTree() local
2354 int Weight = V0Weight + V1Weight; in balanceSubTree() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDProfDataUtils.cpp81 ConstantInt *Weight = in extractFromBranchWeightMD() local
HDMDBuilder.cpp344 MDNode *MDBuilder::createIrrLoopHeaderWeight(uint64_t Weight) { in createIrrLoopHeaderWeight()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveInterval.h715 float Weight = 0.0; // weight of this interval variable
723 LiveInterval(unsigned Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval()
HDMachineRegisterInfo.h1243 unsigned Weight = 0; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonShuffler.h40 unsigned Slots, Weight; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProf.cpp846 uint64_t Weight, in merge()
887 uint32_t ValueKind, InstrProfRecord &Src, uint64_t Weight, in mergeValueProfData()
905 void InstrProfRecord::merge(InstrProfRecord &Other, uint64_t Weight, in merge()
HDSampleProf.cpp120 uint64_t Weight) { in merge()
HDInstrProfWriter.cpp206 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord()
247 InstrProfRecord &&I, uint64_t Weight, in addRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionSpecialization.cpp211 uint64_t Weight = BFI.getBlockFreq(User->getParent()).getFrequency() / in getUserBonus() local

12