Searched refs:targetType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACC.cpp | 45 mlir::IntegerType targetType = mlir::IntegerType::get( in emitOpenACCIntExpr() local 52 exprLoc, targetType, expr); in emitOpenACCIntExpr()
|
| H A D | CIRGenStmtOpenACC.cpp | 194 mlir::IntegerType targetType = mlir::IntegerType::get( in emitOpenACCWaitConstruct() local 201 exprLoc, targetType, expr); in emitOpenACCWaitConstruct()
|
| H A D | CIRGenOpenACCClause.cpp | 93 mlir::IntegerType targetType = mlir::IntegerType::get( in createCondition() local 97 exprLoc, targetType, condition); in createCondition()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 583 mlir::Type targetType = convertTy(ptrTy); in matchAndRewrite() local 588 castOp, targetType, elementTy, sourceValue, offset); in matchAndRewrite()
|