Home
last modified time | relevance | path

Searched refs:ConstantUser (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h51 struct ConstantUser { struct
55 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) { } in ConstantUser() argument
58 typedef SmallVector<ConstantUser, 8> ConstantUseListType;
72 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()
142 const consthoist::ConstantUser &ConstUser);
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h70 struct ConstantUser { struct
74 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in ConstantUser() argument
77 using ConstantUseListType = SmallVector<ConstantUser, 8>;
95 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()
196 const consthoist::ConstantUser &ConstUser);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h70 struct ConstantUser { struct
74 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {} in ConstantUser() argument
77 using ConstantUseListType = SmallVector<ConstantUser, 8>;
95 Uses.push_back(ConstantUser(Inst, Idx)); in addUser()
196 const consthoist::ConstantUser &ConstUser);
/external/llvm-project/llvm/test/Transforms/ConstantHoisting/AArch64/
Dconsthoist-unreachable.ll6 …nstruction *, llvm::Constant *, llvm::Type *, const llvm::consthoist::ConstantUser &): Assertion `…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp738 const ConstantUser &ConstUser) { in emitBaseConstants()
849 using RebasedUse = std::tuple<Constant *, Type *, ConstantUser>; in emitBaseConstants()
894 ConstantUser U = std::get<2>(R); in emitBaseConstants()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp743 const ConstantUser &ConstUser) { in emitBaseConstants()
854 using RebasedUse = std::tuple<Constant *, Type *, ConstantUser>; in emitBaseConstants()
899 ConstantUser U = std::get<2>(R); in emitBaseConstants()
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp477 const ConstantUser &ConstUser) { in emitBaseConstants()