| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 30 let isCommutable = baseInst.isCommutable; 237 let isCommutable = true; 253 let isCommutable = true; 309 let isCommutable = true; 317 let isCommutable = true; 325 let isCommutable = true; 420 let isCommutable = true; 428 let isCommutable = true; 436 let isCommutable = true; 444 let isCommutable = true; [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrFloat.td | 47 let isCommutable = 1 in 50 let isCommutable = 1 in 59 let isCommutable = 1 in { 62 } // isCommutable = 1 79 let isCommutable = 1 in { 82 } // isCommutable = 1
|
| H A D | WebAssemblyInstrInteger.td | 49 let isCommutable = 1 in 52 let isCommutable = 1 in 61 let isCommutable = 1 in { 65 } // isCommutable = 1 72 let isCommutable = 1 in { 75 } // isCommutable = 1
|
| H A D | WebAssemblyInstrSIMD.td | 674 let isCommutable = 1 in { 678 } // isCommutable = 1 681 let isCommutable = 1 in { 685 } // isCommutable = 1 979 let isCommutable = 1 in { 983 } // isCommutable = 1 993 let isCommutable = 1 in 1002 } // isCommutable = 1 1024 let isCommutable = 1 in 1121 let isCommutable = 1 in [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 278 bool isCommutable : 1; ///< Is a commutable instruction. variable 310 isCallOp(false), isTwoAddress(false), isCommutable(false), in SUnit() 321 isCallOp(false), isTwoAddress(false), isCommutable(false), in SUnit() 331 isCommutable(false), hasPhysRegUses(false), hasPhysRegDefs(false), in SUnit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFPU.td | 298 let isCommutable = 1; 303 let isCommutable = 1; 308 let isCommutable = 1; 313 let isCommutable = 1; 334 let isCommutable = 1; 343 let isCommutable = 1;
|
| H A D | MipsInstrFPU.td | 117 let isCommutable = IsComm; 142 let isCommutable = IsComm; 289 let isCommutable = 1; 294 let isCommutable = 1; 299 let isCommutable = 1; 304 let isCommutable = 1; 325 let isCommutable = 1; 334 let isCommutable = 1;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOP3Instructions.td | 276 let isCommutable = 1 in { 331 } // End isCommutable = 1 349 let isCommutable = 1 in { 356 } // End isCommutable = 1 362 let isCommutable = 1 in { 367 } // End isCommutable = 1 440 let isCommutable = 1 in { 445 } // End isCommutable = 1 613 let isCommutable = 1, isReMaterializable = 1 in { 620 } // End isCommutable = 1, isReMaterializable = 1 [all …]
|
| H A D | VOP2Instructions.td | 491 let isCommutable = 1 in { 548 } // End isCommutable = 1 583 let isCommutable = 1 in { 589 } // End isCommutable = 1 659 let isCommutable = 1 in { 698 isCommutable = 1 in 708 isCommutable = 1 in 717 isCommutable = 1, 724 isCommutable = 1, 767 let isCommutable = 1 in [all …]
|
| H A D | SOPInstructions.td | 465 let isCommutable = 1 in { 470 } // End isCommutable = 1 478 let isCommutable = 1 in { 481 } // End isCommutable = 1 488 let isCommutable = 1 in { 501 } // End isCommutable = 1 526 let isCommutable = 1 in { 574 } // End isCommutable = 1 627 let isCommutable = 1; 1023 let isCommutable = 1; [all …]
|
| H A D | VOP3PInstructions.td | 61 let isCommutable = 1 in { 182 let isCommutable = 1, mayRaiseFPException = 0 in { 201 let isCommutable = 1 in { 484 let SubtargetPredicate = HasPackedFP32Ops, isCommutable = 1 in { 489 } // End SubtargetPredicate = HasPackedFP32Ops, isCommutable = 1
|
| H A D | GCNDPPCombine.cpp | 542 if (Use != Src0 && !(Use == Src1 && OrigMI.isCommutable())) { // [1] in combineDPPMov() 565 assert(Use == Src1 && OrigMI.isCommutable()); // by check [1] in combineDPPMov()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 474 let isCommutable = 1 in { 484 let isCommutable = 1 in { 503 let isCommutable = 1 in 509 let isCommutable = 1 in { 542 let isCommutable = 1 in { 579 let isCommutable = 1 in { 595 let isCommutable = 1 in { 611 let isCommutable = 1 in { 655 let isCommutable = 1 in { 711 let isCommutable = 1 in [all …]
|
| H A D | SystemZInstrHFP.td | 132 let isCommutable = 1 in { 143 let isCommutable = 1 in { 171 let isCommutable = 1 in {
|
| H A D | SystemZRegisterInfo.cpp | 96 if (Use.isCommutable()) in getRegAllocationHints() 102 Use.isCommutable()) { in getRegAllocationHints()
|
| H A D | SystemZInstrDFP.td | 146 let isCommutable = 1 in { 168 let isCommutable = 1 in {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 187 . isCommutable = 1 191 . isCommutable = 0 212 . isCommutable = 1 216 . isCommutable = 0 224 . isCommutable = 1 276 . isCommutable = 1
|
| H A D | PPCInstrAltivec.td | 458 let isCommutable = 1 in { 475 } // isCommutable 488 let isCommutable = 1 in { 510 } // isCommutable 512 let isCommutable = 1 in 584 } // isCommutable 637 } // isCommutable 691 } // isCommutable 1184 } // isCommutable 1245 } // isCommutable [all …]
|
| H A D | PPCInstr64Bit.td | 585 let isCommutable = 1 in { 592 } // isCommutable 596 let isCommutable = 1 in { 603 } // isCommutable 607 let isCommutable = 1 in { 614 } // let isCommutable = 1 640 let isCommutable = 1 in 694 let isCommutable = 1 in 727 let isCommutable = 1 in 790 } // isCommutable [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 98 SU->isCommutable = Old->isCommutable; in Clone() 459 if (MCID.isCommutable()) in AddSchedEdges() 460 SU->isCommutable = true; in AddSchedEdges()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFMA.td | 98 let Constraints = "$src1 = $dst", hasSideEffects = 0, isCommutable = 1, 240 let Constraints = "$src1 = $dst", isCommutable = 1, isCodeGenOnly = 1, 267 let Constraints = "$src1 = $dst", isCommutable = 1, hasSideEffects = 0, 393 let isCommutable = 1 in 470 let isCommutable = 1 in 497 let isCommutable = 1 in
|
| H A D | X86InstrArithmetic.td | 151 let isCommutable = 1 in { 170 } // isCommutable 953 let isCommutable = CommutableRR in { 960 } // isCommutable 1040 let isCommutable = CommutableRR in { 1047 } // isCommutable 1122 let isCommutable = CommutableRR in { 1129 } // isCommutable 1210 Defs = [EFLAGS], isCommutable = 1 in 1401 let isCommutable = 1 in { [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InstrDocsEmitter.cpp | 120 FLAG(isCommutable) in EmitInstrDocs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 472 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrArithmetic.td | 263 let isCommutable = isComm in { 293 let isCommutable = isComm in 323 let isCommutable = isComm in { 347 let isCommutable = 1 in { 353 } // isCommutable = 1 532 let isCommutable = isComm in {
|