Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/lld/ELF/
H A DCallGraphSort.cpp42 uint64_t weight; member
57 uint64_t weight = 0; member
131 uint64_t weight = c.second; CallGraphSort() local
304 uint64_t weight = c.second; computeCacheDirectedSortOrder() local
[all...]
/llvm-project/lld/COFF/
H A DCallGraphSort.cpp30 uint64_t weight; member
45 uint64_t weight = 0; member
93 uint64_t weight = c.second; in CallGraphSort() local
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h26 uptr weight; member
/llvm-project/lld/MachO/
H A DSectionPriorities.cpp45 uint64_t weight; global() member
60 uint64_t weight = 0; global() member
98 uint64_t weight = c.second; CallGraphSort() local
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp121 Value weight) { in buildConvOpQuantizationAttr()
240 Value input, Value weight) { in buildConvOpResultTypeInfo()
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp84 Value weight = op->getOperand(1); matchAndRewrite() local
147 Value weight = op->getOperand(1); matchAndRewrite() local
[all...]
H A DTosaDecomposeConv2D.cpp36 Value weight = op.getWeight(); in matchAndRewrite() local
H A DTosaDecomposeDepthwise.cpp31 Value weight = op.getWeight(); matchAndRewrite() local
[all...]
H A DTosaValidation.cpp66 DenseElementsAttr weight; in checkConstantOperandFullyConnected() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py99 def setCallWeighting(self, weight): argument
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py99 def setCallWeighting(self, weight): argument
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py109 def setCallWeighting(self, weight): argument
/llvm-project/bolt/include/bolt/Core/
H A DCallGraph.h63 double weight() const { return Weight; } in weight() function
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp179 inferDynamicDimsForConv(Location loc,Value input,Value weight,ShapedType resultTy,ArrayRef<int64_t> padAttr,ArrayRef<int64_t> strideAttr,ArrayRef<int64_t> dilationAttr,ArrayRef<int64_t> inputSizeDims,ArrayRef<int64_t> kernelSizeDims,OpBuilder & rewriter) inferDynamicDimsForConv() argument
241 Value weight = op->getOperand(1); matchAndRewrite() local
410 Value weight = op->getOperand(1); matchAndRewrite() local
627 auto weight = op.getWeight(); matchAndRewrite() local
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_scheduler.h154 int weight; member
H A Disl_scheduler_clustering.c121 int dist, weight; in find_proximity() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-init-captures.cpp201 void test(double weight) { in test()
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp366 buildConvOpWithQuantInfo(OpBuilder & builder,OperationState & result,Type outputType,Value input,Value weight,Value bias,DenseI64ArrayAttr pad,DenseI64ArrayAttr stride,DenseI64ArrayAttr dilation) buildConvOpWithQuantInfo() argument
389 buildTransConvOpWithQuantInfo(OpBuilder & builder,OperationState & result,Type outputType,Value input,Value weight,Value bias,DenseI64ArrayAttr outpad,DenseI64ArrayAttr stride,DenseI64ArrayAttr outputShape) buildTransConvOpWithQuantInfo() argument
409 buildFCOpWithQuantInfo(OpBuilder & builder,OperationState & result,Type outputType,Value input,Value weight,Value bias) buildFCOpWithQuantInfo() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h719 float weight() const { return Weight; } in weight() function
/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2537 ConstraintWeight weight = CW_Invalid; getSingleConstraintMatchWeight() local
[all...]
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp598 for (auto weight : weights->getAsRange<IntegerAttr>()) matchAndRewrite() local
/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1530 const float weight = IntI.value()->weight(); calcGapWeights() local
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3454 ConstraintWeight weight = CW_Invalid; getSingleConstraintMatchWeight() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5773 int weight = -1; ParseConstraints() local
5895 ConstraintWeight weight = getMultipleConstraintMatchWeight() local
5910 ConstraintWeight weight = CW_Invalid; getSingleConstraintMatchWeight() local
[all...]
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3992 ConstraintWeight weight = CW_Invalid; getSingleConstraintMatchWeight() local
[all...]

12