Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
HDMIParser.h179 DenseMap<unsigned, unsigned> ConstantPoolSlots; member
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp984 DenseMap<unsigned, unsigned> &ConstantPoolSlots = PFS.ConstantPoolSlots; in initializeConstantPool() local
1001 if (!ConstantPoolSlots.insert(std::make_pair(YamlConstant.ID.Value, Index)) in initializeConstantPool()
HDMIParser.cpp2229 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand()
2230 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()