Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h177 DenseMap<unsigned, unsigned> ConstantPoolSlots; member
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp911 DenseMap<unsigned, unsigned> &ConstantPoolSlots = PFS.ConstantPoolSlots; in initializeConstantPool() local
928 if (!ConstantPoolSlots.insert(std::make_pair(YamlConstant.ID.Value, Index)) in initializeConstantPool()
H A DMIParser.cpp2118 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand()
2119 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()