Home
last modified time | relevance | path

Searched refs:NanPred (Results 1 – 15 of 15) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1313 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1315 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1322 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1326 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1428 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1430 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1437 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1441 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1428 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1430 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1437 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1441 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1428 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1430 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1437 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1441 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1474 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1476 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1483 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1487 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1475 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1477 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1484 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1488 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1461 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1463 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1470 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1474 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1500 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1502 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1509 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1513 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1500 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1502 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1509 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1513 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1416 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1418 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1425 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1429 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1500 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1502 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1509 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1513 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1500 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1502 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1509 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1513 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1500 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1502 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1509 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1513 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1416 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1418 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1425 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1429 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1500 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() local
1502 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred || in reassociateFCmps()
1509 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()
1513 Pred != NanPred || X->getType() != Y->getType()) in reassociateFCmps()