Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp100 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 DBlockFrequencyInfoImpl.h366 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 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
/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp142 float Weight = weightCalcHelper(LI); in calculateSpillWeightAndHint() local
210 const float Weight; weightCalcHelper() member
260 float Weight = 1.0f; weightCalcHelper() local
[all...]
H A DRegisterPressure.cpp58 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 DProfiledCallGraph.h30 uint64_t Weight; member
108 uint64_t Weight; variable
[all...]
/llvm-project/bolt/lib/Passes/
H A DMCF.cpp80 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 DPettisAndHansen.cpp41 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 DCodeGenRegisters.h538 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 DAPFixedPoint.h48 FixedPointSemantics(unsigned Width,Lsb Weight,bool IsSigned,bool IsSaturated,bool HasUnsignedPadding) FixedPointSemantics() argument
/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}); getMaxEstimatedEdgeWeight() local
893 std::optional<uint32_t> Weight; calcEstimatedHeuristics() local
[all...]
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h143 uint64_t Weight = 2; buildEdges() local
[all...]
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp68 float Weight = 0.0f; in computeWeight() local
/llvm-project/llvm/tools/llvm-rc/
H A DResourceFileWriter.h91 uint32_t Weight; member
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp95 auto &Weight = Res[FunctionID]; in FunctionWeights() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1803 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 DProfDataUtils.cpp81 assert(Weight->getValue().getActiveBits() <= (sizeof(T) * 8) && in extractFromBranchWeightMD() local
H A DMDBuilder.cpp344 createIrrLoopHeaderWeight(uint64_t Weight) createIrrLoopHeaderWeight() argument
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h40 unsigned Slots, Weight; variable
/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() argument
/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp906 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 DSampleProf.cpp120 uint64_t Weight) { in merge() argument
H A DInstrProfWriter.cpp206 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

12