OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsFoldableOpcode
(Results
1 - 2
of
2
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
fold.cpp
240
assert(
IsFoldableOpcode
(opcode) &&
495
assert(
IsFoldableOpcode
(inst->opcode()) &&
509
assert(
IsFoldableOpcode
(opcode) &&
551
bool InstructionFolder::
IsFoldableOpcode
(SpvOp opcode) const {
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
fold.cpp
258
assert(
IsFoldableOpcode
(opcode) &&
514
assert(
IsFoldableOpcode
(inst->opcode()) &&
528
assert(
IsFoldableOpcode
(opcode) &&
570
bool InstructionFolder::
IsFoldableOpcode
(SpvOp opcode) const {
Completed in 145 milliseconds