Searched refs:ConstantInfo (Results 1 – 17 of 17) sorted by relevance
113 struct ConstantInfo { struct164 using ConstInfoVecType = SmallVector<consthoist::ConstantInfo, 8>;174 findConstantInsertionPoint(const consthoist::ConstantInfo &ConstInfo) const;188 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec);
89 struct ConstantInfo { struct124 SmallVector<consthoist::ConstantInfo, 8> ConstantVec;128 const consthoist::ConstantInfo &ConstInfo) const;
350 template <class ConstantClass> struct ConstantInfo;351 template <> struct ConstantInfo<ConstantExpr> {355 template <> struct ConstantInfo<InlineAsm> {359 template <> struct ConstantInfo<ConstantArray> {363 template <> struct ConstantInfo<ConstantStruct> {367 template <> struct ConstantInfo<ConstantVector> {405 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;453 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;528 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;572 using ValType = typename ConstantInfo<ConstantClass>::ValType;[all …]
338 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 …]
397 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;500 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;604 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;649 using ValType = typename ConstantInfo<ConstantClass>::ValType;[all …]
52 struct ConstantInfo { struct75 std::vector<ConstantInfo> constants; argument216 std::vector<ConstantInfo> constants_;
73 std::vector<GpuExecutable::ConstantInfo>& constants() { return constants_; } in constants()98 std::vector<GpuExecutable::ConstantInfo> constants_;
558 std::vector<GpuExecutable::ConstantInfo>* constants) { in CompileModuleToLlvmIrImpl()902 std::vector<GpuExecutable::ConstantInfo> constants; in RunBackend()
147 GpuExecutable::ConstantInfo info; in EmitConstants()
757 GpuExecutable::ConstantInfo info; in EmitConstant()
310 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()617 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()627 ConstantInfo ConstInfo; in findAndMakeBaseConstant()835 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()
310 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()622 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec) { in findAndMakeBaseConstant()632 ConstantInfo ConstInfo; in findAndMakeBaseConstant()840 SmallVectorImpl<consthoist::ConstantInfo> &ConstInfoVec = in emitBaseConstants()
145 const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint()396 ConstantInfo ConstInfo; in findAndMakeBaseConstant()
1211 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local1212 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()
1897 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local1898 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()
1951 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local1952 if (ConstantInfo == PFS.ConstantPoolSlots.end()) in parseConstantPoolIndexOperand()