| /llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/ |
| H A D | IRMutator.h | 45 virtual uint64_t getWeight(size_t CurrentSize, size_t MaxSize, 88 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight() function 100 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, 110 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight() function
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.h | 56 unsigned getWeight() const { return (Weight); } in getWeight() function 65 return (A.getWeight() < B.getWeight()); in lessWeight()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Tosa/ |
| H A D | TosaTestPasses.cpp | 122 tosaConv2DOp.getWeight().getType().dyn_cast<mlir::RankedTensorType>(); in matchAndRewrite() 150 tosaConv2DOp.getWeight(), tosaConv2DOp.getBias(), tosaConv2DOp.getPad(), in matchAndRewrite()
|
| /llvm-project-15.0.7/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 69 Strategy->getWeight(CurSize, MaxSize, RS.totalWeight())); in mutateModule() 144 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight() function in InstDeleterIRStrategy
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/ |
| H A D | TosaDecomposeDepthwise.cpp | 30 Value weight = op.getWeight(); in matchAndRewrite()
|
| H A D | TosaDecomposeConv2D.cpp | 29 Value weight = op.getWeight(); in matchAndRewrite()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.h | 151 int getWeight(SDNode *N);
|
| H A D | HexagonISelDAGToDAG.cpp | 1636 int HexagonDAGToDAGISel::getWeight(SDNode *N) { in getWeight() function in HexagonDAGToDAGISel 1918 Weight = getWeight(balanceSubTree(Op0N).getNode()); in balanceSubTree() 1921 Weight = getWeight(Op0N); in balanceSubTree() 1925 Weight += getWeight(balanceSubTree(Op1N).getNode()); in balanceSubTree() 1928 Weight += getWeight(Op1N); in balanceSubTree() 1985 Weight = getWeight(Child.getNode()); in balanceSubTree() 2021 int Weight = getWeight(Child.getNode()); in balanceSubTree()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegisterPressure.cpp | 58 unsigned Weight = PSetI.getWeight(); in increaseSetPressure() 72 unsigned Weight = PSetI.getWeight(); in decreaseSetPressure() 162 unsigned Weight = PSetI.getWeight(); in increaseRegPressure() 675 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.h | 257 unsigned getWeight(const CodeGenRegBank &RegBank) const; 442 unsigned getWeight(const CodeGenRegBank&) const;
|
| H A D | CodeGenRegisters.cpp | 588 unsigned CodeGenRegister::getWeight(const CodeGenRegBank &RegBank) const { in getWeight() function in CodeGenRegister 889 unsigned CodeGenRegisterClass::getWeight(const CodeGenRegBank& RegBank) const { in getWeight() function in CodeGenRegisterClass 896 return (*Members.begin())->getWeight(RegBank); in getWeight() 1745 if (R->getRegUnits().count() == 1 && R->getWeight(RegBank) == I->Weight) { in computeUberWeights() 1791 unsigned RegWeight = Reg->getWeight(RegBank); in normalizeWeight()
|
| H A D | RegisterInfoEmitter.cpp | 219 OS << " {" << RC.getWeight(RegBank) << ", "; in EmitRegUnitPressure()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/ |
| H A D | TosaOps.cpp | 107 op.getWeight().getType().template dyn_cast<RankedTensorType>(); in verifyConvOp() 115 op.emitOpError("expect a ranked tensor for weight, got ") << op.getWeight(); in verifyConvOp() 1035 ShapeAdaptor weightShape = operands.getShape(adaptor.getWeight()); in inferReturnTypeComponents() 1105 ShapeAdaptor weightShape = operands.getShape(adaptor.getWeight()); in inferReturnTypeComponents() 1197 ShapeAdaptor weightShape = operands.getShape(adaptor.getWeight()); in inferReturnTypeComponents()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 1714 DiffSetPressure[*PSetI] -= PSetI.getWeight(); in checkRegUsageImpact() 1724 DiffSetPressure[*PSetI] += PSetI.getWeight(); in checkRegUsageImpact() 1872 VgprUsage += PSetI.getWeight(); in fillVgprSgprCost() 1874 SgprUsage += PSetI.getWeight(); in fillVgprSgprCost()
|
| H A D | GCNRegPressure.cpp | 115 Value[Kind] += Sign * MRI.getPressureSets(Reg).getWeight(); in inc()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 1225 unsigned getWeight() const { return Weight; } in getWeight() function
|
| /llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/ |
| H A D | TosaToLinalgNamed.cpp | 570 auto weight = op.getWeight(); in matchAndRewrite()
|