Home
last modified time | relevance | path

Searched refs:SplitCond (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp114 MachineInstr *SplitCond; member
122 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
125 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
197 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
659 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
666 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp114 MachineInstr *SplitCond; member
122 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
125 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
197 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
659 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
666 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond; member
118 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
222 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
685 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp109 MachineInstr *SplitCond; member
117 if (!OrigBranch || !SplitBefore || !SplitCond) in allInstrsInSameMBB()
120 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB) in allInstrsInSameMBB()
221 .addReg(BSI.SplitCond->getOperand(0).getReg()) in splitMBB()
683 MachineInstr *SplitCond = in splitBlockOnBinaryCROp() local
690 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp110 MachineInstr *SplitCond;
118 if (!OrigBranch || !SplitBefore || !SplitCond)
121 if (SplitBefore->getParent() != MBB || SplitCond->getParent() != MBB)
222 .addReg(BSI.SplitCond->getOperand(0).getReg())
685 MachineInstr *SplitCond =
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch,
/dports/misc/py-xgboost/xgboost-1.5.1/src/predictor/
H A Dpredict_fn.h25 return node.LeftChild() + !(fvalue < node.SplitCond()); in GetNextNode()
/dports/misc/xgboost/xgboost-1.5.1/src/predictor/
H A Dpredict_fn.h25 return node.LeftChild() + !(fvalue < node.SplitCond()); in GetNextNode()
/dports/misc/py-xgboost/xgboost-1.5.1/src/tree/
H A Dupdater_basemaker-inl.h129 if (ins.fvalue < n.SplitCond()) { in NextLevel()
269 if (fvalue < tree[pid].SplitCond()) { in CorrectNonDefaultPositionByBatch()
322 if (fvalue < tree[nid].SplitCond()) { in SetNonDefaultPositionCol()
H A Dtree_model.cc290 auto cond = tree[nid].SplitCond(); in Integer()
302 auto cond = tree[nid].SplitCond(); in Quantitive()
307 auto cond = tree[nid].SplitCond(); in PlainNode()
445 auto cond = tree[nid].SplitCond(); in Integer()
463 bst_float cond = tree[nid].SplitCond(); in Quantitive()
468 auto cond = tree[nid].SplitCond(); in PlainNode()
643 auto cond = tree[nid].SplitCond(); in PlainNode()
1110 conds[i] = n.SplitCond(); in SaveModel()
/dports/misc/xgboost/xgboost-1.5.1/src/tree/
H A Dupdater_basemaker-inl.h129 if (ins.fvalue < n.SplitCond()) { in NextLevel()
269 if (fvalue < tree[pid].SplitCond()) { in CorrectNonDefaultPositionByBatch()
322 if (fvalue < tree[nid].SplitCond()) { in SetNonDefaultPositionCol()
H A Dtree_model.cc290 auto cond = tree[nid].SplitCond(); in Integer()
302 auto cond = tree[nid].SplitCond(); in Quantitive()
307 auto cond = tree[nid].SplitCond(); in PlainNode()
445 auto cond = tree[nid].SplitCond(); in Integer()
463 bst_float cond = tree[nid].SplitCond(); in Quantitive()
468 auto cond = tree[nid].SplitCond(); in PlainNode()
643 auto cond = tree[nid].SplitCond(); in PlainNode()
1110 conds[i] = n.SplitCond(); in SaveModel()
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/tree/
H A Dtest_tree_model.cc86 EXPECT_EQ(tree[0].SplitCond(), 0.5f); in TEST()
122 ASSERT_TRUE(std::isnan(tree[0].SplitCond())); in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/tree/
H A Dtest_tree_model.cc86 EXPECT_EQ(tree[0].SplitCond(), 0.5f); in TEST()
122 ASSERT_TRUE(std::isnan(tree[0].SplitCond())); in TEST()

12