/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 140 bool isPredicable; variable 238 bool isPredicable : 1; variable
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 152 bool isPredicable; variable 256 bool isPredicable : 1; variable
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 264 bool isPredicable() const { return Flags & (1 << MCID::Predicable); } in isPredicable() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 321 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 336 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 1111 virtual bool isPredicable(MachineInstr &MI) const { in isPredicable() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 541 bool SystemZInstrInfo::isPredicable(MachineInstr &MI) const { in isPredicable() function in SystemZInstrInfo
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 723 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
|
D | HexagonInstrInfo.cpp | 1670 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in HexagonInstrInfo
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 718 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
|
D | HexagonInstrInfo.cpp | 1436 bool HexagonInstrInfo::isPredicable(MachineInstr &MI) const { in isPredicable() function in HexagonInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 1483 bool PPCInstrInfo::isPredicable(MachineInstr &MI) const { in isPredicable() function in PPCInstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 722 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
|
D | HexagonInstrInfo.cpp | 1646 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in HexagonInstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1342 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 672 bool SystemZInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in SystemZInstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 877 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in R600InstrInfo
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 877 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in R600InstrInfo
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 673 bool SystemZInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in SystemZInstrInfo
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1415 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 887 bool R600InstrInfo::isPredicable(MachineInstr &MI) const { in isPredicable() function in R600InstrInfo
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 574 bool ARMBaseInstrInfo::isPredicable(MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 654 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 665 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo
|
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 6876 bool isPredicable = in CDEConvertDualRegOperand() local
|