Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp91 OpDescriptor llvm::fuzzerop::binOpDescriptor(unsigned Weight, in binOpDescriptor()
123 OpDescriptor llvm::fuzzerop::cmpOpDescriptor(unsigned Weight, in cmpOpDescriptor()
140 OpDescriptor llvm::fuzzerop::splitBlockDescriptor(unsigned Weight) { in splitBlockDescriptor()
170 OpDescriptor llvm::fuzzerop::gepDescriptor(unsigned Weight) { in gepDescriptor()
211 OpDescriptor llvm::fuzzerop::extractValueDescriptor(unsigned Weight) { in extractValueDescriptor()
270 OpDescriptor llvm::fuzzerop::insertValueDescriptor(unsigned Weight) { in insertValueDescriptor()
282 OpDescriptor llvm::fuzzerop::extractElementDescriptor(unsigned Weight) { in extractElementDescriptor()
290 OpDescriptor llvm::fuzzerop::insertElementDescriptor(unsigned Weight) { in insertElementDescriptor()
315 OpDescriptor llvm::fuzzerop::shuffleVectorDescriptor(unsigned Weight) { in shuffleVectorDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h359 struct Weight { struct
365 Weight() = default; argument
366 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() argument
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp140 float Weight = weightCalcHelper(LI); in calculateSpillWeightAndHint() local
204 const float Weight; in weightCalcHelper() member
243 float 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
675 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.h488 unsigned Weight; member
518 unsigned Weight = 0; // Cache the sum of all unit weights. member
695 unsigned newRegUnit(unsigned Weight) { in newRegUnit()
740 unsigned Weight = 0; in getRegUnitSetWeight() local
H A DCodeGenRegisters.cpp586 unsigned Weight = 0; in getWeight() local
1581 unsigned Weight = 0; member
1662 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp68 float Weight = 0.0f; in computeWeight() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp81 using Weight = BlockFrequencyInfoImplBase::Weight; typedef
120 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
302 uint64_t Weight) { in addToDist()
H A DBranchProbabilityInfo.cpp334 ConstantInt *Weight = in calcMetadataWeights() local
626 auto Weight = getEstimatedEdgeWeight({SrcLoopBB, DstLoopBB}); in getMaxEstimatedEdgeWeight() local
844 Optional<uint32_t> Weight; in calcEstimatedHeuristics() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h129 uint64_t Weight = 2; in buildEdges() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1652 int Weight; member
1912 int Weight; in balanceSubTree() local
1977 int Weight = RootWeights[Child.getNode()]; in balanceSubTree() local
2017 int Weight = getWeight(Child.getNode()); in balanceSubTree() local
2066 int Weight = Mul1.Weight + Mul2.Weight; in balanceSubTree() local
2203 int Weight = V0Weight + V1Weight; in balanceSubTree() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp184 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord()
226 InstrProfRecord &&I, uint64_t Weight, in addRecord()
H A DInstrProf.cpp624 uint64_t Weight, in merge()
659 uint32_t ValueKind, InstrProfRecord &Src, uint64_t Weight, in mergeValueProfData()
677 void InstrProfRecord::merge(InstrProfRecord &Other, uint64_t Weight, in merge()
H A DSampleProf.cpp119 uint64_t Weight) { in merge()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.h88 uint32_t Weight; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h708 float Weight = 0.0; // weight of this interval variable
716 LiveInterval(unsigned Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval()
H A DMachineRegisterInfo.h1194 unsigned Weight = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h40 unsigned Slots, Weight; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMDBuilder.cpp301 MDNode *MDBuilder::createIrrLoopHeaderWeight(uint64_t Weight) { in createIrrLoopHeaderWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1238 ErrorOr<uint64_t> Weight = getBlockWeight(CB->getParent()); in getInlineCandidate() local
1524 uint64_t Weight = EdgeWeights[E]; in generateMDProfMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp505 APInt Weight = P.second; // Number of paths to this operand. in LinearizeExprTree() local
613 APInt Weight = It->second; in LinearizeExprTree() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp188 uint64_t Weight; member
763 uint64_t Weight; in parseWeightedFile() local
772 uint64_t Weight = WF.Weight; in addWeightedInput() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1060 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight()

12