Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h49 int getCondSrcNoFromDesc(const MCInstrDesc &MCID);
H A DX86InstrInfo.cpp3127 int X86::getCondSrcNoFromDesc(const MCInstrDesc &MCID) { in getCondSrcNoFromDesc() function in X86
3138 int CondNo = getCondSrcNoFromDesc(MCID); in getCondFromMI()
H A DX86ISelDAGToDAG.cpp3206 int CondNo = X86::getCondSrcNoFromDesc(MCID); in getCondFromNode()