Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBranchProbabilityInfo.cpp36 uint32_t Weight = getEdgeWeight(MBB, Succ); in getSumForBlock() local
49 uint32_t Weight = Src->getSuccWeight(Dst); in getEdgeWeight() local
58 uint32_t Weight = getEdgeWeight(Src, Dst); in isEdgeHot() local
75 uint32_t Weight = getEdgeWeight(MBB, Succ); in getHotSucc() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBranchProbabilityInfo.cpp169 ConstantInt *Weight = dyn_cast<ConstantInt>(WeightsNode->getOperand(i)); in calcMetadataWeights() local
424 uint32_t Weight = getEdgeWeight(BB, Succ); in getSumForBlock() local
437 uint32_t Weight = getEdgeWeight(Src, Dst); in isEdgeHot() local
452 uint32_t Weight = getEdgeWeight(BB, Succ); in getHotSucc() local
484 setEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst, uint32_t Weight) { in setEdgeWeight()
/external/llvm/lib/ProfileData/
DInstrProf.cpp338 uint64_t Weight) { in merge()
360 uint64_t Weight) { in scale()
373 uint64_t Weight) { in mergeValueProfData()
388 void InstrProfRecord::merge(InstrProfRecord &Other, uint64_t Weight) { in merge()
408 void InstrProfRecord::scaleValueProfData(uint32_t ValueKind, uint64_t Weight) { in scaleValueProfData()
416 void InstrProfRecord::scale(uint64_t Weight) { in scale()
DInstrProfWriter.cpp159 Error InstrProfWriter::addRecord(InstrProfRecord &&I, uint64_t Weight) { in addRecord()
/external/skia/include/core/
DSkFontStyle.h15 enum Weight { enum
/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
1310 unsigned Weight; member
1391 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local
/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h104 uint64_t Weight = 2; in buildEdges() local
DPGOInstrumentation.cpp208 uint64_t Weight; member
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp53 typedef BlockFrequencyInfoImplBase::Weight Weight; typedef
92 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
270 uint64_t Weight) { in addToDist()
DBranchProbabilityInfo.cpp208 ConstantInt *Weight = in calcMetadataWeights() local
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp540 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); in computeBlockWeights() local
690 uint64_t Weight = BlockWeights[EC]; in findEquivalencesFor() local
1017 uint64_t Weight = EdgeWeights[E]; in propagateWeights() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h32 unsigned Slots, Weight; variable
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp112 uint64_t Weight; member
215 uint64_t Weight; in parseWeightedFile() local
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp34 unsigned Weight = PSetI.getWeight(); in increaseSetPressure() local
48 unsigned Weight = PSetI.getWeight(); in decreaseSetPressure() local
119 unsigned Weight = PSetI.getWeight(); in increaseRegPressure() local
633 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange() local
DLiveIntervalAnalysis.cpp181 float Weight = TargetRegisterInfo::isPhysicalRegister(reg) ? in createInterval() local
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp350 int32_t Weight = 0; // preference for topological order member in Ice::__anon9a3d25040211::PhiDesc
519 int32_t Weight = 0; in advancedPhiLowering() local
543 const int32_t Weight = Item.Weight; in advancedPhiLowering() local
/external/skia/src/sfnt/
DSkPanose.h47 enum class Weight : SK_OT_BYTE { enum
197 enum class Weight : SK_OT_BYTE { enum
318 enum class Weight : SK_OT_BYTE { enum
452 enum class Weight : SK_OT_BYTE { enum
/external/vboot_reference/utility/
Defidecompress.c208 UINT16 Weight[17]; in MakeTable() local
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h628 LiveInterval(unsigned Reg, float Weight) in LiveInterval()
DMachineRegisterInfo.h1026 unsigned Weight; variable
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp483 APInt Weight = P.second; // Number of paths to this operand. in LinearizeExprTree() local
588 APInt Weight = It->second; in LinearizeExprTree() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp840 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight()
DCGStmt.cpp1129 uint64_t Weight = Total / NCases, Rem = Total % NCases; in EmitCaseStmtRange() local
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp241 ConstraintWeight Weight = CW_Invalid; in getSingleConstraintMatchWeight() local

12