/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineBranchProbabilityInfo.cpp | 36 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/ |
D | BranchProbabilityInfo.cpp | 169 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/ |
D | InstrProf.cpp | 338 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()
|
D | InstrProfWriter.cpp | 159 Error InstrProfWriter::addRecord(InstrProfRecord &&I, uint64_t Weight) { in addRecord()
|
/external/skqp/include/core/ |
D | SkFontStyle.h | 15 enum Weight { enum
|
/external/skia/include/core/ |
D | SkFontStyle.h | 15 enum Weight { enum
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 439 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
|
D | CodeGenRegisters.cpp | 525 unsigned Weight = 0; in getWeight() local 1310 unsigned Weight; member 1391 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | CFGMST.h | 104 uint64_t Weight = 2; in buildEdges() local
|
D | PGOInstrumentation.cpp | 208 uint64_t Weight; member
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 53 typedef BlockFrequencyInfoImplBase::Weight Weight; typedef 92 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass() 270 uint64_t Weight) { in addToDist()
|
D | BranchProbabilityInfo.cpp | 208 ConstantInt *Weight = in calcMetadataWeights() local
|
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 540 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/ |
D | HexagonShuffler.h | 32 unsigned Slots, Weight; variable
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 112 uint64_t Weight; member 215 uint64_t Weight; in parseWeightedFile() local
|
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 34 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
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 350 int32_t Weight = 0; // preference for topological order member in Ice::__anon7821fa020211::PhiDesc 519 int32_t Weight = 0; in advancedPhiLowering() local 543 const int32_t Weight = Item.Weight; in advancedPhiLowering() local
|
D | IceInst.cpp | 576 InstFakeUse::InstFakeUse(Cfg *Func, Variable *Src, uint32_t Weight) in InstFakeUse()
|
/external/skia/src/sfnt/ |
D | SkPanose.h | 47 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/skqp/src/sfnt/ |
D | SkPanose.h | 47 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/ |
D | efidecompress.c | 208 UINT16 Weight[17]; in MakeTable() local
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 628 LiveInterval(unsigned Reg, float Weight) in LiveInterval()
|
D | MachineRegisterInfo.h | 1026 unsigned Weight; variable
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 483 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/ |
D | CodeGenPGO.cpp | 840 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight()
|