/llvm-project/lld/ELF/ |
H A D | CallGraphSort.cpp | 42 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 D | CallGraphSort.cpp | 30 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 D | sanitizer_suppressions.h | 26 uptr weight; member
|
/llvm-project/lld/MachO/ |
H A D | SectionPriorities.cpp | 45 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 D | QuantUtils.cpp | 121 Value weight) { in buildConvOpQuantizationAttr() 240 Value input, Value weight) { in buildConvOpResultTypeInfo()
|
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaDecomposeTransposeConv.cpp | 84 Value weight = op->getOperand(1); matchAndRewrite() local 147 Value weight = op->getOperand(1); matchAndRewrite() local [all...] |
H A D | TosaDecomposeConv2D.cpp | 36 Value weight = op.getWeight(); in matchAndRewrite() local
|
H A D | TosaDecomposeDepthwise.cpp | 31 Value weight = op.getWeight(); matchAndRewrite() local [all...] |
H A D | TosaValidation.cpp | 66 DenseElementsAttr weight; in checkConstantOperandFullyConnected() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | genk-timing.py | 99 def setCallWeighting(self, weight): argument
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | genk-timing.py | 99 def setCallWeighting(self, weight): argument
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | genk-timing.py | 109 def setCallWeighting(self, weight): argument
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | CallGraph.h | 63 double weight() const { return Weight; } in weight() function
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalgNamed.cpp | 179 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 D | isl_scheduler.h | 154 int weight; member
|
H A D | isl_scheduler_clustering.c | 121 int dist, weight; in find_proximity() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx1y-init-captures.cpp | 201 void test(double weight) { in test()
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaOps.cpp | 366 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 D | LiveInterval.h | 719 float weight() const { return Weight; } in weight() function
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 2537 ConstraintWeight weight = CW_Invalid; getSingleConstraintMatchWeight() local [all...] |
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 598 for (auto weight : weights->getAsRange<IntegerAttr>()) matchAndRewrite() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 1530 const float weight = IntI.value()->weight(); calcGapWeights() local
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 3454 ConstraintWeight weight = CW_Invalid; getSingleConstraintMatchWeight() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 5773 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 D | MipsISelLowering.cpp | 3992 ConstraintWeight weight = CW_Invalid; getSingleConstraintMatchWeight() local [all...] |