OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClobberSet
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86SelectionDAGInfo.h
29
ArrayRef<unsigned>
ClobberSet
) const;
X86SelectionDAGInfo.cpp
28
SelectionDAG &DAG, ArrayRef<unsigned>
ClobberSet
) const {
41
for (unsigned R :
ClobberSet
)
57
const unsigned
ClobberSet
[] = {X86::RCX, X86::RAX, X86::RDI,
59
assert(!isBaseRegConflictPossible(DAG,
ClobberSet
));
225
const unsigned
ClobberSet
[] = {X86::RCX, X86::RSI, X86::RDI,
227
if (isBaseRegConflictPossible(DAG,
ClobberSet
))
Completed in 225 milliseconds