Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h45 int getCondSrcNoFromDesc(const MCInstrDesc &MCID);
H A DX86InstrInfo.cpp2733 int X86::getCondSrcNoFromDesc(const MCInstrDesc &MCID) { in getCondSrcNoFromDesc() function in X86
2744 int CondNo = getCondSrcNoFromDesc(MCID); in getCondFromMI()
H A DX86ISelDAGToDAG.cpp2948 int CondNo = X86::getCondSrcNoFromDesc(MCID); in getCondFromNode()