| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 180 let isCommutable = 1; 188 let isCommutable = 0; 196 let isCommutable = 1; 204 let isCommutable = 0; 212 let isCommutable = 0; 220 let isCommutable = 0; 228 let isCommutable = 0; 236 let isCommutable = 1; 244 let isCommutable = 1; 252 let isCommutable = 1; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInteger.td | 50 let isCommutable = 1 in 53 let isCommutable = 1 in 62 let isCommutable = 1 in { 66 } // isCommutable = 1 73 let isCommutable = 1 in { 76 } // isCommutable = 1
|
| H A D | WebAssemblyInstrFloat.td | 48 let isCommutable = 1 in 51 let isCommutable = 1 in 60 let isCommutable = 1 in { 63 } // isCommutable = 1 80 let isCommutable = 1 in { 83 } // isCommutable = 1
|
| H A D | WebAssemblyInstrSIMD.td | 491 let isCommutable = 1 in { 494 } // isCommutable = 1 497 let isCommutable = 1 in { 500 } // isCommutable = 1 570 let isCommutable = 1 in { 574 } // isCommutable = 1 699 let isCommutable = 1 in { 703 } // isCommutable = 1 744 let isCommutable = 1 in 751 let isCommutable = 1 in
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 282 bool isCommutable : 1; ///< Is a commutable instruction. 314 isCallOp(false), isTwoAddress(false), isCommutable(false), 325 isCallOp(false), isTwoAddress(false), isCommutable(false), 335 isCommutable(false), hasPhysRegUses(false), hasPhysRegDefs(false),
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFPU.td | 299 let isCommutable = 1; 304 let isCommutable = 1; 309 let isCommutable = 1; 314 let isCommutable = 1; 335 let isCommutable = 1; 344 let isCommutable = 1;
|
| H A D | MipsInstrFPU.td | 115 let isCommutable = IsComm; 139 let isCommutable = IsComm; 285 let isCommutable = 1; 290 let isCommutable = 1; 295 let isCommutable = 1; 300 let isCommutable = 1; 321 let isCommutable = 1; 330 let isCommutable = 1;
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SOPInstructions.td | 352 let isCommutable = 1 in { 357 } // End isCommutable = 1 365 let isCommutable = 1 in { 368 } // End isCommutable = 1 375 let isCommutable = 1 in { 388 } // End isCommutable = 1 398 let isCommutable = 1 in { 446 } // End isCommutable = 1 497 let isCommutable = 1; 780 let isCommutable = 1; [all …]
|
| H A D | VOP2Instructions.td | 401 let isCommutable = 1 in { 450 } // End isCommutable = 1 493 let isCommutable = 1 in { 498 } // End isCommutable = 1 561 let isCommutable = 1 in { 584 } // End isCommutable = 1 595 isCommutable = 1 in {
|
| H A D | VOP3PInstructions.td | 44 let isCommutable = 1 in { 139 let isCommutable = 1 in { 158 let isCommutable = 1 in {
|
| H A D | VOP3Instructions.td | 286 let isCommutable = 1 in { 334 } // End isCommutable = 1 427 let isCommutable = 1 in { 432 } // End isCommutable = 1 458 let SubtargetPredicate = Has16BitInsts, isCommutable = 1 in { 485 } // End SubtargetPredicate = Has16BitInsts, isCommutable = 1
|
| H A D | SIShrinkInstructions.cpp | 110 if (TryToCommute && MI.isCommutable()) { in foldImmediates() 605 if (!MI.isCommutable() || !TII->commuteInstruction(MI) || in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrAltivec.td | 457 let isCommutable = 1 in { 473 } // isCommutable 486 let isCommutable = 1 in { 508 } // isCommutable 510 let isCommutable = 1 in 582 } // isCommutable 633 } // isCommutable 685 } // isCommutable 1090 } // isCommutable 1147 } // isCommutable [all …]
|
| 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 | PPCInstr64Bit.td | 439 let isCommutable = 1 in { 446 } // isCommutable 450 let isCommutable = 1 in { 457 } // isCommutable 461 let isCommutable = 1 in { 468 } // let isCommutable = 1 494 let isCommutable = 1 in 548 let isCommutable = 1 in 581 let isCommutable = 1 in 644 } // isCommutable [all …]
|
| H A D | PPCInstrVSX.td | 240 let isCommutable = 1 in 256 let isCommutable = 1 in 272 let isCommutable = 1 in 288 let isCommutable = 1 in 304 let isCommutable = 1 in 320 let isCommutable = 1 in 336 let isCommutable = 1 in 352 let isCommutable = 1 in 811 } // isCommutable 843 } // isCommutable [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 133 let isCommutable = 1 in { 144 let isCommutable = 1 in { 172 let isCommutable = 1 in {
|
| H A D | SystemZInstrDFP.td | 139 let isCommutable = 1 in { 160 let isCommutable = 1 in {
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 98 SU->isCommutable = Old->isCommutable; in Clone() 438 if (MCID.isCommutable()) in AddSchedEdges() 439 SU->isCommutable = true; in AddSchedEdges()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrFMA.td | 99 let Constraints = "$src1 = $dst", hasSideEffects = 0, isCommutable = 1 in 240 let Constraints = "$src1 = $dst", isCommutable = 1, hasSideEffects = 0 in 266 let Constraints = "$src1 = $dst", isCommutable = 1, isCodeGenOnly = 1, 391 let isCommutable = 1 in 466 let isCommutable = 1 in 493 let isCommutable = 1 in
|
| H A D | X86InstrArithmetic.td | 152 let isCommutable = 1 in { 171 } // isCommutable 930 let isCommutable = CommutableRR in { 937 } // isCommutable 1017 let isCommutable = CommutableRR in { 1024 } // isCommutable 1099 let isCommutable = CommutableRR in { 1106 } // isCommutable 1229 let isCommutable = 1 in { 1237 } // isCommutable [all …]
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | InstrDocsEmitter.cpp | 121 FLAG(isCommutable) in EmitInstrDocs()
|
| H A D | CodeGenInstruction.h | 255 bool isCommutable : 1; variable
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 437 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb.td | 927 let isCommutable = 1, Uses = [CPSR] in 952 let isCommutable = 1 in 965 let isCommutable = 1, Uses = [CPSR] in 987 let isCommutable = 1 in 1028 let isCommutable = 1 in 1113 let isCommutable = 1 in 1200 let isCommutable = 1 in 1223 let isCommutable = 1 in 1380 let isCompare = 1, isCommutable = 1, Defs = [CPSR] in
|