Searched refs:analyzeSelect (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 121 bool analyzeSelect(const MachineInstr &MI,
|
| H A D | LanaiInstrInfo.cpp | 439 bool LanaiInstrInfo::analyzeSelect(const MachineInstr &MI, in analyzeSelect() function in LanaiInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 150 bool analyzeSelect(const MachineInstr &MI,
|
| H A D | RISCVInstrInfo.cpp | 1728 bool RISCVInstrInfo::analyzeSelect(const MachineInstr &MI, in analyzeSelect() function in RISCVInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 305 bool analyzeSelect(const MachineInstr &MI,
|
| H A D | ARMBaseInstrInfo.cpp | 2162 bool ARMBaseInstrInfo::analyzeSelect(const MachineInstr &MI, in analyzeSelect() function in ARMBaseInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1005 virtual bool analyzeSelect(const MachineInstr &MI, in analyzeSelect() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PeepholeOptimizer.cpp | 968 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
|