Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicsMips.td402 [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 DIntrinsicsX86.td772 [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 DIntrinsicsNVVM.td44 [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 DIntrinsics.td56 // 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 DIntrinsicsARM.td44 [Commutative, IntrNoMem]>;
411 let IntrProperties = [IntrNoMem, Commutative] in {
H A DIntrinsicsAArch64.td225 let IntrProperties = [IntrNoMem, Commutative];
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrFragmentsSIMD.td44 // Commutative and Associative FMIN and FMAX.
/freebsd-12.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