Home
last modified time | relevance | path

Searched refs:resType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td256 (ins TYPE:$resType, ID:$image, ID:$coord, ID:$sample),
257 "$res = OpImageTexelPointer $resType $image $coord $sample">;
258 def OpLoad: Op<61, (outs ID:$res), (ins TYPE:$resType, ID:$pointer, variable_ops),
259 "$res = OpLoad $resType $pointer">;
276 def OpGenericPtrMemSemantics: Op<69, (outs ID:$res), (ins TYPE:$resType, ID:$pointer),
277 "$res = OpGenericPtrMemSemantics $resType $pointer">;
281 def OpPtrEqual: Op<401, (outs ID:$res), (ins TYPE:$resType, ID:$a, ID:$b),
282 "$res = OpPtrEqual $resType $a $b">;
283 def OpPtrNotEqual: Op<402, (outs ID:$res), (ins TYPE:$resType, ID:$a, ID:$b),
284 "$res = OpPtrNotEqual $resType $a $b">;
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp375 mlir::Type resType = getType(); in verify() local
379 mlir::isa<cir::VectorType>(resType)) { in verify()
383 resType = mlir::dyn_cast<cir::VectorType>(resType).getElementType(); in verify()
388 if (!mlir::isa<cir::BoolType>(resType)) in verify()
395 if (!mlir::isa<cir::BoolType>(resType)) in verify()
402 if (!mlir::isa<cir::IntType>(resType)) in verify()
410 const auto flatPtrTy = mlir::dyn_cast<cir::PointerType>(resType); in verify()
420 auto resPtrTy = mlir::dyn_cast<cir::PointerType>(resType); in verify()
430 !mlir::isa<cir::FPTypeInterface>(resType)) in verify()
437 if (!mlir::dyn_cast<cir::IntType>(resType)) in verify()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td2115 OpBuilder<(ins "mlir::SymbolRefAttr":$callee, "mlir::Type":$resType,
2120 if (resType && !isa<VoidType>(resType))
2121 $_state.addTypes(resType);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16268 QualType resType; in ActOnChooseExpr() local
16271 resType = Context.DependentTy; in ActOnChooseExpr()
16285 resType = ActiveExpr->getType(); in ActOnChooseExpr()
16291 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
H A DSemaChecking.cpp5453 QualType resType = TheCall->getArg(0)->getType(); in BuiltinShuffleVector() local
5492 resType = in BuiltinShuffleVector()
5526 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in BuiltinShuffleVector()