Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h152 bool isPredicable; variable
256 bool isPredicable : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h329 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp723 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
H A DHexagonInstrInfo.cpp1670 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in HexagonInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp673 bool SystemZInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in SystemZInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp854 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in R600InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1471 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp696 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6982 bool isPredicable = in CDEConvertDualRegOperand() local