HomeSort by relevance Sort by last modified time
    Searched refs:Pred2 (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/PTX/
PTXInstrInfo.h 68 const SmallVectorImpl<MachineOperand> &Pred2) const;
PTXInstrInfo.cpp 140 const SmallVectorImpl<MachineOperand> &Pred2) const {
142 const MachineOperand &PredReg2 = Pred2[0];
147 const MachineOperand &PredOp2 = Pred2[1];
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 130 const SmallVectorImpl<MachineOperand> &Pred2) const;
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 89 const SmallVectorImpl<MachineOperand> &Pred2) const;
ARMBaseInstrInfo.cpp 479 const SmallVectorImpl<MachineOperand> &Pred2) const {
480 if (Pred1.size() > 2 || Pred2.size() > 2)
484 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm();
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 140 BasicBlock *Pred2 = SomePHI->getIncomingBlock(1);
145 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator());
159 std::swap(Pred1, Pred2);
164 // The only thing we have to watch out for here is to make sure that Pred2
167 if (Pred2->getSinglePredecessor() == 0)
173 Pred1Br->getSuccessor(1) == Pred2) {
175 IfFalse = Pred2;
176 } else if (Pred1Br->getSuccessor(0) == Pred2 &&
178 IfTrue = Pred2;
193 if (CommonPred == 0 || CommonPred != Pred2->getSinglePredecessor()
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 567 const SmallVectorImpl<MachineOperand> &Pred2) const {
    [all...]

Completed in 149 milliseconds