Searched refs:Commutative (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicsMips.td | 402 [Commutative, IntrNoMem]>; 405 [Commutative, IntrNoMem]>; 408 [Commutative, IntrNoMem]>; 411 [Commutative, IntrNoMem]>; 415 [Commutative, IntrNoMem]>; 418 [Commutative, IntrNoMem]>; 421 [Commutative, IntrNoMem]>; 424 [Commutative, IntrNoMem]>; 428 [Commutative, IntrNoMem]>; 431 [Commutative, IntrNoMem]>; [all …]
|
| H A D | IntrinsicsX86.td | 772 [IntrNoMem, Commutative]>; 775 [IntrNoMem, Commutative]>; 782 [IntrNoMem, Commutative]>; 1988 [IntrNoMem, Commutative]>; 1993 [IntrNoMem, Commutative]>; 1998 [IntrNoMem, Commutative]>; 2003 [IntrNoMem, Commutative]>; 2008 [IntrNoMem, Commutative]>; 2013 [IntrNoMem, Commutative]>; 2018 [IntrNoMem, Commutative]>; [all …]
|
| H A D | IntrinsicsNVVM.td | 44 [IntrNoMem, Commutative]>; 52 [IntrNoMem, Commutative]>; 55 [IntrNoMem, Commutative]>; 62 [IntrNoMem, Commutative]>; 66 [IntrNoMem, Commutative]>; 69 [IntrNoMem, Commutative]>; 77 [IntrNoMem, Commutative]>; 80 [IntrNoMem, Commutative]>; 84 [IntrNoMem, Commutative]>; 87 [IntrNoMem, Commutative]>; [all …]
|
| H A D | Intrinsics.td | 56 // Commutative - This intrinsic is commutative: X op Y == Y op X. 57 def Commutative : IntrinsicProperty; 534 [IntrNoMem, IntrSpeculatable, Commutative] 538 [IntrNoMem, IntrSpeculatable, Commutative] 542 [IntrNoMem, IntrSpeculatable, Commutative] 546 [IntrNoMem, IntrSpeculatable, Commutative] 825 [IntrNoMem, IntrSpeculatable, Commutative]>; 828 [IntrNoMem, IntrSpeculatable, Commutative]>; 840 [IntrNoMem, IntrSpeculatable, Commutative]>;
|
| H A D | IntrinsicsARM.td | 44 [Commutative, IntrNoMem]>; 411 let IntrProperties = [IntrNoMem, Commutative] in {
|
| H A D | IntrinsicsAArch64.td | 225 let IntrProperties = [IntrNoMem, Commutative];
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrFragmentsSIMD.td | 44 // Commutative and Associative FMIN and FMAX.
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 2872 TEST_F(FloatTest, Commutative) { in TEST_F() argument 3044 TEST_F(DoubleTest, Commutative) { in TEST_F() argument
|