HomeSort by relevance Sort by last modified time
    Searched refs:CodeGenSubRegIndex (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
CodeGenRegisters.h 35 /// CodeGenSubRegIndex - Represents a sub-register index.
36 class CodeGenSubRegIndex {
41 CodeGenSubRegIndex(Record *R, unsigned Enum);
47 // Order CodeGenSubRegIndex pointers by EnumValue.
49 bool operator()(const CodeGenSubRegIndex *A,
50 const CodeGenSubRegIndex *B) const {
57 typedef std::map<CodeGenSubRegIndex*, CodeGenSubRegIndex*, Less> CompMap;
61 CodeGenSubRegIndex *compose(CodeGenSubRegIndex *Idx) const
    [all...]
CodeGenRegisters.cpp 27 // CodeGenSubRegIndex
30 CodeGenSubRegIndex::CodeGenSubRegIndex(Record *R, unsigned Enum)
35 std::string CodeGenSubRegIndex::getNamespace() const {
42 const std::string &CodeGenSubRegIndex::getName() const {
46 std::string CodeGenSubRegIndex::getQualifiedName() const {
54 void CodeGenSubRegIndex::updateComponents(CodeGenRegBank &RegBank) {
60 CodeGenSubRegIndex *A = RegBank.getSubRegIdx(Comps[0]);
61 CodeGenSubRegIndex *B = RegBank.getSubRegIdx(Comps[1]);
62 CodeGenSubRegIndex *X = A->addComposite(B, this)
    [all...]
RegisterInfoEmitter.cpp 103 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = Bank.getSubRegIndices();
591 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = RegBank.getSubRegIndices();
    [all...]

Completed in 32 milliseconds