Searched defs:Weight (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h90 unsigned Weight; member in struct:llvm::fuzzerop::OpDescriptor
H A DRandom.h60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { argument
82 makeSampler(GenT &RandGen, const T &Item, uint64_t Weight) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp68 float Weight = 0.0f; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp91 OpDescriptor llvm::fuzzerop::binOpDescriptor(unsigned Weight, argument
123 OpDescriptor llvm::fuzzerop::cmpOpDescriptor(unsigned Weight, argument
140 OpDescriptor llvm::fuzzerop::splitBlockDescriptor(unsigned Weight) { argument
170 OpDescriptor llvm::fuzzerop::gepDescriptor(unsigned Weight) { argument
211 extractValueDescriptor(unsigned Weight) argument
270 insertValueDescriptor(unsigned Weight) argument
282 extractElementDescriptor(unsigned Weight) argument
290 insertElementDescriptor(unsigned Weight) argument
315 shuffleVectorDescriptor(unsigned Weight) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp279 << ", weight = " << Weight; local
H A DResourceFileWriter.h88 uint32_t Weight; member in struct:llvm::rc::ResourceFileWriter::ObjectInfo::FontInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp118 merge(const SampleRecord &Other, uint64_t Weight) argument
H A DInstrProfWriter.cpp184 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, argument
225 addRecord(StringRef Name, uint64_t Hash, InstrProfRecord &&I, uint64_t Weight, function_ref<void(Error)> Warn) argument
H A DInstrProf.cpp677 void InstrProfRecord::merge(InstrProfRecord &Other, uint64_t Weight, argument
623 merge(InstrProfValueSiteRecord &Input, uint64_t Weight, function_ref<void(instrprof_error)> Warn) argument
658 mergeValueProfData( uint32_t ValueKind, InstrProfRecord &Src, uint64_t Weight, function_ref<void(instrprof_error)> Warn) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterPressure.cpp58 unsigned Weight = PSetI.getWeight(); local
72 unsigned Weight = PSetI.getWeight(); local
162 unsigned Weight = PSetI.getWeight(); local
H A DLiveIntervals.cpp190 float Weight = Register::isPhysicalRegister(reg) ? huge_valf : 0.0F; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h129 uint64_t Weight = 2; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp298 addToDist(Distribution &Dist, const LoopData *OuterLoop, const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight) argument
[all...]
H A DBranchProbabilityInfo.cpp334 ConstantInt *Weight = local
626 auto Weight = getEstimatedEdgeWeight({SrcLoopBB, DstLoopBB}); local
844 Optional<uint32_t> Weight; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DMDBuilder.cpp301 MDNode *MDBuilder::createIrrLoopHeaderWeight(uint64_t Weight) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h40 unsigned Slots, Weight; member in class:llvm::HexagonResource
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h344 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); local
407 uint64_t Weight = BlockWeights[EC]; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1194 unsigned Weight = 0; member in class:llvm::PSetIterator
H A DMachineBasicBlock.h1073 void setIrrLoopHeaderWeight(uint64_t Weight) { argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1060 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp505 APInt Weight = P.second; // Number of paths to this operand. local
506 LLVM_DEBUG(dbgs() << "OPERAND: " << *Op << " (" << Weight << ")\n"); local
513 LLVM_DEBUG(dbgs() << "DIRECT ADD: " << *Op << " (" << Weight << ")\n"); local
527 << "ADD USES LEAF: " << *Op << " (" << Weight << ")\n"); local
587 << "MORPH LEAF: " << *Op << " (" << Weight << ") T local
597 LLVM_DEBUG(dbgs() << "ADD LEAF: " << *Op << " (" << Weight << ")\\n"); local
613 APInt Weight = It->second; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.h488 unsigned Weight; member in struct:llvm::RegUnit
518 unsigned Weight = 0; // Cache the sum of all unit weights. member in struct:llvm::RegUnitSet
695 unsigned newRegUnit(unsigned Weight) { argument
740 unsigned Weight = 0; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h524 uint64_t Weight; member in struct:llvm::ELFYAML::CallGraphEntry
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h359 struct Weight { struct in class:llvm::BlockFrequencyInfoImplBase
366 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) function in struct:llvm::BlockFrequencyInfoImplBase::Weight
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp815 unsigned Weight = 0; local

Completed in 561 milliseconds

12