Home
last modified time | relevance | path

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

/third_party/mesa3d/src/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/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc1546 bool commutative) { in VisitWordCompare()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc1556 bool commutative, ImmediateMode immediate_mode) { in VisitWordCompare()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc1779 bool commutative) { in VisitWordCompare()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc1924 bool commutative) { in VisitWordCompare()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc1979 bool commutative) { in VisitWordCompare()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1552 bool commutative) { in VisitCompare()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2077 bool commutative) { in VisitCompare()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp869 bool commutative, bool swap_srcs = false, bool flush_denorms = false, in emit_vop2_instruction()