Home
last modified time | relevance | path

Searched refs:FMax (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h49 FMax, ///< FP max implemented in terms of select(cmp()). enumerator
229 return Kind == RecurKind::FMin || Kind == RecurKind::FMax; in isFPMinMaxRecurrenceKind()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp65 case AtomicRMWInst::FMax: in isSaturating()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp701 return InstDesc(Kind == RecurKind::FMax, I); in isMinMaxPattern()
705 return InstDesc(Kind == RecurKind::FMax, I); in isMinMaxPattern()
709 return InstDesc(Kind == RecurKind::FMax, I); in isMinMaxPattern()
899 if (AddReductionVar(Phi, RecurKind::FMax, TheLoop, FMF, RedDes, DB, AC, DT, in isReductionPHI()
1117 case RecurKind::FMax: in getRecurrenceIdentity()
1153 case RecurKind::FMax: in getOpcode()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp77 case AtomicRMWInst::FMax: in buildAtomicRMWValue()
H A DLoopUtils.cpp897 case RecurKind::FMax: in getMinMaxReductionPredicate()
1054 case RecurKind::FMax: in createSimpleTargetReduction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandReductions.cpp69 return RecurKind::FMax; in getRK()
H A DAtomicExpandPass.cpp836 case AtomicRMWInst::FMax: in performMaskedAtomicOp()
1705 case AtomicRMWInst::FMax: in GetRMWLibcall()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h275 case RecurKind::FMax: in isLegalToVectorizeReduction()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td686 def OpGroupFMax: OpGroup<"FMax", 269>;
753 def OpGroupNonUniformFMax: OpGroupNUGroup<"FMax", 358>;
H A DSPIRVInstructionSelector.cpp374 return selectExtInst(ResVReg, ResType, I, CL::fmax, GL::FMax); in spvSelect()
H A DSPIRVBuiltins.td386 defm : DemangledExtendedBuiltin<"FMax", GLSL_std_450, 40>;
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4375 case AtomicRMWInst::FMax: in emitRMWOpAsInstruction()
4656 : AtomicRMWInst::FMax; in createAtomicCompare()
4667 NewOp = Op == OMPAtomicCompareOp::MAX ? AtomicRMWInst::FMax in createAtomicCompare()
4687 case AtomicRMWInst::FMax: in createAtomicCompare()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h762 FMax,
820 case AtomicRMWInst::FMax:
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3558 case LLVMAtomicRMWBinOpFMax: return AtomicRMWInst::FMax; in mapFromLLVMRMWBinOp()
3580 case AtomicRMWInst::FMax: return LLVMAtomicRMWBinOpFMax; in mapToLLVMRMWBinOp()
H A DInstructions.cpp1801 case AtomicRMWInst::FMax: in getOperationName()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11884 if (Kind == RecurKind::FMax || Kind == RecurKind::FMin) { in isVectorizable()
11928 case RecurKind::FMax: in createOp()
12009 return RecurKind::FMax; in getRdxKind()
12919 case RecurKind::FMax: in getReductionCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp573 case AtomicRMWInst::FMax: in getEncodedRMWOperation()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2913 case RecurKind::FMax: in isLegalToVectorizeReduction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2949 case AtomicRMWInst::FMax: in translateAtomicRMW()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6104 : llvm::AtomicRMWInst::FMax; in emitOMPAtomicRMW()
6114 RMWOp = IsXLHSInRHSPart ? llvm::AtomicRMWInst::FMax in emitOMPAtomicRMW()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp605 case AtomicRMWInst::FMax: return bitc::RMW_FMAX; in getEncodedRMWOperation()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4945 case AtomicRMWInst::FMax: in shouldExpandAtomicRMWInIR()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1257 case bitc::RMW_FMAX: return AtomicRMWInst::FMax; in getDecodedRMWOperation()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp7754 Operation = AtomicRMWInst::FMax; in parseAtomicRMW()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4672 case AtomicRMWInst::FMax: NT = ISD::ATOMIC_LOAD_FMAX; break; in visitAtomicRMW()

12