Home
last modified time | relevance | path

Searched defs:isPredicable (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h338 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp744 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
H A DHexagonInstrInfo.cpp1756 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const { isPredicable() function in HexagonInstrInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp850 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { isPredicable() function in R600InstrInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp690 bool SystemZInstrInfo::isPredicable(const MachineInstr &MI) const { isPredicable() function in SystemZInstrInfo
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1621 virtual bool isPredicable(const MachineInstr &MI) const { isPredicable() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp724 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { isPredicable() function in ARMBaseInstrInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6882 bool isPredicable = CDEConvertDualRegOperand() local