Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h235 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
H A DHexagonInstrInfo.cpp1636 bool HexagonInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() function in HexagonInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h518 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
H A DPPCInstrInfo.cpp2277 bool PPCInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() function in PPCInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h175 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
H A DARMBaseInstrInfo.cpp606 bool ARMBaseInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() function in ARMBaseInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1463 virtual bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1, in SubsumesPredicate() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1187 if (BBI.Predicate.size() && !TII->SubsumesPredicate(Pred, BBI.Predicate)) in FeasibilityAnalysis()
1202 !TII->SubsumesPredicate(Cond, RevPred)) in FeasibilityAnalysis()