Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h89 struct ConstantInfo { struct
124 SmallVector<consthoist::ConstantInfo, 8> ConstantVec;
128 const consthoist::ConstantInfo &ConstInfo) const;
/external/llvm/lib/IR/
DConstantsContext.h338 template <class ConstantClass> struct ConstantInfo;
339 template <> struct ConstantInfo<ConstantExpr> {
343 template <> struct ConstantInfo<InlineAsm> {
347 template <> struct ConstantInfo<ConstantArray> {
351 template <> struct ConstantInfo<ConstantStruct> {
355 template <> struct ConstantInfo<ConstantVector> {
388 typedef typename ConstantInfo<ConstantClass>::TypeClass TypeClass;
432 typedef ConstantInfo<InlineAsm>::TypeClass TypeClass;
502 typedef ConstantInfo<ConstantExpr>::TypeClass TypeClass;
543 typedef typename ConstantInfo<ConstantClass>::ValType ValType;
[all …]
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp145 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()
396 ConstantInfo ConstInfo; in findAndMakeBaseConstant()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1211 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local
1212 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()