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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h105 uint64_t Weight = 2; local
H A DPGOInstrumentation.cpp175 uint64_t Weight; member in struct:__anon3158::PGOEdge
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp97 addRecord(InstrProfRecord &&I, uint64_t Weight) argument
H A DInstrProf.cpp284 instrprof_error InstrProfValueSiteRecord::scale(uint64_t Weight) { argument
260 merge(InstrProfValueSiteRecord &Input, uint64_t Weight) argument
297 mergeValueProfData(uint32_t ValueKind, InstrProfRecord &Src, uint64_t Weight) argument
314 merge(InstrProfRecord &Other, uint64_t Weight) argument
337 scaleValueProfData(uint32_t ValueKind, uint64_t Weight) argument
348 scale(uint64_t Weight) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp260 addToDist(Distribution &Dist, const LoopData *OuterLoop, const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight) argument
[all...]
H A DBranchProbabilityInfo.cpp203 ConstantInt *Weight = local
H A DCFLAliasAnalysis.cpp144 EdgeType Weight; member in struct:__anon2380::Edge
505 EdgeTypeT Weight; member in struct:__anon2380::WeightedBidirectionalGraph::Edge
605 void addEdge(Node From, Node To, const EdgeTypeT &Weight, argument
770 static Level directionOfEdgeType(EdgeType Weight) { argument
941 auto Weight = std::get<0>(EdgeTuple); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h32 unsigned Slots, Weight; member in class:llvm::HexagonResource
/freebsd-11.0-release/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp100 uint64_t Weight; member in struct:WeightedFile
197 uint64_t Weight; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp777 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { argument
H A DCGStmt.cpp1076 uint64_t Weight = Total / NCases, Rem = Total % NCases; local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DRegisterPressure.cpp28 unsigned Weight = PSetI.getWeight(); local
36 unsigned Weight = PSetI.getWeight(); local
97 unsigned Weight = PSetI.getWeight(); local
435 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); local
H A DLiveIntervalAnalysis.cpp189 float Weight = TargetRegisterInfo::isPhysicalRegister(reg) ? local
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h957 unsigned Weight; member in class:llvm::PSetIterator
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp494 uint64_t Weight = 0; local
518 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); local
737 uint64_t Weight = BlockWeights[EC]; local
1037 uint64_t Weight = EdgeWeights[E]; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp586 APInt Weight = P.second; // Number of paths to this operand. local
587 DEBUG(dbgs() << "OPERAND: " << *Op << " (" << Weight << ")\n"); local
594 DEBUG(dbgs() << "DIRECT ADD: " << *Op << " (" << Weight << ")\n"); local
607 DEBUG(dbgs() << "ADD USES LEAF: " << *Op << " (" << Weight << ")\n"); local
665 DEBUG(dbgs() << "MORPH LEAF: " << *Op << " (" << Weight << ") T local
675 DEBUG(dbgs() << "ADD LEAF: " << *Op << " (" << Weight << ")\\n"); local
691 APInt Weight = It->second; local
[all...]
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.h439 unsigned Weight; member in struct:llvm::RegUnit
466 unsigned Weight; // Cache the sum of all unit weights. member in struct:llvm::RegUnitSet
629 unsigned newRegUnit(unsigned Weight) { argument
667 unsigned Weight = 0; local
[all...]
H A DCodeGenRegisters.cpp525 unsigned Weight = 0; local
1299 unsigned Weight; member in struct:__anon4582::UberRegSet
1380 unsigned MaxWeight = 0, Weight = 0; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp452 unsigned Weight = 0; local
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h330 struct Weight { struct in class:llvm::BlockFrequencyInfoImplBase
335 Weight() : Type(Local), Amount(0) {} function in struct:llvm::BlockFrequencyInfoImplBase::Weight
336 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) function in struct:llvm::BlockFrequencyInfoImplBase::Weight
[all...]

Completed in 148 milliseconds