Home
last modified time | relevance | path

Searched defs:commutative (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gv100.cpp33 static const operation commutative[] = in initOpInfo() local
Dnv50_ir_target_nvc0.cpp196 static const operation commutative[] = in initOpInfo() local
Dnv50_ir_target.h208 unsigned int commutative : 1; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.cpp36 #define X(tag, str, commutative) {str, commutative}, argument
DIceInst.h322 #define X(tag, str, commutative) tag, argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp117 bool commutative = false; member
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp823 bool commutative, bool swap_srcs = false, bool flush_denorms = false, in emit_vop2_instruction()