Searched refs:ClobberSet (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h29 ArrayRef<MCPhysReg> ClobberSet) const;
H A DX86SelectionDAGInfo.cpp27 SelectionDAG &DAG, ArrayRef<MCPhysReg> ClobberSet) const {
40 for (unsigned R : ClobberSet)
56 const MCPhysReg ClobberSet[] = {X86::RCX, X86::RAX, X86::RDI, local
58 assert(!isBaseRegConflictPossible(DAG, ClobberSet));
302 const MCPhysReg ClobberSet[] = {X86::RCX, X86::RSI, X86::RDI, local
304 if (isBaseRegConflictPossible(DAG, ClobberSet))

Completed in 119 milliseconds