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 682 BasicBlock *Pred2 = NULL;
688 Pred2 = SomePHI->getIncomingBlock(1);
696 Pred2 = *PI++;
704 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator());
718 std::swap(Pred1, Pred2);
723 // The only thing we have to watch out for here is to make sure that Pred2
726 if (Pred2->getSinglePredecessor() == 0)
732 Pred1Br->getSuccessor(1) == Pred2) {
734 IfFalse = Pred2;
735 } 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/PowerPC/
PPCInstrInfo.h 195 const SmallVectorImpl<MachineOperand> &Pred2) const;
PPCInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 195 const SmallVectorImpl<MachineOperand> &Pred2)
AMDGPUInstrInfo.h 120 const SmallVectorImpl<MachineOperand> &Pred2) const;
R600InstrInfo.h 172 const SmallVectorImpl<MachineOperand> &Pred2) const;
R600InstrInfo.cpp 930 const SmallVectorImpl<MachineOperand> &Pred2) const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 142 const SmallVectorImpl<MachineOperand> &Pred2) const;
HexagonInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 671 const SmallVectorImpl<MachineOperand> &Pred2) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 89 const SmallVectorImpl<MachineOperand> &Pred2) const;
ARMBaseInstrInfo.cpp 476 const SmallVectorImpl<MachineOperand> &Pred2) const {
477 if (Pred1.size() > 2 || Pred2.size() > 2)
481 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm();
    [all...]

Completed in 775 milliseconds