/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 91 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 D | BlockFrequencyInfoImpl.h | 359 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 D | Random.h | 60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample() 83 uint64_t Weight) { in makeSampler()
|
H A D | OpDescriptor.h | 90 unsigned Weight; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 140 float Weight = weightCalcHelper(LI); in calculateSpillWeightAndHint() local 204 const float Weight; in weightCalcHelper() member 243 float Weight = 1.0f; in weightCalcHelper() local
|
H A D | RegisterPressure.cpp | 58 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 D | CodeGenRegisters.h | 488 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 D | CodeGenRegisters.cpp | 586 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 D | WebAssemblyRegColoring.cpp | 68 float Weight = 0.0f; in computeWeight() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 81 using Weight = BlockFrequencyInfoImplBase::Weight; typedef 120 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass() 302 uint64_t Weight) { in addToDist()
|
H A D | BranchProbabilityInfo.cpp | 334 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 D | CFGMST.h | 129 uint64_t Weight = 2; in buildEdges() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1652 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 D | InstrProfWriter.cpp | 184 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord() 226 InstrProfRecord &&I, uint64_t Weight, in addRecord()
|
H A D | InstrProf.cpp | 624 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 D | SampleProf.cpp | 119 uint64_t Weight) { in merge()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.h | 88 uint32_t Weight; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 708 float Weight = 0.0; // weight of this interval variable 716 LiveInterval(unsigned Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval()
|
H A D | MachineRegisterInfo.h | 1194 unsigned Weight = 0; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 40 unsigned Slots, Weight; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 301 MDNode *MDBuilder::createIrrLoopHeaderWeight(uint64_t Weight) { in createIrrLoopHeaderWeight()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 1238 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 D | Reassociate.cpp | 505 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 D | llvm-profdata.cpp | 188 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 D | CodeGenPGO.cpp | 1060 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight()
|