OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasFoldingRule
(Results
1 - 6
of
6
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
const_folding_rules.h
60
bool
HasFoldingRule
(SpvOp opcode) const { return rules_.count(opcode); }
fold.h
99
return GetConstantFoldingRules().
HasFoldingRule
(opcode);
fold.cpp
607
!GetConstantFoldingRules().
HasFoldingRule
(inst->opcode())) {
625
if (GetConstantFoldingRules().
HasFoldingRule
(inst->opcode())) {
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
const_folding_rules.h
60
bool
HasFoldingRule
(SpvOp opcode) const { return rules_.count(opcode); }
fold.h
99
return GetConstantFoldingRules().
HasFoldingRule
(opcode);
fold.cpp
626
!GetConstantFoldingRules().
HasFoldingRule
(inst->opcode())) {
644
if (GetConstantFoldingRules().
HasFoldingRule
(inst->opcode())) {
Completed in 384 milliseconds