/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 100 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 D | BlockFrequencyInfoImpl.h | 366 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 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
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 143 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 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 666 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ProfiledCallGraph.h | 32 uint64_t Weight; global() member 109 uint64_t Weight; global() variable [all...] |
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.h | 538 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 D | CodeGenRegisters.cpp | 601 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 D | APFixedPoint.h | 48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 95 using Weight = BlockFrequencyInfoImplBase::Weight; typedef 134 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass() 316 uint64_t Weight) { in addToDist()
|
H A D | BranchProbabilityInfo.cpp | 677 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 D | CFGMST.h | 129 uint64_t Weight = 2; buildEdges() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 68 float Weight = 0.0f; in computeWeight() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDataFlowTrace.cpp | 95 auto &Weight = Res[FunctionID]; in FunctionWeights() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1803 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 D | ProfDataUtils.cpp | 81 ConstantInt *Weight = in extractFromBranchWeightMD() local
|
H A D | MDBuilder.cpp | 344 MDNode *MDBuilder::createIrrLoopHeaderWeight(uint64_t Weight) { in createIrrLoopHeaderWeight()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 715 float Weight = 0.0; // weight of this interval variable 723 LiveInterval(unsigned Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval()
|
H A D | MachineRegisterInfo.h | 1243 unsigned Weight = 0; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 41 unsigned Slots, Weight; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 846 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 D | SampleProf.cpp | 120 uint64_t Weight) { in merge()
|
H A D | InstrProfWriter.cpp | 206 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 D | FunctionSpecialization.cpp | 211 uint64_t Weight = BFI.getBlockFreq(User->getParent()).getFrequency() / in getUserBonus() local
|