Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp685 BasicBlock *Pred2 = NULL; in GetIfCondition() local
691 Pred2 = SomePHI->getIncomingBlock(1); in GetIfCondition()
699 Pred2 = *PI++; in GetIfCondition()
707 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator()); in GetIfCondition()
721 std::swap(Pred1, Pred2); in GetIfCondition()
729 if (Pred2->getSinglePredecessor() == 0) in GetIfCondition()
735 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()
737 IfFalse = Pred2; in GetIfCondition()
738 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()
740 IfTrue = Pred2; in GetIfCondition()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h196 const SmallVectorImpl<MachineOperand> &Pred2) const;
DPPCInstrInfo.cpp986 const SmallVectorImpl<MachineOperand> &Pred2) const { in SubsumesPredicate()
988 assert(Pred2.size() == 2 && "Invalid PPC second predicate"); in SubsumesPredicate()
992 if (Pred2[1].getReg() == PPC::CTR8 || Pred2[1].getReg() == PPC::CTR) in SubsumesPredicate()
996 if (Pred1[1].getReg() != Pred2[1].getReg()) in SubsumesPredicate()
1000 PPC::Predicate P2 = (PPC::Predicate) Pred2[0].getImm(); in SubsumesPredicate()
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h131 const SmallVectorImpl<MachineOperand> &Pred2) const;
DR600InstrInfo.h183 const SmallVectorImpl<MachineOperand> &Pred2) const;
DAMDGPUInstrInfo.cpp248 const SmallVectorImpl<MachineOperand> &Pred2) in SubsumesPredicate()
DR600InstrInfo.cpp1015 const SmallVectorImpl<MachineOperand> &Pred2) const { in SubsumesPredicate()
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h143 const SmallVectorImpl<MachineOperand> &Pred2) const;
DHexagonInstrInfo.cpp1052 const SmallVectorImpl<MachineOperand> &Pred2) const { in SubsumesPredicate()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h89 const SmallVectorImpl<MachineOperand> &Pred2) const;
DARMBaseInstrInfo.cpp477 const SmallVectorImpl<MachineOperand> &Pred2) const { in SubsumesPredicate()
478 if (Pred1.size() > 2 || Pred2.size() > 2) in SubsumesPredicate()
482 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm(); in SubsumesPredicate()
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetInstrInfo.h690 const SmallVectorImpl<MachineOperand> &Pred2) const { in SubsumesPredicate() argument