Home
last modified time | relevance | path

Searched refs:ClobbersPredicate (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h196 bool ClobbersPredicate(MachineInstr &MI, std::vector<MachineOperand> &Pred,
H A DR600InstrInfo.cpp937 bool R600InstrInfo::ClobbersPredicate(MachineInstr &MI, in ClobbersPredicate() function in R600InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h242 bool ClobbersPredicate(MachineInstr &MI, std::vector<MachineOperand> &Pred,
H A DHexagonInstrInfo.cpp1730 bool HexagonInstrInfo::ClobbersPredicate(MachineInstr &MI, in ClobbersPredicate() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h541 bool ClobbersPredicate(MachineInstr &MI, std::vector<MachineOperand> &Pred,
H A DPPCInstrInfo.cpp2312 bool PPCInstrInfo::ClobbersPredicate(MachineInstr &MI, in ClobbersPredicate() function in PPCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h182 bool ClobbersPredicate(MachineInstr &MI, std::vector<MachineOperand> &Pred,
H A DARMBaseInstrInfo.cpp662 bool ARMBaseInstrInfo::ClobbersPredicate(MachineInstr &MI, in ClobbersPredicate() function in ARMBaseInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp749 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 DTargetInstrInfo.h1648 virtual bool ClobbersPredicate(MachineInstr &MI, in ClobbersPredicate() function