Home
last modified time | relevance | path

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

/freebsd-13.1/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.td2005 [IntrNoMem, Commutative]>;
2010 [IntrNoMem, Commutative]>;
2015 [IntrNoMem, Commutative]>;
2020 [IntrNoMem, Commutative]>;
2025 [IntrNoMem, Commutative]>;
2030 [IntrNoMem, Commutative]>;
2035 [IntrNoMem, Commutative]>;
2040 [IntrNoMem, Commutative]>;
2045 [IntrNoMem, Commutative]>;
2050 [IntrNoMem, Commutative]>;
[all …]
H A DIntrinsicsNVVM.td515 [IntrNoMem, Commutative]>;
523 [IntrNoMem, Commutative]>;
526 [IntrNoMem, Commutative]>;
533 [IntrNoMem, Commutative]>;
537 [IntrNoMem, Commutative]>;
540 [IntrNoMem, Commutative]>;
548 [IntrNoMem, Commutative]>;
551 [IntrNoMem, Commutative]>;
555 [IntrNoMem, Commutative]>;
558 [IntrNoMem, Commutative]>;
[all …]
H A DIntrinsics.td57 // Commutative - This intrinsic is commutative: X op Y == Y op X.
58 def Commutative : IntrinsicProperty;
686 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]
690 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]
694 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]
698 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]
1053 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]>;
1075 Commutative, ImmArg<ArgIndex<2>>]>;
1080 Commutative, ImmArg<ArgIndex<2>>]>;
1095 Commutative, ImmArg<ArgIndex<2>>]>;
[all …]
H A DIntrinsicsARM.td43 [Commutative, IntrNoMem]>;
422 let IntrProperties = [IntrNoMem, Commutative] in {
H A DIntrinsicsAMDGPU.td260 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]
270 [IntrNoMem, IntrSpeculatable, IntrWillReturn, Commutative]
H A DIntrinsicsAArch64.td276 let IntrProperties = [IntrNoMem, Commutative];
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2872 TEST_F(FloatTest, Commutative) { in TEST_F() argument
3044 TEST_F(DoubleTest, Commutative) { in TEST_F() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragmentsSIMD.td43 // Commutative and Associative FMIN and FMAX.