Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h56 int getCondSrcNoFromDesc(const MCInstrDesc &MCID);
H A DX86InstrInfo.cpp3122 int X86::getCondSrcNoFromDesc(const MCInstrDesc &MCID) { in getCondSrcNoFromDesc() function in X86
3135 int CondNo = getCondSrcNoFromDesc(MCID); in getCondFromMI()
H A DX86ISelDAGToDAG.cpp3268 int CondNo = X86::getCondSrcNoFromDesc(MCID); in getCondFromNode()