Searched refs:boundLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACC.cpp | 23 mlir::Location boundLoc, mlir::Value lowerBound, in createBound() argument 26 mlir::Value startIdx = cgf.createOpenACCConstantInt(boundLoc, 64, 0); in createBound() 28 mlir::Value stride = cgf.createOpenACCConstantInt(boundLoc, 64, 1); in createBound() 31 builder.create<mlir::acc::DataBoundsOp>(boundLoc, lowerBound, upperBound); in createBound() 80 mlir::Location boundLoc = cgm.getLoc(curVarExpr->getBeginLoc()); in getOpenACCDataOperandInfo() local 89 lowerBound = createOpenACCConstantInt(boundLoc, 64, 0); in getOpenACCDataOperandInfo() 102 upperBound = createOpenACCConstantInt(boundLoc, 64, in getOpenACCDataOperandInfo() 112 extent = createOpenACCConstantInt(boundLoc, 64, 1); in getOpenACCDataOperandInfo() 116 bounds.push_back(createBound(*this, this->builder, boundLoc, lowerBound, in getOpenACCDataOperandInfo()
|