Home
last modified time | relevance | path

Searched refs:getCondSrcNoFromDesc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h45 int getCondSrcNoFromDesc(const MCInstrDesc &MCID);
H A DX86InstrInfo.cpp2690 int X86::getCondSrcNoFromDesc(const MCInstrDesc &MCID) { in getCondSrcNoFromDesc() function in X86
2701 int CondNo = getCondSrcNoFromDesc(MCID); in getCondFromMI()
H A DX86ISelDAGToDAG.cpp2942 int CondNo = X86::getCondSrcNoFromDesc(MCID); in getCondFromNode()