Home
last modified time | relevance | path

Searched refs:FPMO (Results 1 – 25 of 141) sorted by relevance

123456

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp63 if (auto *FPMO = dyn_cast<FPMathOperator>(&I)) in IntrinsicCostAttributes() local
64 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
71 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
72 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
84 if (auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
85 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
99 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
100 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DTargetTransformInfo.cpp63 if (auto *FPMO = dyn_cast<FPMathOperator>(&I)) in IntrinsicCostAttributes() local
64 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
71 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
72 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
84 if (auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
85 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
99 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
100 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp63 if (auto *FPMO = dyn_cast<FPMathOperator>(&I)) in IntrinsicCostAttributes() local
64 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
71 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
72 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
85 if (auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
86 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
100 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
101 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp63 if (auto *FPMO = dyn_cast<FPMathOperator>(&I)) in IntrinsicCostAttributes() local
64 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
71 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
72 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
86 if (auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
87 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
101 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
102 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp63 if (auto *FPMO = dyn_cast<FPMathOperator>(&I)) in IntrinsicCostAttributes() local
64 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
71 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
72 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
86 if (auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
87 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
101 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
102 FMF = FPMO->getFastMathFlags(); in IntrinsicCostAttributes()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h382 void copyFMF(const FPMathOperator &FPMO) {
383 setNoNaNs(FPMO.hasNoNaNs());
384 setNoInfs(FPMO.hasNoInfs());
385 setNoSignedZeros(FPMO.hasNoSignedZeros());
386 setAllowReciprocal(FPMO.hasAllowReciprocal());
387 setAllowContract(FPMO.hasAllowContract());
388 setApproximateFuncs(FPMO.hasApproxFunc());
389 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h382 void copyFMF(const FPMathOperator &FPMO) {
383 setNoNaNs(FPMO.hasNoNaNs());
384 setNoInfs(FPMO.hasNoInfs());
385 setNoSignedZeros(FPMO.hasNoSignedZeros());
386 setAllowReciprocal(FPMO.hasAllowReciprocal());
387 setAllowContract(FPMO.hasAllowContract());
388 setApproximateFuncs(FPMO.hasApproxFunc());
389 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DPatternMatch.h812 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
813 if (!FPMO) return false; in match()
815 if (FPMO->getOpcode() == Instruction::FNeg) in match()
816 return X.match(FPMO->getOperand(0)); in match()
818 if (FPMO->getOpcode() == Instruction::FSub) { in match()
819 if (FPMO->hasNoSignedZeros()) { in match()
821 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()
825 if (!cstfp_pred_ty<is_neg_zero_fp>().match(FPMO->getOperand(0))) in match()
829 return X.match(FPMO->getOperand(1)); in match()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h812 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
813 if (!FPMO) return false; in match()
815 if (FPMO->getOpcode() == Instruction::FNeg) in match()
816 return X.match(FPMO->getOperand(0)); in match()
818 if (FPMO->getOpcode() == Instruction::FSub) { in match()
819 if (FPMO->hasNoSignedZeros()) { in match()
821 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()
825 if (!cstfp_pred_ty<is_neg_zero_fp>().match(FPMO->getOperand(0))) in match()
829 return X.match(FPMO->getOperand(1)); in match()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h812 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
813 if (!FPMO) return false; in match()
815 if (FPMO->getOpcode() == Instruction::FNeg) in match()
816 return X.match(FPMO->getOperand(0)); in match()
818 if (FPMO->getOpcode() == Instruction::FSub) { in match()
819 if (FPMO->hasNoSignedZeros()) { in match()
821 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()
825 if (!cstfp_pred_ty<is_neg_zero_fp>().match(FPMO->getOperand(0))) in match()
829 return X.match(FPMO->getOperand(1)); in match()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DPatternMatch.h709 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
710 if (!FPMO) return false; in match()
712 if (FPMO->getOpcode() == Instruction::FNeg) in match()
713 return X.match(FPMO->getOperand(0)); in match()
715 if (FPMO->getOpcode() == Instruction::FSub) { in match()
716 if (FPMO->hasNoSignedZeros()) { in match()
718 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()
722 if (!cstfp_pred_ty<is_neg_zero_fp>().match(FPMO->getOperand(0))) in match()
726 return X.match(FPMO->getOperand(1)); in match()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h387 void copyFMF(const FPMathOperator &FPMO) {
388 setNoNaNs(FPMO.hasNoNaNs());
389 setNoInfs(FPMO.hasNoInfs());
390 setNoSignedZeros(FPMO.hasNoSignedZeros());
391 setAllowReciprocal(FPMO.hasAllowReciprocal());
392 setAllowContract(FPMO.hasAllowContract());
393 setApproximateFuncs(FPMO.hasApproxFunc());
394 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h400 void copyFMF(const FPMathOperator &FPMO) {
401 setNoNaNs(FPMO.hasNoNaNs());
402 setNoInfs(FPMO.hasNoInfs());
403 setNoSignedZeros(FPMO.hasNoSignedZeros());
404 setAllowReciprocal(FPMO.hasAllowReciprocal());
405 setAllowContract(FPMO.hasAllowContract());
406 setApproximateFuncs(FPMO.hasApproxFunc());
407 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h393 void copyFMF(const FPMathOperator &FPMO) {
394 setNoNaNs(FPMO.hasNoNaNs());
395 setNoInfs(FPMO.hasNoInfs());
396 setNoSignedZeros(FPMO.hasNoSignedZeros());
397 setAllowReciprocal(FPMO.hasAllowReciprocal());
398 setAllowContract(FPMO.hasAllowContract());
399 setApproximateFuncs(FPMO.hasApproxFunc());
400 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h393 void copyFMF(const FPMathOperator &FPMO) {
394 setNoNaNs(FPMO.hasNoNaNs());
395 setNoInfs(FPMO.hasNoInfs());
396 setNoSignedZeros(FPMO.hasNoSignedZeros());
397 setAllowReciprocal(FPMO.hasAllowReciprocal());
398 setAllowContract(FPMO.hasAllowContract());
399 setApproximateFuncs(FPMO.hasApproxFunc());
400 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h400 void copyFMF(const FPMathOperator &FPMO) {
401 setNoNaNs(FPMO.hasNoNaNs());
402 setNoInfs(FPMO.hasNoInfs());
403 setNoSignedZeros(FPMO.hasNoSignedZeros());
404 setAllowReciprocal(FPMO.hasAllowReciprocal());
405 setAllowContract(FPMO.hasAllowContract());
406 setApproximateFuncs(FPMO.hasApproxFunc());
407 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h393 void copyFMF(const FPMathOperator &FPMO) {
394 setNoNaNs(FPMO.hasNoNaNs());
395 setNoInfs(FPMO.hasNoInfs());
396 setNoSignedZeros(FPMO.hasNoSignedZeros());
397 setAllowReciprocal(FPMO.hasAllowReciprocal());
398 setAllowContract(FPMO.hasAllowContract());
399 setApproximateFuncs(FPMO.hasApproxFunc());
400 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h393 void copyFMF(const FPMathOperator &FPMO) {
394 setNoNaNs(FPMO.hasNoNaNs());
395 setNoInfs(FPMO.hasNoInfs());
396 setNoSignedZeros(FPMO.hasNoSignedZeros());
397 setAllowReciprocal(FPMO.hasAllowReciprocal());
398 setAllowContract(FPMO.hasAllowContract());
399 setApproximateFuncs(FPMO.hasApproxFunc());
400 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h400 void copyFMF(const FPMathOperator &FPMO) {
401 setNoNaNs(FPMO.hasNoNaNs());
402 setNoInfs(FPMO.hasNoInfs());
403 setNoSignedZeros(FPMO.hasNoSignedZeros());
404 setAllowReciprocal(FPMO.hasAllowReciprocal());
405 setAllowContract(FPMO.hasAllowContract());
406 setApproximateFuncs(FPMO.hasApproxFunc());
407 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h400 void copyFMF(const FPMathOperator &FPMO) {
401 setNoNaNs(FPMO.hasNoNaNs());
402 setNoInfs(FPMO.hasNoInfs());
403 setNoSignedZeros(FPMO.hasNoSignedZeros());
404 setAllowReciprocal(FPMO.hasAllowReciprocal());
405 setAllowContract(FPMO.hasAllowContract());
406 setApproximateFuncs(FPMO.hasApproxFunc());
407 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h393 void copyFMF(const FPMathOperator &FPMO) {
394 setNoNaNs(FPMO.hasNoNaNs());
395 setNoInfs(FPMO.hasNoInfs());
396 setNoSignedZeros(FPMO.hasNoSignedZeros());
397 setAllowReciprocal(FPMO.hasAllowReciprocal());
398 setAllowContract(FPMO.hasAllowContract());
399 setApproximateFuncs(FPMO.hasApproxFunc());
400 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h400 void copyFMF(const FPMathOperator &FPMO) {
401 setNoNaNs(FPMO.hasNoNaNs());
402 setNoInfs(FPMO.hasNoInfs());
403 setNoSignedZeros(FPMO.hasNoSignedZeros());
404 setAllowReciprocal(FPMO.hasAllowReciprocal());
405 setAllowContract(FPMO.hasAllowContract());
406 setApproximateFuncs(FPMO.hasApproxFunc());
407 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h388 void copyFMF(const FPMathOperator &FPMO) {
389 setNoNaNs(FPMO.hasNoNaNs());
390 setNoInfs(FPMO.hasNoInfs());
391 setNoSignedZeros(FPMO.hasNoSignedZeros());
392 setAllowReciprocal(FPMO.hasAllowReciprocal());
393 setAllowContract(FPMO.hasAllowContract());
394 setApproximateFuncs(FPMO.hasApproxFunc());
395 setAllowReassociation(FPMO.hasAllowReassoc());
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DPatternMatch.h868 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
869 if (!FPMO) return false; in match()
871 if (FPMO->getOpcode() == Instruction::FNeg) in match()
872 return X.match(FPMO->getOperand(0)); in match()
874 if (FPMO->getOpcode() == Instruction::FSub) { in match()
875 if (FPMO->hasNoSignedZeros()) { in match()
877 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()
881 if (!cstfp_pred_ty<is_neg_zero_fp>().match(FPMO->getOperand(0))) in match()
885 return X.match(FPMO->getOperand(1)); in match()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DPatternMatch.h868 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
869 if (!FPMO) return false; in match()
871 if (FPMO->getOpcode() == Instruction::FNeg) in match()
872 return X.match(FPMO->getOperand(0)); in match()
874 if (FPMO->getOpcode() == Instruction::FSub) { in match()
875 if (FPMO->hasNoSignedZeros()) { in match()
877 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()
881 if (!cstfp_pred_ty<is_neg_zero_fp>().match(FPMO->getOperand(0))) in match()
885 return X.match(FPMO->getOperand(1)); in match()

123456