Searched defs:analyzeCompare (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp609 /// analyzeCompare - For a comparison instruction, return the source registers
612 bool AArch64InstrInfo::analyzeCompare(const MachineInstr *MI, unsigned &SrcReg, function in class:AArch64InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h777 /// analyzeCompare - For a comparison instruction, return the source registers
781 virtual bool analyzeCompare(const MachineInstr *MI, function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp399 bool SystemZInstrInfo::analyzeCompare(const MachineInstr *MI, function in class:SystemZInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp342 bool HexagonInstrInfo::analyzeCompare(const MachineInstr *MI, function in class:HexagonInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1281 bool PPCInstrInfo::analyzeCompare(const MachineInstr *MI, function in class:PPCInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3354 analyzeCompare(const MachineInstr *MI, unsigned &SrcReg, unsigned &SrcReg2, function in class:X86InstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2136 /// analyzeCompare - For a comparison instruction, return the source registers
2141 analyzeCompare(const MachineInstr *MI, unsigned &SrcReg, unsigned &SrcReg2, function in class:ARMBaseInstrInfo

Completed in 1842 milliseconds