Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 25 of 204) sorted by relevance

123456789

/llvm-project/mlir/lib/IR/
H A DTypeRange.cpp32 else if (auto *operand = llvm::dyn_cast_if_present<OpOperand *>(owner)) in TypeRange() local
42 if (auto *operand = llvm::dyn_cast_if_present<OpOperand *>(object)) in offset_base() local
53 if (auto *operand = llvm::dyn_cast_if_present<OpOperand *>(object)) in dereference_iterator() local
H A DVerifier.cpp163 for (auto operand : op.getOperands()) verifyOnEntrance() local
327 Value operand = op.getOperand(operandNo); diagnoseInvalidOperandDominance() local
391 for (const auto &operand : llvm::enumerate(op.getOperands())) { verifyDominanceOfContainedRegions() local
[all...]
/llvm-project/mlir/lib/Analysis/DataFlow/
H A DLivenessAnalysis.cpp76 for (auto *operand : operands) in visitOperation() local
94 visitBranchOperand(OpOperand & operand) visitBranchOperand() argument
176 visitCallOperand(OpOperand & operand) visitCallOperand() argument
[all...]
/llvm-project/mlir/lib/Transforms/Utils/
H A DCommutativityUtils.cpp76 Value operand; member
150 for (Value operand : frontAncestor->getOperands()) { in popFrontAndPushAdjacentUnvisitedAncestors() local
290 for (Value operand : operands) { in matchAndRewrite() local
H A DLoopInvariantCodeMotionUtils.cpp56 op, [&](OpOperand &operand) { return definedOutside(operand.get()); }); in canBeHoisted()
338 if (!canBeHoisted(extractionOp, [&](OpOperand &operand) { in hoistSubsetAtIterArg()
345 if (!canBeHoisted(insertionOp, [&](OpOperand &operand) { in hoistSubsetAtIterArg()
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp59 static Value createTruncatedFPValue(Value operand, ImplicitLocOpBuilder &b) { in createTruncatedFPValue() argument
74 Value operand = op.getOperand(); in convertSinhOp() local
90 Value operand = op.getOperand(); in convertCoshOp() local
146 Value operand = op.getOperand(); convertTanOp() local
159 Value operand = op.getOperand(); convertAsinhOp() local
175 Value operand = op.getOperand(); convertAcoshOp() local
191 Value operand = op.getOperand(); convertAtanhOp() local
226 Value operand = op.getOperand(); convertFloorOp() local
250 Value operand = op.getOperand(); convertCeilOp() local
375 Value operand = op.getOperand(); convertExp2fOp() local
388 Value operand = op.getOperand(); convertRoundOp() local
446 auto operand = op.getOperand(); convertCtlzOp() local
491 auto operand = op.getOperand(); convertRoundEvenOp() local
622 auto operand = op.getOperand(); convertRsqrtOp() local
[all...]
/llvm-project/clang/lib/Headers/
H A Dstdatomic.h156 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) argument
159 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) argument
162 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) argument
150 atomic_fetch_add(object,operand) global() argument
153 atomic_fetch_sub(object,operand) global() argument
[all...]
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DKernelOutlining.cpp103 for (Value operand : op->getOperands()) { in extractBeneficiaryOps() local
136 for (Value operand : sinkCandidates) { in sinkOperationsIntoLaunchOp() local
194 for (Value operand : operands) { in outlineKernelFuncImpl() local
238 for (const auto &operand in outlineKernelFuncImpl() local
272 for (auto operand : operandSet) { outlineKernelFunc() local
[all...]
/llvm-project/flang/include/flang/Evaluate/
H A Dexpression.h148 template <int J> Expr<Operand<J>> &operand() { operand() function
156 template <int J> const Expr<Operand<J>> &operand() const { operand() function
[all...]
/llvm-project/mlir/include/mlir/Transforms/
H A DHomomorphismSimplification.h139 for (auto operand : sourceAlgebraicOpOperands) { in matchOp() local
154 for (auto operand : sourceAlgebraicOpOperands) { in rewriteOp() local
/llvm-project/mlir/unittests/IR/
H A DOperationSupportTest.cpp38 Value operand = useOp->getResult(0); in TEST() local
62 Value operand = useOp->getResult(0); in TEST() local
90 Value operand = useOp->getResult(0); in TEST() local
126 Value operand = useOp->getResult(0); in TEST() local
H A DAdaptorTest.cpp66 SmallVector<ArrayRef<int>> operand = f.getOperand(); in TEST() local
/llvm-project/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUDialect.h71 StringRef operand = allocator.copyInto(std::get<2>(key)); construct() local
97 StringRef operand; global() member
[all...]
/llvm-project/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseBackwardDataFlowAnalysis.cpp141 for (Value operand : call.getArgOperands()) { visitCallControlFlowTransfer() local
154 for (Value operand : underlyingValues) { visitCallControlFlowTransfer() local
224 for (Value operand : op->getOperands()) { makeNextAccessAttribute() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp749 if (auto *operand = dyn_cast<OperandVariable>(arg)) { getArgumentLengthKind() local
836 } else if (auto *operand = dyn_cast<OperandVariable>(element)) { genElementParserStorage() local
907 } else if (auto *operand = dyn_cast<OperandVariable>(param)) { genCustomParameterParser() local
974 if (auto *operand = dyn_cast<OperandVariable>(param)) { genCustomDirectiveParser() local
1003 if (auto *operand = dyn_cast<OperandVariable>(input)) { genCustomDirectiveParser() local
1053 } else if (auto *operand = dyn_cast<OperandVariable>(param)) { genCustomDirectiveParser() local
1472 } else if (auto *operand = dyn_cast<OperandVariable>(element)) { genElementParser() local
1556 __anonae090d040902(auto operand) genElementParser() argument
1561 __anonae090d040a02(auto operand) genElementParser() argument
1686 __anonae090d040c02(auto &operand) genParserOperandTypeResolution() argument
1726 NamedTypeConstraint &operand = op.getOperand(i); genParserOperandTypeResolution() local
1781 __anonae090d041002(const NamedTypeConstraint &operand) genParserVariadicSegmentResolution() argument
1802 for (const NamedTypeConstraint &operand : op.getOperands()) { genParserVariadicSegmentResolution() local
2001 } else if (auto *operand = dyn_cast<OperandVariable>(element)) { genCustomDirectiveParameterPrinter() local
2015 auto *operand = dyn_cast<OperandVariable>(typeOperand); genCustomDirectiveParameterPrinter() local
2080 auto *operand = dyn_cast<OperandVariable>(arg); genTypeOperandPrinter() local
2411 } else if (auto *operand = dyn_cast<OperandVariable>(element)) { genElementPrinter() local
2453 if (auto *operand = dyn_cast<OperandVariable>(dir->getArg())) { genElementPrinter() local
2465 if (auto *operand = dyn_cast<OperandVariable>(dir->getArg())) genElementPrinter() local
2467 else if (auto *operand = dyn_cast<ResultVariable>(dir->getArg())) genElementPrinter() local
2741 const NamedTypeConstraint *operand = operandVar->getVar(); isOptionallyParsed() local
2900 NamedTypeConstraint &operand = op.getOperand(i); verifyOperands() local
3161 if (const NamedTypeConstraint *operand = findArg(op.getOperands(), name)) { parseVariableImpl() local
3465 FailureOr<FormatElement *> operand; parseTypeDirective() local
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DValueBoundsOpInterfaceImpl.cpp38 for (Value operand : linalgOp->getOperands()) { in populateBoundsForIndexValue() local
/llvm-project/mlir/test/lib/IR/
H A DTestPrintDefUse.cpp30 for (Value operand : op->getOperands()) { in runOnOperation() local
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DDecomposeAffineOps.cpp30 static int64_t numEnclosingInvariantLoops(OpOperand &operand) { in numEnclosingInvariantLoops()
45 llvm::map_range(op->getOpOperands(), [&](OpOperand &operand) { in reorderOperandsByHoistability()
/llvm-project/mlir/lib/Dialect/Func/Transforms/
H A DDecomposeCallGraphTypes.cpp
/llvm-project/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp91 for (Value operand : operands) { in build() local
118 getBodyOperands(), p, [&, n = 0](Value operand) mutable { in print()
203 auto unwrappedTypes = llvm::map_range(getBodyOperands(), [](Value operand) { in verifyRegions()
249 void AwaitOp::build(OpBuilder &builder, OperationState &result, Value operand, in build()
/llvm-project/mlir/lib/Analysis/
H A DSliceAnalysis.cpp95 auto operand = en.value(); getBackwardSliceImpl() local
189 for (Value operand : op->getOperands()) dependsOnCarriedVals() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMAttrs.cpp183 // operand should be non-zero if a keyword was parsed. Otherwise, the in printExpressionArg() argument
147 uint64_t operand = 0; parseExpressionArg() local
[all...]
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestFormatUtils.cpp20 OpAsmParser &parser, OpAsmParser::UnresolvedOperand &operand, in parseCustomDirectiveOperands() argument
37 Value operand, Value optOperand, in printCustomDirectiveOperands() argument
113 OpAsmParser &parser, OpAsmParser::UnresolvedOperand &operand, in parseCustomDirectiveOperandsAndTypes() argument
126 OpAsmPrinter &printer, Operation *op, Value operand, Value optOperand, in printCustomDirectiveOperandsAndTypes() argument
/llvm-project/mlir/lib/Dialect/Arith/Utils/
H A DUtils.cpp141 static Value convertScalarToIntDtype(ImplicitLocOpBuilder &b, Value operand, in convertScalarToIntDtype() argument
167 convertScalarToFpDtype(ImplicitLocOpBuilder & b,Value operand,FloatType toType,bool isUnsigned) convertScalarToFpDtype() argument
187 convertScalarToComplexDtype(ImplicitLocOpBuilder & b,Value operand,ComplexType targetType,bool isUnsigned) convertScalarToComplexDtype() argument
239 convertScalarToDtype(OpBuilder & b,Location loc,Value operand,Type toType,bool isUnsignedCast) convertScalarToDtype() argument
[all...]
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DLoopPipelining.cpp193 __anon8ddb53f30202(Value operand) initializeLoopInfo() argument
210 for (Value operand : nestedOp->getOperands()) { getNestedOperands() local
233 for (Value operand : getNestedOperands(consumer)) { verifySchedule() local
344 __anon8ddb53f30602(OpOperand &operand) analyzeCrossStageValues() argument
360 __anon8ddb53f30702(OpOperand *operand) analyzeCrossStageValues() argument
[all...]

123456789