Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp32 SelectionDAG &DAG, ArrayRef<MCPhysReg> ClobberSet) const { in isBaseRegConflictPossible()
44 return llvm::is_contained(ClobberSet, TRI->getBaseRegister()); in isBaseRegConflictPossible()
57 const MCPhysReg ClobberSet[] = {X86::RCX, X86::RAX, X86::RDI, in EmitTargetCodeForMemset() local
59 assert(!isBaseRegConflictPossible(DAG, ClobberSet)); in EmitTargetCodeForMemset()
271 const MCPhysReg ClobberSet[] = {X86::RCX, X86::RSI, X86::RDI, in EmitTargetCodeForMemcpy() local
273 if (isBaseRegConflictPossible(DAG, ClobberSet)) in EmitTargetCodeForMemcpy()
H A DX86SelectionDAGInfo.h24 ArrayRef<MCPhysReg> ClobberSet) const;