/external/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 208 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()
|
D | BlockFrequencyInfoImpl.cpp | 51 typedef BlockFrequencyInfoImplBase::Weight Weight; typedef 90 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass() 264 uint64_t Weight) { in addToDist()
|
D | CFLAliasAnalysis.cpp | 144 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/ |
D | SkPanose.h | 54 struct Weight { struct 234 struct Weight { struct 382 struct Weight { struct 543 struct Weight { struct
|
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 167 uint64_t Weight) { in mergeValueData() 200 uint64_t Weight) { in mergeValueProfData() 217 uint64_t Weight) { in merge()
|
D | InstrProfWriter.cpp | 98 uint64_t Weight) { in addRecord()
|
/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 1299 unsigned Weight; member 1380 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local
|
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 28 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
|
D | LiveIntervalAnalysis.cpp | 189 float Weight = TargetRegisterInfo::isPhysicalRegister(reg) ? in createInterval() local
|
/external/skia/include/core/ |
D | SkFontStyle.h | 15 enum Weight { enum
|
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 494 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/ |
D | CFGMST.h | 105 uint64_t Weight = 2; in buildEdges() local
|
D | PGOInstrumentation.cpp | 175 uint64_t Weight; member
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 100 uint64_t Weight; member 197 uint64_t Weight; in parseWeightedFile() local
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.h | 31 unsigned Slots, Weight; variable
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 208 UINT16 Weight[17]; in MakeTable() local
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 620 LiveInterval(unsigned Reg, float Weight) in LiveInterval()
|
D | MachineRegisterInfo.h | 957 unsigned Weight; variable
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 584 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/ |
D | CodeGenPGO.cpp | 787 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight()
|
D | CGStmt.cpp | 1076 uint64_t Weight = Total / NCases, Rem = Total % NCases; in EmitCaseStmtRange() local
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 452 unsigned Weight = 0; in parseBasicBlockSuccessors() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 30 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) in vp8_mv_bit_cost()
|