Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.h203 bool AllConstant(const std::vector<uint32_t>& ids);
Dinstrument_pass.cpp308 bool InstrumentPass::AllConstant(const std::vector<uint32_t>& ids) { in AllConstant() function in spvtools::opt::InstrumentPass
335 bool insert_in_first_block = opt_direct_reads_ && AllConstant(offset_ids); in GenDebugDirectRead()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstrument_pass.h203 bool AllConstant(const std::vector<uint32_t>& ids);
Dinstrument_pass.cpp308 bool InstrumentPass::AllConstant(const std::vector<uint32_t>& ids) { in AllConstant() function in spvtools::opt::InstrumentPass
335 bool insert_in_first_block = opt_direct_reads_ && AllConstant(offset_ids); in GenDebugDirectRead()
/third_party/spirv-tools/source/opt/
Dinstrument_pass.h203 bool AllConstant(const std::vector<uint32_t>& ids);
Dinstrument_pass.cpp355 bool InstrumentPass::AllConstant(const std::vector<uint32_t>& ids) { in AllConstant() function in spvtools::opt::InstrumentPass
382 bool insert_in_first_block = opt_direct_reads_ && AllConstant(offset_ids); in GenDebugDirectRead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1019 bool AllConstant = true; in setBasicExpressionInfo() local
1031 AllConstant = AllConstant && isa<Constant>(Operand); in setBasicExpressionInfo()
1035 return AllConstant; in setBasicExpressionInfo()
1127 bool AllConstant = setBasicExpressionInfo(I, E); in createExpression() local
1182 } else if (AllConstant) { in createExpression()