/external/llvm-project/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 30 let isCommutable = baseInst.isCommutable; 237 let isCommutable = true; 245 let isCommutable = false; 253 let isCommutable = true; 261 let isCommutable = false; 269 let isCommutable = false; 277 let isCommutable = false; 285 let isCommutable = false; 293 let isCommutable = true; 301 let isCommutable = true; [all …]
|
/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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 215 let isCommutable = 1; 223 let isCommutable = 0; 231 let isCommutable = 1; 239 let isCommutable = 0; 247 let isCommutable = 0; 255 let isCommutable = 0; 263 let isCommutable = 0; 271 let isCommutable = 1; 279 let isCommutable = 1; 287 let isCommutable = 1; [all …]
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
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
|
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
|
D | WebAssemblyInstrSIMD.td | 473 let isCommutable = 1 in { 476 } // isCommutable = 1 479 let isCommutable = 1 in { 482 } // isCommutable = 1 554 let isCommutable = 1 in { 558 } // isCommutable = 1 716 let isCommutable = 1 in { 720 } // isCommutable = 1 730 let isCommutable = 1 in 734 let isCommutable = 1 in { [all …]
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
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
|
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
|
D | WebAssemblyInstrSIMD.td | 600 let isCommutable = 1 in { 603 } // isCommutable = 1 606 let isCommutable = 1 in { 609 } // isCommutable = 1 689 let isCommutable = 1 in { 693 } // isCommutable = 1 914 let isCommutable = 1 in { 918 } // isCommutable = 1 928 let isCommutable = 1 in 932 let isCommutable = 1 in { [all …]
|
/external/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 23 let isCommutable = 1; 31 let isCommutable = 1;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
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()
|
/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
|
/external/llvm-project/llvm/lib/Target/Mips/ |
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;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
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;
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
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 { 700 let Predicates = [FeatureVectorEnhancements1], isCommutable = 1 in { [all …]
|
D | SystemZInstrHFP.td | 132 let isCommutable = 1 in { 143 let isCommutable = 1 in { 171 let isCommutable = 1 in {
|
/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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrHFP.td | 132 let isCommutable = 1 in { 143 let isCommutable = 1 in { 171 let isCommutable = 1 in {
|