Home
last modified time | relevance | path

Searched refs:SingleOp (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp101 mlir::omp::SectionsOp, mlir::omp::SingleOp>( in configureOpenMPToLLVMConversionLegality()
126 RegionOpConversion<omp::SingleOp>, in populateOpenMPToLLVMConversionPatterns()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp664 convertOmpSingle(omp::SingleOp &singleOp, llvm::IRBuilderBase &builder, in convertOmpSingle()
1396 .Case([&](omp::SingleOp op) { in convertOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp509 LogicalResult SingleOp::verify() { in verify()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp765 auto singleOp = firOpBuilder.create<mlir::omp::SingleOp>( in genOMP()
767 createBodyOfOp<omp::SingleOp>(singleOp, converter, currentLocation, eval); in genOMP()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOps.td240 def SingleOp : OpenMP_Op<"single", [AttrSizedOperandSegments]> {
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6832 SDValue SingleOp; in LowerVSETCC() local
6834 SingleOp = Op0; in LowerVSETCC()
6840 SingleOp = Op1; in LowerVSETCC()
6844 if (SingleOp.getNode()) { in LowerVSETCC()
6845 Result = DAG.getNode(ARMISD::VCMPZ, dl, CmpVT, SingleOp, in LowerVSETCC()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38893 bool SingleOp = (Ops.size() == 1); in canonicalizeShuffleMaskWithHorizOp() local
38895 shouldUseHorizontalOp(SingleOp, DAG, Subtarget)) { in canonicalizeShuffleMaskWithHorizOp()
38900 if (SingleOp) { in canonicalizeShuffleMaskWithHorizOp()