Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp791 BasicBlock *Pred2 = nullptr; in GetIfCondition() local
797 Pred2 = SomePHI->getIncomingBlock(1); in GetIfCondition()
805 Pred2 = *PI++; in GetIfCondition()
813 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator()); in GetIfCondition()
827 std::swap(Pred1, Pred2); in GetIfCondition()
835 if (!Pred2->getSinglePredecessor()) in GetIfCondition()
841 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()
843 IfFalse = Pred2; in GetIfCondition()
844 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()
846 IfTrue = Pred2; in GetIfCondition()
[all …]
/external/llvm/test/TableGen/
DAsmPredicateCondsEmission.td16 def Pred2 : Predicate<"Condition2">,
28 let Predicates = [Pred1, Pred2];
/external/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.h98 const SmallVectorImpl<MachineOperand> &Pred2) const;
DAMDGPUInstrInfo.h118 const SmallVectorImpl<MachineOperand> &Pred2) const;
DAMDGPUInstrInfo.cpp215 const SmallVectorImpl<MachineOperand> &Pred2) in SubsumesPredicate()
DR600InstrInfo.cpp448 const SmallVectorImpl<MachineOperand> &Pred2) const in SubsumesPredicate()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.h127 ArrayRef<MachineOperand> Pred2) const override;
DR600InstrInfo.h194 ArrayRef<MachineOperand> Pred2) const override;
DAMDGPUInstrInfo.cpp234 ArrayRef<MachineOperand> Pred2) const { in SubsumesPredicate()
DR600InstrInfo.cpp998 ArrayRef<MachineOperand> Pred2) const { in SubsumesPredicate()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h241 ArrayRef<MachineOperand> Pred2) const override;
DPPCInstrInfo.cpp1394 ArrayRef<MachineOperand> Pred2) const { in SubsumesPredicate()
1396 assert(Pred2.size() == 2 && "Invalid PPC second predicate"); in SubsumesPredicate()
1400 if (Pred2[1].getReg() == PPC::CTR8 || Pred2[1].getReg() == PPC::CTR) in SubsumesPredicate()
1404 if (Pred1[1].getReg() != Pred2[1].getReg()) in SubsumesPredicate()
1408 PPC::Predicate P2 = (PPC::Predicate) Pred2[0].getImm(); in SubsumesPredicate()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h196 ArrayRef<MachineOperand> Pred2) const override;
DHexagonInstrInfo.cpp1097 ArrayRef<MachineOperand> Pred2) const { in SubsumesPredicate()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h150 ArrayRef<MachineOperand> Pred2) const override;
DARMBaseInstrInfo.cpp479 ArrayRef<MachineOperand> Pred2) const { in SubsumesPredicate()
480 if (Pred1.size() > 2 || Pred2.size() > 2) in SubsumesPredicate()
484 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm(); in SubsumesPredicate()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1033 ArrayRef<MachineOperand> Pred2) const { in SubsumesPredicate() argument