Searched refs:exprLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACC.cpp | 43 mlir::Location exprLoc = cgm.getLoc(intExpr->getBeginLoc()); in emitOpenACCIntExpr() local 52 exprLoc, targetType, expr); in emitOpenACCIntExpr() 72 mlir::Location exprLoc = cgm.getLoc(curVarExpr->getBeginLoc()); in getOpenACCDataOperandInfo() local 121 return {exprLoc, emitMemberExpr(memExpr).getPointer(), exprString, in getOpenACCDataOperandInfo() 129 return {exprLoc, emitDeclRefLValue(dre).getPointer(), exprString, in getOpenACCDataOperandInfo()
|
| H A D | CIRGenOpenACCClause.cpp | 92 mlir::Location exprLoc = cgf.cgm.getLoc(condExpr->getBeginLoc()); in createCondition() local 97 exprLoc, targetType, condition); in createCondition() 686 mlir::Location exprLoc = cgf.cgm.getLoc(e->getBeginLoc()); in VisitTileClause() local 692 values.push_back(createConstantInt(exprLoc, 64, -1)); in VisitTileClause() 697 exprLoc, 64, curValue.sextOrTrunc(64).getSExtValue())); in VisitTileClause() 755 mlir::Location exprLoc = cgf.cgm.getLoc(expr->getBeginLoc()); in VisitGangClause() local 764 createConstantInt(exprLoc, 64, curValue.getSExtValue())); in VisitGangClause() 766 values.push_back(createConstantInt(exprLoc, 64, -1)); in VisitGangClause()
|
| H A D | CIRGenStmtOpenACC.cpp | 192 mlir::Location exprLoc = cgm.getLoc(intExpr->getBeginLoc()); in emitOpenACCWaitConstruct() local 201 exprLoc, targetType, expr); in emitOpenACCWaitConstruct()
|