Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp208 ConstantInt *Weight = in calcMetadataWeights() local
539 uint32_t Weight = getEdgeWeight(BB, I.getSuccessorIndex()); in getSumForBlock() local
563 uint32_t Weight = getEdgeWeight(BB, Succ); in getHotSucc() local
605 uint32_t Weight = 0; in getEdgeWeight() local
623 uint32_t Weight) { in setEdgeWeight()
DBlockFrequencyInfoImpl.cpp51 typedef BlockFrequencyInfoImplBase::Weight Weight; typedef
90 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
264 uint64_t Weight) { in addToDist()
DCFLAliasAnalysis.cpp144 EdgeType Weight; member
505 EdgeTypeT Weight; member
605 void addEdge(Node From, Node To, const EdgeTypeT &Weight, in addEdge()
770 static Level directionOfEdgeType(EdgeType Weight) { in directionOfEdgeType()
941 auto Weight = std::get<0>(EdgeTuple); in buildSetsFrom() local
/external/skia/src/sfnt/
DSkPanose.h54 struct Weight { struct
234 struct Weight { struct
382 struct Weight { struct
543 struct Weight { struct
/external/llvm/lib/ProfileData/
DInstrProf.cpp167 uint64_t Weight) { in mergeValueData()
200 uint64_t Weight) { in mergeValueProfData()
217 uint64_t Weight) { in merge()
DInstrProfWriter.cpp98 uint64_t Weight) { in addRecord()
/external/llvm/utils/TableGen/
DCodeGenRegisters.h439 unsigned Weight; member
466 unsigned Weight; // Cache the sum of all unit weights. member
629 unsigned newRegUnit(unsigned Weight) { in newRegUnit()
667 unsigned Weight = 0; in getRegUnitSetWeight() local
DCodeGenRegisters.cpp525 unsigned Weight = 0; in getWeight() local
1299 unsigned Weight; member
1380 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp28 unsigned Weight = PSetI.getWeight(); in increaseSetPressure() local
36 unsigned Weight = PSetI.getWeight(); in decreaseSetPressure() local
97 unsigned Weight = PSetI.getWeight(); in increaseRegPressure() local
439 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange() local
DLiveIntervalAnalysis.cpp189 float Weight = TargetRegisterInfo::isPhysicalRegister(reg) ? in createInterval() local
/external/skia/include/core/
DSkFontStyle.h15 enum Weight { enum
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp494 uint64_t Weight = 0; in getBlockWeight() local
518 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); in computeBlockWeights() local
737 uint64_t Weight = BlockWeights[EC]; in findEquivalencesFor() local
1037 uint64_t Weight = EdgeWeights[E]; in propagateWeights() local
/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h105 uint64_t Weight = 2; in buildEdges() local
DPGOInstrumentation.cpp175 uint64_t Weight; member
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp100 uint64_t Weight; member
197 uint64_t Weight; in parseWeightedFile() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h31 unsigned Slots, Weight; variable
/external/vboot_reference/utility/
Defidecompress.c208 UINT16 Weight[17]; in MakeTable() local
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h620 LiveInterval(unsigned Reg, float Weight) in LiveInterval()
DMachineRegisterInfo.h957 unsigned Weight; variable
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp584 APInt Weight = P.second; // Number of paths to this operand. in LinearizeExprTree() local
689 APInt Weight = It->second; in LinearizeExprTree() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp787 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight()
DCGStmt.cpp1076 uint64_t Weight = Total / NCases, Rem = Total % NCases; in EmitCaseStmtRange() local
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp452 unsigned Weight = 0; in parseBasicBlockSuccessors() local
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c30 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) in vp8_mv_bit_cost()