Searched defs:optimizeCompareInstr (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp700 /// optimizeCompareInstr - Convert the instruction supplying the argument to the
702 bool AArch64InstrInfo::optimizeCompareInstr( function in class:AArch64InstrInfo
/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/SystemZ/
H A DSystemZInstrInfo.cpp483 SystemZInstrInfo::optimizeCompareInstr(MachineInstr *Compare, function in class:SystemZInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1309 bool PPCInstrInfo::optimizeCompareInstr(MachineInstr *CmpInstr, function in class:PPCInstrInfo
/external/llvm/lib/Target/X86/
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/lib/Target/ARM/
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

Completed in 2539 milliseconds