Home
last modified time | relevance | path

Searched refs:FPMathOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h604 FPMathOp, enumerator
690 OpType = OperationType::FPMathOp; in VPIRFlags()
704 VPIRFlags(FastMathFlags FMFs) : OpType(OperationType::FPMathOp), FMFs(FMFs) {} in VPIRFlags()
743 case OperationType::FPMathOp: in dropPoisonGeneratingFlags()
776 case OperationType::FPMathOp: in applyFlags()
809 bool hasFastMathFlags() const { return OpType == OperationType::FPMathOp; } in hasFastMathFlags()
H A DVPlanRecipes.cpp397 assert(OpType == OperationType::FPMathOp && in getFastMathFlags()
1781 case OperationType::FPMathOp: in flagsValidForOpcode()
1827 case OperationType::FPMathOp: in printFlags()