Home
last modified time | relevance | path

Searched refs:ConstantPoolSlots (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.h36 DenseMap<unsigned, unsigned> ConstantPoolSlots; member
DMIRParser.cpp125 DenseMap<unsigned, unsigned> &ConstantPoolSlots);
295 PFS.ConstantPoolSlots)) in initializeMachineFunction()
589 DenseMap<unsigned, unsigned> &ConstantPoolSlots) { in initializeConstantPool() argument
602 if (!ConstantPoolSlots.insert(std::make_pair(YamlConstant.ID.Value, Index)) in initializeConstantPool()
DMIParser.cpp1131 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand()
1132 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()