/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | const_folding_rules.cpp | 52 return const_mgr->GetConstant(type_mgr->GetType(inst->type_id()), {}); in FoldExtractWithConstants() 84 const_mgr->GetConstant(element_type, {}); in FoldVectorShuffleWithConstants() 93 const_mgr->GetConstant(element_type, {}); in FoldVectorShuffleWithConstants() 116 return const_mgr->GetConstant(type_mgr->GetType(inst->type_id()), ids); in FoldVectorShuffleWithConstants() 144 return const_mgr->GetConstant(type_mgr->GetType(inst->type_id()), ids); in FoldVectorTimesScalar() 175 const_mgr->GetConstant(float_type, words); in FoldVectorTimesScalar() 178 return const_mgr->GetConstant(vector_type, ids); in FoldVectorTimesScalar() 186 const_mgr->GetConstant(float_type, words); in FoldVectorTimesScalar() 189 return const_mgr->GetConstant(vector_type, ids); in FoldVectorTimesScalar() 228 return const_mgr->GetConstant(new_type, ids); in FoldCompositeWithConstants() [all …]
|
D | fold_spec_constant_op_and_composite_pass.cpp | 198 context()->get_constant_mgr()->GetConstant( in DoCompositeExtract() 253 context()->get_constant_mgr()->GetConstant(component_type, {}); in DoVectorShuffle() 344 context()->get_constant_mgr()->GetConstant(result_type, {result_val}); in DoComponentWiseOperation() 358 context()->get_constant_mgr()->GetConstant(element_type, {r})) { in DoComponentWiseOperation()
|
D | replace_invalid_opc.cpp | 183 special_const = const_mgr->GetConstant(type_mgr->GetType(type_id), ids); in GetSpecialConstant() 191 const_mgr->GetConstant(type_mgr->GetType(type_id), literal_words); in GetSpecialConstant()
|
D | constants.cpp | 281 return GetConstant(GetType(inst), literal_words_or_ids); in GetConstantFromInst() 345 const Constant* ConstantManager::GetConstant( in GetConstant() function in spvtools::opt::analysis::ConstantManager 364 const_mgr->GetConstant(element_type, {}); in GetVectorComponents()
|
D | folding_rules.cpp | 105 const_mgr->GetConstant(c->type(), std::move(words)); in NegateFloatingPointConstant() 132 const_mgr->GetConstant(c->type(), std::move(words)); in NegateIntegerConstant() 158 const_mgr->GetConstant(c->type(), std::move(words)); in NegateVectorConstant() 197 const_mgr->GetConstant(c->type(), std::move(words)); in Reciprocal() 225 const_mgr->GetConstant(constants[1]->type(), std::move(neg_ids)); in ReciprocalFDiv() 453 const analysis::Constant* merged_const = const_mgr->GetConstant(type, words); in PerformFloatingPointOperation() 505 const analysis::Constant* merged_const = const_mgr->GetConstant(type, words); in PerformIntegerOperation() 530 input1_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation() 539 input2_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation() 554 const_mgr->GetConstant(type, words); in PerformOperation() [all …]
|
D | constants.h | 505 const Constant* GetConstant( 509 const Constant* GetConstant(const Type* type, const C& literal_words_or_ids) { in GetConstant() function 510 return GetConstant(type, std::vector<uint32_t>(literal_words_or_ids.begin(), in GetConstant()
|
D | reduce_load_size.cpp | 108 const_mgr->GetConstant(uint32_type, {index}); in ReplaceExtract()
|
D | loop_unswitch_pass.cpp | 279 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {0})), in PerformUnswitch() 282 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {1})); in PerformUnswitch() 289 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant( in PerformUnswitch()
|
D | ir_builder.h | 365 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in GetNullId() 401 GetContext()->get_constant_mgr()->GetConstant(rebuilt_type, {word}); in GetIntConstant()
|
D | upgrade_memory_model.cpp | 436 context()->get_constant_mgr()->GetConstant( in GetScopeConstant() 524 context()->get_constant_mgr()->GetConstant( in UpgradeBarriers()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | const_folding_rules.cpp | 52 return const_mgr->GetConstant(type_mgr->GetType(inst->type_id()), {}); in FoldExtractWithConstants() 84 const_mgr->GetConstant(element_type, {}); in FoldVectorShuffleWithConstants() 93 const_mgr->GetConstant(element_type, {}); in FoldVectorShuffleWithConstants() 116 return const_mgr->GetConstant(type_mgr->GetType(inst->type_id()), ids); in FoldVectorShuffleWithConstants() 144 return const_mgr->GetConstant(type_mgr->GetType(inst->type_id()), ids); in FoldVectorTimesScalar() 175 const_mgr->GetConstant(float_type, words); in FoldVectorTimesScalar() 178 return const_mgr->GetConstant(vector_type, ids); in FoldVectorTimesScalar() 186 const_mgr->GetConstant(float_type, words); in FoldVectorTimesScalar() 189 return const_mgr->GetConstant(vector_type, ids); in FoldVectorTimesScalar() 228 return const_mgr->GetConstant(new_type, ids); in FoldCompositeWithConstants() [all …]
|
D | fold_spec_constant_op_and_composite_pass.cpp | 198 context()->get_constant_mgr()->GetConstant( in DoCompositeExtract() 253 context()->get_constant_mgr()->GetConstant(component_type, {}); in DoVectorShuffle() 344 context()->get_constant_mgr()->GetConstant(result_type, {result_val}); in DoComponentWiseOperation() 358 context()->get_constant_mgr()->GetConstant(element_type, {r})) { in DoComponentWiseOperation()
|
D | replace_invalid_opc.cpp | 183 special_const = const_mgr->GetConstant(type_mgr->GetType(type_id), ids); in GetSpecialConstant() 191 const_mgr->GetConstant(type_mgr->GetType(type_id), literal_words); in GetSpecialConstant()
|
D | constants.cpp | 281 return GetConstant(GetType(inst), literal_words_or_ids); in GetConstantFromInst() 345 const Constant* ConstantManager::GetConstant( in GetConstant() function in spvtools::opt::analysis::ConstantManager 364 const_mgr->GetConstant(element_type, {}); in GetVectorComponents()
|
D | folding_rules.cpp | 105 const_mgr->GetConstant(c->type(), std::move(words)); in NegateFloatingPointConstant() 132 const_mgr->GetConstant(c->type(), std::move(words)); in NegateIntegerConstant() 158 const_mgr->GetConstant(c->type(), std::move(words)); in NegateVectorConstant() 197 const_mgr->GetConstant(c->type(), std::move(words)); in Reciprocal() 225 const_mgr->GetConstant(constants[1]->type(), std::move(neg_ids)); in ReciprocalFDiv() 453 const analysis::Constant* merged_const = const_mgr->GetConstant(type, words); in PerformFloatingPointOperation() 505 const analysis::Constant* merged_const = const_mgr->GetConstant(type, words); in PerformIntegerOperation() 530 input1_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation() 539 input2_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation() 554 const_mgr->GetConstant(type, words); in PerformOperation() [all …]
|
D | constants.h | 505 const Constant* GetConstant( 509 const Constant* GetConstant(const Type* type, const C& literal_words_or_ids) { in GetConstant() function 510 return GetConstant(type, std::vector<uint32_t>(literal_words_or_ids.begin(), in GetConstant()
|
D | loop_unswitch_pass.cpp | 309 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {0})), in PerformUnswitch() 312 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {1})); in PerformUnswitch() 321 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant( in PerformUnswitch()
|
D | reduce_load_size.cpp | 108 const_mgr->GetConstant(uint32_type, {index}); in ReplaceExtract()
|
D | ir_builder.h | 365 const analysis::Constant* null_const = const_mgr->GetConstant(type, {}); in GetNullId() 401 GetContext()->get_constant_mgr()->GetConstant(rebuilt_type, {word}); in GetIntConstant()
|
D | upgrade_memory_model.cpp | 453 context()->get_constant_mgr()->GetConstant( in GetScopeConstant() 541 context()->get_constant_mgr()->GetConstant( in UpgradeBarriers()
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this); in getFeasibleSuccessors() 192 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this); in getFeasibleSuccessors()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | SparsePropagation.cpp | 149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this); in getFeasibleSuccessors() 191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this); in getFeasibleSuccessors()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | SparsePropagation.h | 84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant() function
|
/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant() function
|
/external/v8/src/compiler/ |
D | code-generator-impl.h | 150 return gen_->code()->GetConstant( in ToConstant()
|