OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitCopyToRegMatcher
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.h
896
///
EmitCopyToRegMatcher
- Emit a CopyToReg node from a value to a physreg,
899
class
EmitCopyToRegMatcher
: public Matcher {
903
EmitCopyToRegMatcher
(unsigned srcSlot, Record *destPhysReg)
916
return cast<
EmitCopyToRegMatcher
>(M)->SrcSlot == SrcSlot &&
917
cast<
EmitCopyToRegMatcher
>(M)->DestPhysReg == DestPhysReg;
[
all
...]
DAGISelMatcher.cpp
237
void
EmitCopyToRegMatcher
::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcherEmitter.cpp
482
<< cast<
EmitCopyToRegMatcher
>(N)->getSrcSlot() << ", "
483
<< getQualifiedName(cast<
EmitCopyToRegMatcher
>(N)->getDestPhysReg())
DAGISelMatcherGen.cpp
787
AddMatcher(new
EmitCopyToRegMatcher
(PhysRegInputs[i].second,
[
all
...]
Completed in 26 milliseconds