Home
last modified time | relevance | path

Searched refs:Commutative (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsMips.td401 [Commutative, IntrNoMem]>;
404 [Commutative, IntrNoMem]>;
407 [Commutative, IntrNoMem]>;
410 [Commutative, IntrNoMem]>;
414 [Commutative, IntrNoMem]>;
417 [Commutative, IntrNoMem]>;
420 [Commutative, IntrNoMem]>;
423 [Commutative, IntrNoMem]>;
427 [Commutative, IntrNoMem]>;
430 [Commutative, IntrNoMem]>;
[all …]
H A DIntrinsicsX86.td2206 [IntrNoMem, Commutative]>;
2211 [IntrNoMem, Commutative]>;
2216 [IntrNoMem, Commutative]>;
2221 [IntrNoMem, Commutative]>;
2226 [IntrNoMem, Commutative]>;
2231 [IntrNoMem, Commutative]>;
2236 [IntrNoMem, Commutative]>;
2241 [IntrNoMem, Commutative]>;
2246 [IntrNoMem, Commutative]>;
2251 [IntrNoMem, Commutative]>;
[all …]
H A DIntrinsicsNVVM.td568 [IntrNoMem, IntrSpeculatable, Commutative]>;
620 [IntrNoMem, IntrSpeculatable, Commutative]>;
623 [IntrNoMem, IntrSpeculatable, Commutative]>;
627 [IntrNoMem, IntrSpeculatable, Commutative]>;
630 [IntrNoMem, IntrSpeculatable, Commutative]>;
634 [IntrNoMem, IntrSpeculatable, Commutative]>;
637 [IntrNoMem, IntrSpeculatable, Commutative]>;
641 [IntrNoMem, IntrSpeculatable, Commutative]>;
644 [IntrNoMem, IntrSpeculatable, Commutative]>;
647 [IntrNoMem, IntrSpeculatable, Commutative]>;
[all …]
H A DIntrinsics.td57 // Commutative - This intrinsic is commutative: X op Y == Y op X.
58 def Commutative : IntrinsicProperty;
1057 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]
1061 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]
1065 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]
1069 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]
1452 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]>;
1474 Commutative, ImmArg<ArgIndex<2>>]>;
1479 Commutative, ImmArg<ArgIndex<2>>]>;
1494 Commutative, ImmArg<ArgIndex<2>>]>;
[all …]
H A DIntrinsicsARM.td49 [Commutative, IntrNoMem]>;
499 let IntrProperties = [IntrNoMem, Commutative] in {
H A DIntrinsicsAMDGPU.td383 [IntrNoMem, IntrSpeculatable, Commutative]
393 [IntrNoMem, IntrSpeculatable, Commutative]
H A DIntrinsicsAArch64.td294 let IntrProperties = [IntrNoMem, Commutative];
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2905 TEST_F(FloatTest, Commutative) { in TEST_F() argument
3057 TEST_F(DoubleTest, Commutative) { in TEST_F() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragmentsSIMD.td43 // Commutative and Associative FMIN and FMAX.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14532 bool Commutative = true; in tryFoldSelectIntoOp() local
14541 Commutative = false; in tryFoldSelectIntoOp()
14555 else if (Commutative && FalseVal == TrueVal.getOperand(1)) in tryFoldSelectIntoOp()
14566 if (!Commutative) in tryFoldSelectIntoOp()