Searched refs:null_const (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | pass.cpp | 81 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in GetNullId() local 83 const_mgr->GetDefiningInstruction(null_const, type_id); in GetNullId()
|
D | replace_desc_array_access_using_var_index.cpp | 375 auto* null_const = context()->get_constant_mgr()->GetConstant(type, {}); in GetConstNull() local 376 return context()->get_constant_mgr()->GetDefiningInstruction(null_const); in GetConstNull()
|
D | scalar_replacement_pass.cpp | 989 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in CreateNullConstant() local 991 const_mgr->GetDefiningInstruction(null_const, type_id); in CreateNullConstant()
|
D | folding_rules.cpp | 2397 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in VectorShuffleFeedingShuffle() local 2399 const_mgr->GetDefiningInstruction(null_const, 0)->result_id(); in VectorShuffleFeedingShuffle()
|
/third_party/spirv-tools/source/opt/ |
D | pass.cpp | 81 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in GetNullId() local 83 const_mgr->GetDefiningInstruction(null_const, type_id); in GetNullId()
|
D | scalar_replacement_pass.cpp | 969 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in CreateNullConstant() local 971 const_mgr->GetDefiningInstruction(null_const, type_id); in CreateNullConstant()
|
D | folding_rules.cpp | 2296 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in VectorShuffleFeedingShuffle() local 2298 const_mgr->GetDefiningInstruction(null_const, 0)->result_id(); in VectorShuffleFeedingShuffle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | pass.cpp | 81 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in GetNullId() local 83 const_mgr->GetDefiningInstruction(null_const, type_id); in GetNullId()
|
D | replace_desc_array_access_using_var_index.cpp | 375 auto* null_const = context()->get_constant_mgr()->GetConstant(type, {}); in GetConstNull() local 376 return context()->get_constant_mgr()->GetDefiningInstruction(null_const); in GetConstNull()
|
D | scalar_replacement_pass.cpp | 989 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in CreateNullConstant() local 991 const_mgr->GetDefiningInstruction(null_const, type_id); in CreateNullConstant()
|
D | folding_rules.cpp | 2397 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in VectorShuffleFeedingShuffle() local 2399 const_mgr->GetDefiningInstruction(null_const, 0)->result_id(); in VectorShuffleFeedingShuffle()
|