Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h366 struct Weight { struct
372 Weight() = default; argument
373 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() function
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample()
83 uint64_t Weight) { in makeSampler()
H A DOpDescriptor.h90 unsigned Weight; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.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
H A DRegisterPressure.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/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h32 uint64_t Weight; global() member
109 uint64_t Weight; global() variable
[all...]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.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
H A DCodeGenRegisters.cpp601 unsigned Weight = 0; in getWeight() local
1712 unsigned Weight = 0; member
1793 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp95 using Weight = BlockFrequencyInfoImplBase::Weight; typedef
134 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
316 uint64_t Weight) { in addToDist()
H A DBranchProbabilityInfo.cpp677 auto Weight = getEstimatedEdgeWeight({SrcLoopBB, DstLoopBB}); in getMaxEstimatedEdgeWeight() local
893 std::optional<uint32_t> Weight; in calcEstimatedHeuristics() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h129 uint64_t Weight = 2; buildEdges() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp68 float Weight = 0.0f; in computeWeight() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp95 auto &Weight = Res[FunctionID]; in FunctionWeights() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.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/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp81 ConstantInt *Weight = in extractFromBranchWeightMD() local
H A DMDBuilder.cpp344 MDNode *MDBuilder::createIrrLoopHeaderWeight(uint64_t Weight) { in createIrrLoopHeaderWeight()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h715 float Weight = 0.0; // weight of this interval variable
723 LiveInterval(unsigned Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval()
H A DMachineRegisterInfo.h1243 unsigned Weight = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h41 unsigned Slots, Weight; global() variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.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()
H A DSampleProf.cpp120 uint64_t Weight) { in merge()
H A DInstrProfWriter.cpp206 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord()
247 InstrProfRecord &&I, uint64_t Weight, in addRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp211 uint64_t Weight = BFI.getBlockFreq(User->getParent()).getFrequency() / in getUserBonus() local

12