Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACC.cpp26 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 DCIRGenOpenACCClause.cpp103 return cgf.createOpenACCConstantInt(loc, width, value); in createConstantInt()
H A DCIRGenFunction.h1258 mlir::Value createOpenACCConstantInt(mlir::Location loc, unsigned width,