/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 100 OpDescriptor llvm::fuzzerop::selectDescriptor(unsigned Weight) { in selectDescriptor() argument 109 OpDescriptor llvm::fuzzerop::fnegDescriptor(unsigned Weight) { in fnegDescriptor() argument 116 OpDescriptor llvm::fuzzerop::binOpDescriptor(unsigned Weight, in binOpDescriptor() argument 148 OpDescriptor llvm::fuzzerop::cmpOpDescriptor(unsigned Weight, in cmpOpDescriptor() argument 165 splitBlockDescriptor(unsigned Weight) splitBlockDescriptor() argument 195 gepDescriptor(unsigned Weight) gepDescriptor() argument 241 extractValueDescriptor(unsigned Weight) extractValueDescriptor() argument 300 insertValueDescriptor(unsigned Weight) insertValueDescriptor() argument 312 extractElementDescriptor(unsigned Weight) extractElementDescriptor() argument 320 insertElementDescriptor(unsigned Weight) insertElementDescriptor() argument 345 shuffleVectorDescriptor(unsigned Weight) shuffleVectorDescriptor() argument [all...] |
/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() argument [all...] |
/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
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 142 float Weight = weightCalcHelper(LI); in calculateSpillWeightAndHint() local 210 const float Weight; weightCalcHelper() member 260 float Weight = 1.0f; weightCalcHelper() local [all...] |
H A D | RegisterPressure.cpp | 58 unsigned Weight = PSetI.getWeight(); increaseSetPressure() local 72 unsigned Weight = PSetI.getWeight(); decreaseSetPressure() local 162 unsigned Weight = PSetI.getWeight(); increaseRegPressure() local 666 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); addPressureChange() local
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ProfiledCallGraph.h | 30 uint64_t Weight; member 108 uint64_t Weight; variable [all...] |
/llvm-project/bolt/lib/Passes/ |
H A D | MCF.cpp | 80 double Weight) { in updateEdgeWeight() 88 double Weight) { in updateEdgeWeight() 156 double Weight = 1 / (GraphT::child_end(BB) - GraphT::child_begin(BB)); in computeEdgeWeights() local
|
H A D | PettisAndHansen.cpp | 41 mutable double Weight; member in llvm::bolt::__anon0ca3f2600111::ClusterArc 115 auto insertOrInc = [&](Cluster *C1, Cluster *C2, double Weight) { in pettisAndHansen()
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.h | 538 unsigned Weight; global() member 568 unsigned Weight = 0; // Cache the sum of all unit weights. global() member 748 newRegUnit(unsigned Weight) newRegUnit() argument 797 unsigned Weight = 0; getRegUnitSetWeight() local [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 48 FixedPointSemantics(unsigned Width,Lsb Weight,bool IsSigned,bool IsSaturated,bool HasUnsignedPadding) FixedPointSemantics() argument
|
/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}); getMaxEstimatedEdgeWeight() local 893 std::optional<uint32_t> Weight; calcEstimatedHeuristics() local [all...] |
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | CFGMST.h | 143 uint64_t Weight = 2; buildEdges() local [all...] |
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 68 float Weight = 0.0f; in computeWeight() local
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.h | 91 uint32_t Weight; member
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDataFlowTrace.cpp | 95 auto &Weight = Res[FunctionID]; in FunctionWeights() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1803 int Weight; member 2063 int Weight; balanceSubTree() local 2128 int Weight = RootWeights[Child.getNode()]; balanceSubTree() local 2168 int Weight = getWeight(Child.getNode()); balanceSubTree() local 2217 int Weight = Mul1.Weight + Mul2.Weight; balanceSubTree() local 2354 int Weight = V0Weight + V1Weight; balanceSubTree() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | ProfDataUtils.cpp | 81 assert(Weight->getValue().getActiveBits() <= (sizeof(T) * 8) && in extractFromBranchWeightMD() local
|
H A D | MDBuilder.cpp | 344 createIrrLoopHeaderWeight(uint64_t Weight) createIrrLoopHeaderWeight() argument
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 40 unsigned Slots, Weight; variable
|
/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() argument
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 906 uint32_t ValueKind, InstrProfRecord &Src, uint64_t Weight, in merge() argument 847 merge(InstrProfValueSiteRecord & Input,uint64_t Weight,function_ref<void (instrprof_error)> Warn) merge() argument 888 mergeValueProfData(uint32_t ValueKind,InstrProfRecord & Src,uint64_t Weight,function_ref<void (instrprof_error)> Warn) mergeValueProfData() argument
|
H A D | SampleProf.cpp | 120 uint64_t Weight) { in merge() argument
|
H A D | InstrProfWriter.cpp | 206 addRecord(NamedInstrProfRecord && I,uint64_t Weight,function_ref<void (Error)> Warn) addRecord() argument 247 addRecord(StringRef Name,uint64_t Hash,InstrProfRecord && I,uint64_t Weight,function_ref<void (Error)> Warn) addRecord() argument
|