/external/llvm/lib/Target/AMDGPU/ |
D | VIInstructions.td | 47 let isCommutable = 1 in { 56 } // End isCommutable = 1 58 let isCommutable = 1 in { 64 } // End isCommutable = 1 68 let isCommutable = 1 in { 75 } // End isCommutable = 1 81 let isCommutable = 1 in {
|
D | SIShrinkInstructions.cpp | 175 if (TryToCommute && MI.isCommutable() && TII->commuteInstruction(MI)) in foldImmediates() 315 if (!MI.isCommutable() || !TII->commuteInstruction(MI) || in runOnMachineFunction()
|
D | SIInstructions.td | 196 let isCommutable = 1 in { 201 } // End isCommutable = 1 209 let isCommutable = 1 in { 212 } // End isCommutable = 1 391 let Defs = [SCC], isCommutable = 1, DisableEncoding = "$src0", 532 let isCompare = 1, isCommutable = 1 in { 759 } // End isCompare = 1, isCommutable = 1 1485 let isCommutable = 1 in { 1494 } // End isCommutable = 1 1496 let isCommutable = 1 in { [all …]
|
D | CIInstructions.td | 72 let isCommutable = 1 in { 81 } // End isCommutable = 1
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 19 let isCommutable = 1 in 22 let isCommutable = 1 in 31 let isCommutable = 1 in { 35 } // isCommutable = 1 42 let isCommutable = 1 in { 45 } // isCommutable = 1
|
D | WebAssemblyInstrFloat.td | 17 let isCommutable = 1 in 20 let isCommutable = 1 in 29 let isCommutable = 1 in { 32 } // isCommutable = 1 53 let isCommutable = 1 in { 56 } // isCommutable = 1
|
/external/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 23 let isCommutable = 1; 31 let isCommutable = 1;
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 257 bool isCommutable : 1; // Is a commutable instruction. 284 isCommutable(false), hasPhysRegDefs(false), hasPhysRegClobbers(false), 298 isCommutable(false), hasPhysRegDefs(false), hasPhysRegClobbers(false), 311 isCommutable(false), hasPhysRegDefs(false), hasPhysRegClobbers(false),
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 280 bool isCommutable : 1; // Is a commutable instruction. 313 isCallOp(false), isTwoAddress(false), isCommutable(false), 329 isCallOp(false), isTwoAddress(false), isCommutable(false), 344 isCallOp(false), isTwoAddress(false), isCommutable(false),
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFMA.td | 37 let Constraints = "$src1 = $dst", hasSideEffects = 0, isCommutable = 1 in 142 let Constraints = "$src1 = $dst", isCommutable = 1, hasSideEffects = 0 in 175 let Constraints = "$src1 = $dst", isCommutable = 1, isCodeGenOnly = 1, 270 let isCommutable = 1 in 301 let isCommutable = 1 in 326 let isCommutable = 1 in 346 let isCommutable = 1 in
|
D | X86InstrArithmetic.td | 154 let isCommutable = 1, SchedRW = [WriteIMul] in { 173 } // isCommutable, SchedRW 958 let isCommutable = CommutableRR in { 965 } // isCommutable 1041 let isCommutable = CommutableRR in { 1048 } // isCommutable 1121 let isCommutable = CommutableRR in { 1128 } // isCommutable 1225 let isCommutable = 1 in { 1230 } // isCommutable [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 143 let isCommutable = 1 in { 191 let isCommutable = 1 in 207 let isCommutable = 1 in 223 let isCommutable = 1 in 239 let isCommutable = 1 in 255 let isCommutable = 1 in 271 let isCommutable = 1 in 287 let isCommutable = 1 in 303 let isCommutable = 1 in 319 let isCommutable = 1 in [all …]
|
D | PPCInstrAltivec.td | 456 let isCommutable = 1 in { 472 } // isCommutable 485 let isCommutable = 1 in { 507 } // isCommutable 509 let isCommutable = 1 in 559 let isCommutable = 1 in { 581 } // isCommutable 615 let isCommutable = 1 in { 632 } // isCommutable 677 let isCommutable = 1 in { [all …]
|
D | PPCInstr64Bit.td | 429 let isCommutable = 1 in { 436 } // isCommutable 440 let isCommutable = 1 in { 447 } // isCommutable 451 let isCommutable = 1 in { 458 } // let isCommutable = 1 484 let isCommutable = 1 in 496 let isCommutable = 1 in 529 let isCommutable = 1 in 558 let isCommutable = 1 in { [all …]
|
D | README_P9.txt | 187 . isCommutable = 1 191 . isCommutable = 0 212 . isCommutable = 1 216 . isCommutable = 0 224 . isCommutable = 1 276 . isCommutable = 1
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 89 SU->isCommutable = Old->isCommutable; in Clone() 401 if (MCID.isCommutable()) in AddSchedEdges() 402 SU->isCommutable = true; in AddSchedEdges()
|
D | ScheduleDAGFast.cpp | 259 if (MCID.isCommutable()) in CopyAndMoveSuccessors() 260 NewSU->isCommutable = true; in CopyAndMoveSuccessors()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 97 SU->isCommutable = Old->isCommutable; in Clone() 439 if (MCID.isCommutable()) in AddSchedEdges() 440 SU->isCommutable = true; in AddSchedEdges()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 454 bool isCommutable() const { in isCommutable() function
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 388 bool isCommutable() const { return Flags & (1 << MCID::Commutable); } in isCommutable() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.h | 231 bool isCommutable; variable
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 240 bool isCommutable : 1; variable
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrArithmetic.td | 128 let isCommutable = 1 in { // X = IMUL Y, Z --> X = IMUL Z, Y 889 let isCommutable = CommutableRR, 895 } // isCommutable 960 let isCommutable = CommutableRR, 966 } // isCommutable 1028 let isCommutable = CommutableRR, 1034 } // isCommutable 1118 let isCommutable = 1 in { 1123 } // isCommutable
|
D | X86InstrMMX.td | 32 let isCommutable = Commutable; 77 let isCommutable = 0 in 271 let isCommutable = 1 in
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 342 let isCommutable = 1 in { // X = ADD Y, Z == X = ADD Z, Y 430 let isCommutable = 1 in { // X = ADDC Y, Z == X = ADDC Z, Y 441 } // isCommutable 504 let isCommutable = 1 in { // X = AND Y, Z == X = AND Z, Y 588 let isCommutable = 1 in { // X = OR Y, Z == X = OR Z, Y 701 let isCommutable = 1 in { // X = XOR Y, Z == X = XOR Z, Y 1051 let isCommutable = 1 in {
|