|
MLIR 24.0.0git
|
Holds the extracted comparison pattern information from an atomic compare region. More...
Public Attributes | |
| llvm::omp::OMPAtomicCompareOp | compareOp = llvm::omp::OMPAtomicCompareOp::EQ |
| llvm::Value * | eVal = nullptr |
| llvm::Value * | dVal = nullptr |
| bool | isXBinopExpr = false |
| bool | isSigned = false |
Holds the extracted comparison pattern information from an atomic compare region.
Definition at line 5995 of file OpenMPToLLVMIRTranslation.cpp.
| llvm::omp::OMPAtomicCompareOp AtomicComparePatternInfo::compareOp = llvm::omp::OMPAtomicCompareOp::EQ |
Definition at line 5996 of file OpenMPToLLVMIRTranslation.cpp.
Referenced by convertOmpAtomicCapture(), convertOmpAtomicCompare(), and extractAtomicComparePattern().
| llvm::Value* AtomicComparePatternInfo::dVal = nullptr |
Definition at line 5998 of file OpenMPToLLVMIRTranslation.cpp.
Referenced by convertOmpAtomicCapture(), convertOmpAtomicCompare(), and extractAtomicComparePattern().
| llvm::Value* AtomicComparePatternInfo::eVal = nullptr |
Definition at line 5997 of file OpenMPToLLVMIRTranslation.cpp.
Referenced by convertOmpAtomicCapture(), convertOmpAtomicCompare(), and extractAtomicComparePattern().
Definition at line 6000 of file OpenMPToLLVMIRTranslation.cpp.
Referenced by convertOmpAtomicCapture(), convertOmpAtomicCompare(), and extractAtomicComparePattern().
Definition at line 5999 of file OpenMPToLLVMIRTranslation.cpp.
Referenced by convertOmpAtomicCapture(), convertOmpAtomicCompare(), and extractAtomicComparePattern().