Home
last modified time | relevance | path

Searched defs:operandIndex (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.cpp366 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, in handleOperand()
415 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) { in emitInstructionSpecifier() local
449 unsigned operandIndex = 0; in emitInstructionSpecifier() local
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp477 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, in handleOperand()
526 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) { in emitInstructionSpecifier() local
560 unsigned operandIndex = 0; in emitInstructionSpecifier() local
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Analysis/
DDependenceAnalysis.h50 unsigned operandIndex; member
/external/llvm-project/mlir/lib/Interfaces/
DControlFlowInterfaces.cpp30 unsigned operandIndex, Block *successor) { in getBranchSuccessorArgument()
/external/llvm-project/mlir/lib/Transforms/
DBufferDeallocation.cpp359 size_t operandIndex = in introduceCopiesForRegionSuccessors() local
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp420 int operandIndex = 0, attrIndex = 0; in populateOpStructure() local
/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp164 unsigned operandIndex = use.getOperandNumber(); in isUseSpeciallyKnownDead() local
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusion.cpp734 for (auto operandIndex : in findAllFusableDependences() local
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp315 int64_t operandIndex = -1; member
387 int64_t operandIndex = vectors[i].operandIndex; in unrollSingleResultStructuredOp() local
414 int64_t operandIndex = vectors[i].operandIndex; in unrollSingleResultStructuredOp() local
/external/llvm-project/mlir/lib/Analysis/
DAffineAnalysis.cpp44 unsigned operandIndex; in getReachableAffineApplyOps() member