Searched refs:ClobberSet (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86SelectionDAGInfo.cpp | 32 SelectionDAG &DAG, ArrayRef<MCPhysReg> ClobberSet) const { in isBaseRegConflictPossible() 44 return llvm::is_contained(ClobberSet, TRI->getBaseRegister()); in isBaseRegConflictPossible() 56 const MCPhysReg ClobberSet[] = {X86::RCX, X86::RAX, X86::RDI, in EmitTargetCodeForMemset() local 58 if (isBaseRegConflictPossible(DAG, ClobberSet)) in EmitTargetCodeForMemset() 273 const MCPhysReg ClobberSet[] = {X86::RCX, X86::RSI, X86::RDI, in EmitTargetCodeForMemcpy() local 275 if (isBaseRegConflictPossible(DAG, ClobberSet)) in EmitTargetCodeForMemcpy()
|
H A D | X86SelectionDAGInfo.h | 24 ArrayRef<MCPhysReg> ClobberSet) const;
|