Searched refs:optimizeCompareInstr (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h101 bool optimizeCompareInstr(MachineInstr &CmpInstr, unsigned SrcReg,
H A DLanaiInstrInfo.cpp285 bool LanaiInstrInfo::optimizeCompareInstr( function in class:LanaiInstrInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h168 /// optimizeCompareInstr - Convert the instruction supplying the argument to
170 bool optimizeCompareInstr(MachineInstr &CmpInstr, unsigned SrcReg,
H A DAArch64InstrInfo.cpp882 bool AArch64InstrInfo::optimizeCompareInstr( function in class:AArch64InstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h252 bool optimizeCompareInstr(MachineInstr &CmpInstr, unsigned SrcReg,
H A DPPCInstrInfo.cpp1527 bool PPCInstrInfo::optimizeCompareInstr(MachineInstr &CmpInstr, unsigned SrcReg,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h173 bool optimizeCompareInstr(MachineInstr &CmpInstr, unsigned SrcReg,
H A DSystemZInstrInfo.cpp514 bool SystemZInstrInfo::optimizeCompareInstr( function in class:SystemZInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h257 /// optimizeCompareInstr - Convert the instruction to set the zero flag so
261 bool optimizeCompareInstr(MachineInstr &CmpInstr, unsigned SrcReg,
H A DARMBaseInstrInfo.cpp2384 /// optimizeCompareInstr - Convert the instruction supplying the argument to the
2391 bool ARMBaseInstrInfo::optimizeCompareInstr( function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h507 /// optimizeCompareInstr - Check if there exists an earlier instruction that
510 bool optimizeCompareInstr(MachineInstr &CmpInstr, unsigned SrcReg,
H A DX86InstrInfo.cpp5044 bool X86InstrInfo::optimizeCompareInstr(MachineInstr &CmpInstr, unsigned SrcReg, function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1173 virtual bool optimizeCompareInstr(MachineInstr &CmpInstr, unsigned SrcReg, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp573 if (TII->optimizeCompareInstr(*MI, SrcReg, SrcReg2, CmpMask, CmpValue, MRI)) {

Completed in 428 milliseconds