Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h113 struct ConstantInfo { struct
164 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>;
174 findConstantInsertionPoint(const consthoist::ConstantInfo &ConstInfo) const;
188 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h397 template <class ConstantClass> struct ConstantInfo;
398 template <> struct ConstantInfo<ConstantExpr> {
402 template <> struct ConstantInfo<InlineAsm> {
406 template <> struct ConstantInfo<ConstantArray> {
410 template <> struct ConstantInfo<ConstantStruct> {
414 template <> struct ConstantInfo<ConstantVector> {
452 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;
502 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;
606 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;
651 using ValType = typename ConstantInfo<ConstantClass>::ValType;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp317 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()
629 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()
639 ConstantInfo ConstInfo; in findAndMakeBaseConstant()
847 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1950 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local
1951 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()