Searched refs:Commutative (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsMips.td | 401 [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 D | IntrinsicsX86.td | 2206 [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 D | IntrinsicsNVVM.td | 568 [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 D | Intrinsics.td | 57 // 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 D | IntrinsicsARM.td | 49 [Commutative, IntrNoMem]>; 499 let IntrProperties = [IntrNoMem, Commutative] in {
|
| H A D | IntrinsicsAMDGPU.td | 383 [IntrNoMem, IntrSpeculatable, Commutative] 393 [IntrNoMem, IntrSpeculatable, Commutative]
|
| H A D | IntrinsicsAArch64.td | 294 let IntrProperties = [IntrNoMem, Commutative];
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 2905 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 D | X86InstrFragmentsSIMD.td | 43 // Commutative and Associative FMIN and FMAX.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 14532 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()
|