Searched defs:commutative (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gv100.cpp | 33 static const operation commutative[] = in initOpInfo() local
|
D | nv50_ir_target_nvc0.cpp | 196 static const operation commutative[] = in initOpInfo() local
|
D | nv50_ir_target.h | 208 unsigned int commutative : 1; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 36 #define X(tag, str, commutative) {str, commutative}, argument
|
D | IceInst.h | 322 #define X(tag, str, commutative) tag, argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 117 bool commutative = false; member
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 823 bool commutative, bool swap_srcs = false, bool flush_denorms = false, in emit_vop2_instruction()
|