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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 311 typedef GT_HiT<Traits> Pred2 ;
313 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> Normal ;
324 typedef GT_HiT <Traits> Pred2 ;
326 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> ChoiceA ;
375 typedef GE_SuccHiT <Traits> Pred2 ;
381 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> ToZero ;
384 typedef generic_range_checker<Traits,Pred6,Pred2,OverflowHandler> ToNegInf ;
397 typedef GT_HiT<Traits> Pred2 ;
399 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> Normal ;
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 745 BasicBlock *Pred2 = nullptr;
751 Pred2 = SomePHI->getIncomingBlock(1);
759 Pred2 = *PI++;
767 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator());
781 std::swap(Pred1, Pred2);
786 // The only thing we have to watch out for here is to make sure that Pred2
789 if (!Pred2->getSinglePredecessor())
795 Pred1Br->getSuccessor(1) == Pred2) {
797 IfFalse = Pred2;
798 } else if (Pred1Br->getSuccessor(0) == Pred2 &
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.h 98 const SmallVectorImpl<MachineOperand> &Pred2) const;
AMDGPUInstrInfo.cpp 215 const SmallVectorImpl<MachineOperand> &Pred2)
AMDGPUInstrInfo.h 118 const SmallVectorImpl<MachineOperand> &Pred2) const;
R600InstrInfo.cpp 448 const SmallVectorImpl<MachineOperand> &Pred2) const
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.h 98 const SmallVectorImpl<MachineOperand> &Pred2) const;
AMDGPUInstrInfo.cpp 215 const SmallVectorImpl<MachineOperand> &Pred2)
AMDGPUInstrInfo.h 118 const SmallVectorImpl<MachineOperand> &Pred2) const;
R600InstrInfo.cpp 448 const SmallVectorImpl<MachineOperand> &Pred2) const
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 133 const SmallVectorImpl<MachineOperand> &Pred2) const override;
AMDGPUInstrInfo.cpp 246 const SmallVectorImpl<MachineOperand> &Pred2)
R600InstrInfo.h 193 const SmallVectorImpl<MachineOperand> &Pred2) const override;
R600InstrInfo.cpp 1008 const SmallVectorImpl<MachineOperand> &Pred2) const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 143 const SmallVectorImpl<MachineOperand> &Pred2) const override;
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 208 const SmallVectorImpl<MachineOperand> &Pred2) const override;
PPCInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 87 const SmallVectorImpl<MachineOperand> &Pred2) const override;
ARMBaseInstrInfo.cpp 481 const SmallVectorImpl<MachineOperand> &Pred2) const {
482 if (Pred1.size() > 2 || Pred2.size() > 2)
486 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm();
    [all...]

Completed in 495 milliseconds