Home
last modified time | relevance | path

Searched refs:operandsRef (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp279 ArrayRef<llvm::Value *> operandsRef(operands); in convertOperationImpl() local
282 moduleTranslation.lookupFunction(attr.getValue()), operandsRef); in convertOperationImpl()
287 return builder.CreateCall(calleeFunctionType, operandsRef.front(), in convertOperationImpl()
288 operandsRef.drop_front()); in convertOperationImpl()
363 ArrayRef<llvm::Value *> operandsRef(operands); in convertOperationImpl() local
369 moduleTranslation.lookupBlock(invOp.getSuccessor(1)), operandsRef); in convertOperationImpl()
376 calleeFunctionType, operandsRef.front(), in convertOperationImpl()
379 operandsRef.drop_front()); in convertOperationImpl()
/llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp275 auto operandsRef = llvm::makeArrayRef(operands); in matchAndRewrite() local
286 operandsRef.take_front(numDims), in matchAndRewrite()
287 operandsRef.drop_front(numDims)); in matchAndRewrite()
419 auto operandsRef = llvm::makeArrayRef(operands); in matchAndRewrite() local
424 operandsRef.drop_front(op.getSrcMemRefOperandIndex() + 1)); in matchAndRewrite()
430 operandsRef.drop_front(op.getDstMemRefOperandIndex() + 1)); in matchAndRewrite()
436 operandsRef.drop_front(op.getTagMemRefOperandIndex() + 1)); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp877 ValueRange operandsRef) { in createFoldedComposedAffineApply() argument
878 SmallVector<Value, 4> operands(operandsRef.begin(), operandsRef.end()); in createFoldedComposedAffineApply()
3675 auto operandsRef = llvm::makeArrayRef(mapOperands); in parseAffineMapWithMinMax() local
3676 auto dimsRef = operandsRef.take_front(map.getValue().getNumDims()); in parseAffineMapWithMinMax()
3679 auto symsRef = operandsRef.drop_front(map.getValue().getNumDims()); in parseAffineMapWithMinMax()