Home
last modified time | relevance | path

Searched refs:ConstantInfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h112 struct ConstantInfo { struct
163 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>;
173 findConstantInsertionPoint(const consthoist::ConstantInfo &ConstInfo) const;
187 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec);
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantsContext.h319 template <class ConstantClass> struct ConstantInfo;
320 template <> struct ConstantInfo<ConstantExpr> {
324 template <> struct ConstantInfo<InlineAsm> {
328 template <> struct ConstantInfo<ConstantArray> {
332 template <> struct ConstantInfo<ConstantStruct> {
336 template <> struct ConstantInfo<ConstantVector> {
374 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;
424 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;
516 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;
557 using ValType = typename ConstantInfo<ConstantClass>::ValType;
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp317 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()
637 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()
647 ConstantInfo ConstInfo; in findAndMakeBaseConstant()
854 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2118 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local
2119 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()