/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 790 BasicBlock *Pred1 = nullptr; in GetIfCondition() local 796 Pred1 = SomePHI->getIncomingBlock(0); in GetIfCondition() 802 Pred1 = *PI++; in GetIfCondition() 812 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator()); in GetIfCondition() 827 std::swap(Pred1, Pred2); in GetIfCondition() 842 IfTrue = Pred1; in GetIfCondition() 847 IfFalse = Pred1; in GetIfCondition() 860 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() 869 if (BI->getSuccessor(0) == Pred1) { in GetIfCondition() 870 IfTrue = Pred1; in GetIfCondition() [all …]
|
D | SimplifyCFG.cpp | 1236 BasicBlock *Pred1 = *PI++; in SinkThenElseCodeToEnd() local 1239 BasicBlock *BB2 = (Pred0 == BB1) ? Pred1 : Pred0; in SinkThenElseCodeToEnd()
|
/external/llvm/test/TableGen/ |
D | AsmPredicateCondsEmission.td | 15 def Pred1 : Predicate<"Condition1">; 28 let Predicates = [Pred1, Pred2];
|
/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 517 BasicBlock *Pred1 = *PI; in mergeStores() local 520 if (Pred0 == Pred1) in mergeStores() 526 int Size1 = Pred1->size(); in mergeStores() 545 if (StoreInst *S1 = canSinkFromBlock(Pred1, S0)) { in mergeStores()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.h | 97 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
|
D | AMDGPUInstrInfo.h | 117 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
|
D | AMDGPUInstrInfo.cpp | 214 AMDGPUInstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() argument
|
D | R600InstrInfo.cpp | 447 R600InstrInfo::SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1, in SubsumesPredicate() argument
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1508 ICmpInst::Predicate Pred0, Pred1; in SimplifyAndOfICmps() local 1519 if (!match(Op1, m_ICmp(Pred1, m_Specific(V), m_Specific(CI1)))) in SimplifyAndOfICmps() 1533 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_SGT) in SimplifyAndOfICmps() 1535 if (Pred0 == ICmpInst::ICMP_SLT && Pred1 == ICmpInst::ICMP_SGT && isNSW) in SimplifyAndOfICmps() 1539 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_SGT) in SimplifyAndOfICmps() 1541 if (Pred0 == ICmpInst::ICMP_SLE && Pred1 == ICmpInst::ICMP_SGT && isNSW) in SimplifyAndOfICmps() 1547 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps() 1550 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps() 1667 ICmpInst::Predicate Pred0, Pred1; in SimplifyOrOfICmps() local 1678 if (!match(Op1, m_ICmp(Pred1, m_Specific(V), m_Specific(CI1)))) in SimplifyOrOfICmps() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstrInfo.h | 126 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
|
D | R600InstrInfo.h | 193 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
|
D | AMDGPUInstrInfo.cpp | 233 bool AMDGPUInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() argument
|
D | R600InstrInfo.cpp | 997 R600InstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() argument
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 240 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
|
D | PPCInstrInfo.cpp | 1393 bool PPCInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() argument 1395 assert(Pred1.size() == 2 && "Invalid PPC first predicate"); in SubsumesPredicate() 1398 if (Pred1[1].getReg() == PPC::CTR8 || Pred1[1].getReg() == PPC::CTR) in SubsumesPredicate() 1404 if (Pred1[1].getReg() != Pred2[1].getReg()) in SubsumesPredicate() 1407 PPC::Predicate P1 = (PPC::Predicate) Pred1[0].getImm(); in SubsumesPredicate()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 195 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
|
D | HexagonInstrInfo.cpp | 1096 bool HexagonInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() argument
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 149 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
|
D | ARMBaseInstrInfo.cpp | 478 bool ARMBaseInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() argument 480 if (Pred1.size() > 2 || Pred2.size() > 2) in SubsumesPredicate() 483 ARMCC::CondCodes CC1 = (ARMCC::CondCodes)Pred1[0].getImm(); in SubsumesPredicate()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 1032 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() argument
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 843 ICmpInst::Predicate Pred1 = (Inverted ? Cmp1->getInversePredicate() : in simplifyRangeCheck() local 854 Pred1 = ICmpInst::getSwappedPredicate(Pred1); in simplifyRangeCheck() 861 switch (Pred1) { in simplifyRangeCheck()
|