Home
last modified time | relevance | path

Searched refs:deviceTypeOperands (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/
DOpenACCOps.td419 let arguments = (ins Variadic<AnyInteger>:$deviceTypeOperands,
424 ( `device_type` `(` $deviceTypeOperands^ `:` type($deviceTypeOperands) `)` )?
449 let arguments = (ins Variadic<AnyInteger>:$deviceTypeOperands,
454 ( `device_type` `(` $deviceTypeOperands^ `:` type($deviceTypeOperands) `)` )?
485 Variadic<IntOrIndex>:$deviceTypeOperands,
495 ( `device_type` `(` $deviceTypeOperands^ `:`
496 type($deviceTypeOperands) `)` )?
/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp738 SmallVector<Value, 2> deviceTypeOperands; in genACCInitShutdownOp() local
767 deviceTypeOperands.push_back(expr); in genACCInitShutdownOp()
774 deviceTypeOperands.push_back(star); in genACCInitShutdownOp()
782 addOperands(operands, operandSegments, deviceTypeOperands); in genACCInitShutdownOp()
794 deviceTypeOperands; in genACCUpdateOp() local
855 deviceTypeOperands.push_back(expr); in genACCUpdateOp()
862 deviceTypeOperands.push_back(star); in genACCUpdateOp()
879 addOperands(operands, operandSegments, deviceTypeOperands); in genACCUpdateOp()