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

/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h209 virtual bool optimizeCompareInstr(MachineInstr *CmpInstr,
H A DPPCInstrInfo.cpp1084 bool PPCInstrInfo::optimizeCompareInstr(MachineInstr *CmpInstr, function in class:PPCInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h198 /// optimizeCompareInstr - Convert the instruction to set the zero flag so
202 virtual bool optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg,
H A DARMBaseInstrInfo.cpp2058 /// optimizeCompareInstr - Convert the instruction supplying the argument to the
2066 optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg, unsigned SrcReg2, function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h396 /// optimizeCompareInstr - Check if there exists an earlier instruction that
399 virtual bool optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg,
H A DX86InstrInfo.cpp3358 /// optimizeCompareInstr - Check if there exists an earlier instruction that
3362 optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg, unsigned SrcReg2, function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h743 /// optimizeCompareInstr - See if the comparison instruction can be converted
746 virtual bool optimizeCompareInstr(MachineInstr *CmpInstr, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp389 if (TII->optimizeCompareInstr(MI, SrcReg, SrcReg2, CmpMask, CmpValue, MRI)) {

Completed in 170 milliseconds