Home
last modified time | relevance | path

Searched refs:InvertCond (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp400 BranchProbability TProb, BranchProbability FProb, bool InvertCond) { in emitBranchForMergedCondition() argument
406 Condition = InvertCond ? IC->getInversePredicate() : IC->getPredicate(); in emitBranchForMergedCondition()
409 Condition = InvertCond ? FC->getInversePredicate() : FC->getPredicate(); in emitBranchForMergedCondition()
420 CmpInst::Predicate Pred = InvertCond ? CmpInst::ICMP_NE : CmpInst::ICMP_EQ; in emitBranchForMergedCondition()
437 BranchProbability FProb, bool InvertCond) { in findMergedConditions() argument
447 !InvertCond); in findMergedConditions()
465 if (InvertCond) { in findMergedConditions()
480 InvertCond); in findMergedConditions()
515 NewFalseProb, InvertCond); in findMergedConditions()
522 Probs[1], InvertCond); in findMergedConditions()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h366 BranchProbability FProb, bool InvertCond);
373 BranchProbability FProb, bool InvertCond);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h396 BranchProbability FProb, bool InvertCond);
402 bool InvertCond);
H A DSelectionDAGBuilder.cpp2402 bool InvertCond) { in EmitBranchForMergedCondition() argument
2417 InvertCond ? IC->getInversePredicate() : IC->getPredicate(); in EmitBranchForMergedCondition()
2422 InvertCond ? FC->getInversePredicate() : FC->getPredicate(); in EmitBranchForMergedCondition()
2436 ISD::CondCode Opc = InvertCond ? ISD::SETNE : ISD::SETEQ; in EmitBranchForMergedCondition()
2596 bool InvertCond) { in FindMergedConditions() argument
2603 !InvertCond); in FindMergedConditions()
2621 if (InvertCond) { in FindMergedConditions()
2636 TProb, FProb, InvertCond); in FindMergedConditions()
2671 NewFalseProb, InvertCond); in FindMergedConditions()
2678 Probs[1], InvertCond); in FindMergedConditions()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28870 bool InvertCond = false; in convertFixedMaskToScalableVector() local
28872 InvertCond = true; in convertFixedMaskToScalableVector()
28890 if (InvertCond) in convertFixedMaskToScalableVector()