Searched refs:ClobbersPredicate (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.h | 196 bool ClobbersPredicate(MachineInstr &MI, std::vector<MachineOperand> &Pred,
|
H A D | R600InstrInfo.cpp | 937 bool R600InstrInfo::ClobbersPredicate(MachineInstr &MI, in ClobbersPredicate() function in R600InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.h | 242 bool ClobbersPredicate(MachineInstr &MI, std::vector<MachineOperand> &Pred,
|
H A D | HexagonInstrInfo.cpp | 1730 bool HexagonInstrInfo::ClobbersPredicate(MachineInstr &MI, in ClobbersPredicate() function in HexagonInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 541 bool ClobbersPredicate(MachineInstr &MI, std::vector<MachineOperand> &Pred,
|
H A D | PPCInstrInfo.cpp | 2312 bool PPCInstrInfo::ClobbersPredicate(MachineInstr &MI, in ClobbersPredicate() function in PPCInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 182 bool ClobbersPredicate(MachineInstr &MI, std::vector<MachineOperand> &Pred,
|
H A D | ARMBaseInstrInfo.cpp | 662 bool ARMBaseInstrInfo::ClobbersPredicate(MachineInstr &MI, in ClobbersPredicate() function in ARMBaseInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 749 if (TII->ClobbersPredicate(*TIB, PredDefs, false)) in CountDuplicatedInstructions() 1144 if (TII->ClobbersPredicate(MI, PredDefs, true)) in ScanInstructions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1648 virtual bool ClobbersPredicate(MachineInstr &MI, in ClobbersPredicate() function
|