Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h258 template <class ConstantClass> struct ConstantInfo;
259 template <> struct ConstantInfo<ConstantExpr> {
263 template <> struct ConstantInfo<InlineAsm> {
267 template <> struct ConstantInfo<ConstantArray> {
271 template <> struct ConstantInfo<ConstantStruct> {
275 template <> struct ConstantInfo<ConstantVector> {
279 template <> struct ConstantInfo<ConstantPtrAuth> {
317 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;
367 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;
474 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h115 struct ConstantInfo { struct
167 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>;
181 const consthoist::ConstantInfo &ConstInfo,
196 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp320 const ConstantInfo &ConstInfo, in findConstantInsertionPoint()
638 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()
648 ConstantInfo ConstInfo; in findAndMakeBaseConstant()
850 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()
852 for (const consthoist::ConstantInfo &ConstInfo : ConstInfoVec) { in emitBaseConstants()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2229 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local
2230 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()