Searched refs:createOpenACCConstantInt (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACC.cpp | 26 mlir::Value startIdx = cgf.createOpenACCConstantInt(boundLoc, 64, 0); in createBound() 28 mlir::Value stride = cgf.createOpenACCConstantInt(boundLoc, 64, 1); in createBound() 56 mlir::Value CIRGenFunction::createOpenACCConstantInt(mlir::Location loc, in createOpenACCConstantInt() function in CIRGenFunction 89 lowerBound = createOpenACCConstantInt(boundLoc, 64, 0); in getOpenACCDataOperandInfo() 102 upperBound = createOpenACCConstantInt(boundLoc, 64, in getOpenACCDataOperandInfo() 112 extent = createOpenACCConstantInt(boundLoc, 64, 1); in getOpenACCDataOperandInfo()
|
| H A D | CIRGenOpenACCClause.cpp | 103 return cgf.createOpenACCConstantInt(loc, width, value); in createConstantInt()
|
| H A D | CIRGenFunction.h | 1258 mlir::Value createOpenACCConstantInt(mlir::Location loc, unsigned width,
|