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

  /external/llvm/lib/Target/PTX/
PTXInstrInfo.h 67 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
PTXInstrInfo.cpp 139 SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 546 /// SubsumesPredicate - Returns true if the first specified predicate
549 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 88 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
ARMBaseInstrInfo.cpp 465 SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 717 if (BBI.Predicate.size() && !TII->SubsumesPredicate(BBI.Predicate, Pred))
732 !TII->SubsumesPredicate(Cond, RevPred))
    [all...]

Completed in 179 milliseconds