Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.h62 DenseMap<unsigned, unsigned> ConstantPoolSlots; member
H A DMIRParser.cpp743 DenseMap<unsigned, unsigned> &ConstantPoolSlots = PFS.ConstantPoolSlots; in initializeConstantPool() local
761 if (!ConstantPoolSlots.insert(std::make_pair(YamlConstant.ID.Value, Index)) in initializeConstantPool()
H A DMIParser.cpp1582 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand()
1583 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()