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

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXInstrInfo.h 67 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
PTXInstrInfo.cpp 139 SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 194 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
R600InstrInfo.cpp 985 R600InstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 239 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
PPCInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 215 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
HexagonInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 546 /// SubsumesPredicate - Returns true if the first specified predicate
549 bool SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
    [all...]
  /external/swiftshader/third_party/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/Target/ARM/
ARMBaseInstrInfo.h 147 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
ARMBaseInstrInfo.cpp 494 bool ARMBaseInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 776 if (BBI.Predicate.size() && !TII->SubsumesPredicate(Pred, BBI.Predicate))
791 !TII->SubsumesPredicate(Cond, RevPred))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 717 if (BBI.Predicate.size() && !TII->SubsumesPredicate(BBI.Predicate, Pred))
732 !TII->SubsumesPredicate(Cond, RevPred))
    [all...]

Completed in 887 milliseconds