Searched refs:operandsRef (Results 1 – 3 of 3) sorted by relevance
279 ArrayRef<llvm::Value *> operandsRef(operands); in convertOperationImpl() local282 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() local369 moduleTranslation.lookupBlock(invOp.getSuccessor(1)), operandsRef); in convertOperationImpl()376 calleeFunctionType, operandsRef.front(), in convertOperationImpl()379 operandsRef.drop_front()); in convertOperationImpl()
275 auto operandsRef = llvm::makeArrayRef(operands); in matchAndRewrite() local286 operandsRef.take_front(numDims), in matchAndRewrite()287 operandsRef.drop_front(numDims)); in matchAndRewrite()419 auto operandsRef = llvm::makeArrayRef(operands); in matchAndRewrite() local424 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()
877 ValueRange operandsRef) { in createFoldedComposedAffineApply() argument878 SmallVector<Value, 4> operands(operandsRef.begin(), operandsRef.end()); in createFoldedComposedAffineApply()3675 auto operandsRef = llvm::makeArrayRef(mapOperands); in parseAffineMapWithMinMax() local3676 auto dimsRef = operandsRef.take_front(map.getValue().getNumDims()); in parseAffineMapWithMinMax()3679 auto symsRef = operandsRef.drop_front(map.getValue().getNumDims()); in parseAffineMapWithMinMax()