Searched defs:isPredicable (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h151 bool isPredicable; member in class:llvm::CGIOperandList
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h336 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } function in class:llvm::MCInstrDesc
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1342 virtual bool isPredicable(const MachineInstr &MI) const { function in class:llvm::TargetInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp722 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { function in class:HexagonExpandCondsets
H A DHexagonInstrInfo.cpp1646 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const { function in class:HexagonInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp672 bool SystemZInstrInfo::isPredicable(const MachineInstr &MI) const { function in class:SystemZInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp654 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { function in class:ARMBaseInstrInfo

Completed in 209 milliseconds