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

/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h153 /// optimizeCompareInstr - Convert the instruction supplying the argument to
155 bool optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg,
H A DAArch64InstrInfo.cpp700 /// optimizeCompareInstr - Convert the instruction supplying the argument to the
702 bool AArch64InstrInfo::optimizeCompareInstr( function in class:AArch64InstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h222 bool optimizeCompareInstr(MachineInstr *CmpInstr,
H A DPPCInstrInfo.cpp1309 bool PPCInstrInfo::optimizeCompareInstr(MachineInstr *CmpInstr, function in class:PPCInstrInfo
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h154 bool optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg,
H A DSystemZInstrInfo.cpp483 SystemZInstrInfo::optimizeCompareInstr(MachineInstr *Compare, function in class:SystemZInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h431 /// optimizeCompareInstr - Check if there exists an earlier instruction that
434 bool optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg,
H A DX86InstrInfo.cpp3576 /// optimizeCompareInstr - Check if there exists an earlier instruction that
3580 optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg, unsigned SrcReg2, function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h787 /// optimizeCompareInstr - See if the comparison instruction can be converted
790 virtual bool optimizeCompareInstr(MachineInstr *CmpInstr, function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h192 /// optimizeCompareInstr - Convert the instruction to set the zero flag so
196 bool optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg,
H A DARMBaseInstrInfo.cpp2247 /// optimizeCompareInstr - Convert the instruction supplying the argument to the
2255 optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg, unsigned SrcReg2, function in class:ARMBaseInstrInfo
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp425 if (TII->optimizeCompareInstr(MI, SrcReg, SrcReg2, CmpMask, CmpValue, MRI)) {

Completed in 278 milliseconds