OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsReduction
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/radeon/
R600ExpandSpecialInstrs.cpp
63
bool
IsReduction
= TII->isReductionOp(MI.getOpcode());
66
if (!
IsReduction
&& !IsVector && !IsCube) {
104
if (
IsReduction
) {
/external/llvm/lib/Target/AMDGPU/
R600ExpandSpecialInstrs.cpp
239
bool
IsReduction
= TII->isReductionOp(MI.getOpcode());
242
if (!
IsReduction
&& !IsVector && !IsCube) {
285
if (
IsReduction
) {
Completed in 378 milliseconds