Home
last modified time | relevance | path

Searched refs:SubsumesPredicate (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h236 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
H A DHexagonInstrInfo.cpp1722 bool HexagonInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() function in HexagonInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h642 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
H A DPPCInstrInfo.cpp2290 bool PPCInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() function in PPCInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h174 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
H A DARMBaseInstrInfo.cpp635 bool ARMBaseInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() function in ARMBaseInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp1185 if (BBI.Predicate.size() && !TII->SubsumesPredicate(Pred, BBI.Predicate)) in FeasibilityAnalysis()
1200 !TII->SubsumesPredicate(Cond, RevPred)) in FeasibilityAnalysis()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1521 virtual bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() function