Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantsContext.h317 template <class ConstantClass> struct ConstantInfo;
318 template <> struct ConstantInfo<ConstantExpr> {
322 template <> struct ConstantInfo<InlineAsm> {
326 template <> struct ConstantInfo<ConstantArray> {
330 template <> struct ConstantInfo<ConstantStruct> {
334 template <> struct ConstantInfo<ConstantVector> {
372 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;
422 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;
514 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;
553 using ValType = typename ConstantInfo<ConstantClass>::ValType;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp315 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()
635 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()
645 ConstantInfo ConstInfo; in findAndMakeBaseConstant()
852 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2177 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local
2178 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()