Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h140 bool isPredicable; variable
238 bool isPredicable : 1; variable
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h152 bool isPredicable; variable
256 bool isPredicable : 1; variable
/external/llvm/include/llvm/MC/
DMCInstrDesc.h264 bool isPredicable() const { return Flags & (1 << MCID::Predicable); } in isPredicable() function
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h321 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h336 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1111 virtual bool isPredicable(MachineInstr &MI) const { in isPredicable() function
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp541 bool SystemZInstrInfo::isPredicable(MachineInstr &MI) const { in isPredicable() function in SystemZInstrInfo
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp723 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
DHexagonInstrInfo.cpp1670 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in HexagonInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp718 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
DHexagonInstrInfo.cpp1436 bool HexagonInstrInfo::isPredicable(MachineInstr &MI) const { in isPredicable() function in HexagonInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1483 bool PPCInstrInfo::isPredicable(MachineInstr &MI) const { in isPredicable() function in PPCInstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp722 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
DHexagonInstrInfo.cpp1646 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in HexagonInstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1342 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp672 bool SystemZInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in SystemZInstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp877 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in R600InstrInfo
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp877 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in R600InstrInfo
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp673 bool SystemZInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in SystemZInstrInfo
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1415 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp887 bool R600InstrInfo::isPredicable(MachineInstr &MI) const { in isPredicable() function in R600InstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp574 bool ARMBaseInstrInfo::isPredicable(MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp654 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp665 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp6876 bool isPredicable = in CDEConvertDualRegOperand() local