Home
last modified time | relevance | path

Searched refs:CondI (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp961 auto *CondI = in processNode() local
963 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()
966 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1004 if (auto *CondI = in processNode() local
1006 if (SimpleValue::canHandle(CondI)) { in processNode()
1008 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1024 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
DLoopInterchange.cpp1288 Instruction *CondI = dyn_cast<Instruction>( in transform() local
1291 if (CondI) in transform()
1292 WorkList.insert(CondI); in transform()
DSimpleLoopUnswitch.cpp2591 Instruction &CondI = *cast<Instruction>(BI->getCondition()); in unswitchBestCondition() local
2592 if (CondI.getOpcode() != Instruction::And && in unswitchBestCondition()
2593 CondI.getOpcode() != Instruction::Or) in unswitchBestCondition()
2597 collectHomogenousInstGraphLoopInvariants(L, CondI, LI); in unswitchBestCondition()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp1218 auto *CondI = in processNode() local
1220 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()
1223 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1261 if (auto *CondI = in processNode() local
1263 if (SimpleValue::canHandle(CondI)) { in processNode()
1265 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1282 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
DLoopInterchange.cpp1290 Instruction *CondI = dyn_cast<Instruction>( in transform() local
1293 if (CondI) in transform()
1294 WorkList.insert(CondI); in transform()
DSimpleLoopUnswitch.cpp2650 Instruction &CondI = *cast<Instruction>(BI->getCondition()); in unswitchBestCondition() local
2651 if (CondI.getOpcode() != Instruction::And && in unswitchBestCondition()
2652 CondI.getOpcode() != Instruction::Or) in unswitchBestCondition()
2656 collectHomogenousInstGraphLoopInvariants(L, CondI, LI); in unswitchBestCondition()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp566 if (auto *CondI = in processNode() local
570 if (SimpleValue::canHandle(CondI)) in processNode()
571 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp651 MachineInstr *CondI = MRI->getVRegDef(PredReg); in getLoopTripCount() local
652 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount()
657 TII->analyzeCompare(*CondI, CmpReg1, CmpReg2, Mask, ImmValue); in getLoopTripCount()
663 OldInsts.push_back(CondI); in getLoopTripCount()
673 const MachineOperand &Op1 = CondI->getOperand(1); in getLoopTripCount()
674 const MachineOperand &Op2 = CondI->getOperand(2); in getLoopTripCount()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp618 MachineInstr *CondI = MRI->getVRegDef(PredReg); in getLoopTripCount() local
619 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount()
624 TII->analyzeCompare(*CondI, CmpReg1, CmpReg2, Mask, ImmValue); in getLoopTripCount()
630 OldInsts.push_back(CondI); in getLoopTripCount()
640 const MachineOperand &Op1 = CondI->getOperand(1); in getLoopTripCount()
641 const MachineOperand &Op2 = CondI->getOperand(2); in getLoopTripCount()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp651 MachineInstr *CondI = MRI->getVRegDef(PredReg); in getLoopTripCount() local
652 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount()
657 TII->analyzeCompare(*CondI, CmpReg1, CmpReg2, Mask, ImmValue); in getLoopTripCount()
663 OldInsts.push_back(CondI); in getLoopTripCount()
673 const MachineOperand &Op1 = CondI->getOperand(1); in getLoopTripCount()
674 const MachineOperand &Op2 = CondI->getOperand(2); in getLoopTripCount()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1859 if (IntInit *CondI = dyn_cast_or_null<IntInit>( in Fold() local
1861 if (CondI->getValue()) in Fold()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp1945 if (IntInit *CondI = dyn_cast_or_null<IntInit>( in Fold() local
1947 if (CondI->getValue()) in Fold()