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.h269 template <class ConstantClass> struct ConstantInfo;
270 template <> struct ConstantInfo<ConstantExpr> {
274 template <> struct ConstantInfo<InlineAsm> {
278 template <> struct ConstantInfo<ConstantArray> {
282 template <> struct ConstantInfo<ConstantStruct> {
286 template <> struct ConstantInfo<ConstantVector> {
290 template <> struct ConstantInfo<ConstantPtrAuth> {
327 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;
378 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;
483 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.cpp315 const ConstantInfo &ConstInfo, in findConstantInsertionPoint()
611 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()
621 ConstantInfo ConstInfo; in findAndMakeBaseConstant()
823 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()
825 for (const consthoist::ConstantInfo &ConstInfo : ConstInfoVec) { in emitBaseConstants()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2238 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local
2239 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()