Searched defs:operandsRef (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ | ||
H A D | LLVMToLLVMIRTranslation.cpp | 209 ArrayRef<llvm::Value *> operandsRef(operands); convertOperationImpl() local |
/llvm-project/mlir/lib/Conversion/AffineToStandard/ | ||
H A D | AffineToStandard.cpp | 284 auto operandsRef = llvm::ArrayRef(operands); in matchAndRewrite() local |
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ | ||
H A D | Transforms.cpp | 662 ValueRange operandsRef(operands); transposeOneLinalgOperandAndReplace() local |
/llvm-project/mlir/lib/Dialect/Affine/IR/ | ||
H A D | AffineOps.cpp | 4147 auto operandsRef = llvm::ArrayRef(mapOperands); parseAffineMapWithMinMax() local |