Home
last modified time | relevance | path

Searched refs:isCommutable (Results 1 – 25 of 209) sorted by relevance

123456789

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
DGenericOpcodes.td30 let isCommutable = baseInst.isCommutable;
249 let isCommutable = true;
257 let isCommutable = false;
265 let isCommutable = true;
273 let isCommutable = false;
281 let isCommutable = false;
289 let isCommutable = false;
297 let isCommutable = false;
305 let isCommutable = false;
313 let isCommutable = false;
[all …]
/external/llvm/lib/Target/AMDGPU/
DVIInstructions.td47 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 {
DSIShrinkInstructions.cpp175 if (TryToCommute && MI.isCommutable() && TII->commuteInstruction(MI)) in foldImmediates()
315 if (!MI.isCommutable() || !TII->commuteInstruction(MI) || in runOnMachineFunction()
DSIInstructions.td196 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/
DGenericOpcodes.td215 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/
DWebAssemblyInstrInteger.td19 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
DWebAssemblyInstrFloat.td17 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/
DGenericOpcodes.td23 let isCommutable = 1;
31 let isCommutable = 1;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td47 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
DWebAssemblyInstrInteger.td49 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
DWebAssemblyInstrSIMD.td473 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td47 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
DWebAssemblyInstrInteger.td49 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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h278 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/
DScheduleDAG.h278 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/
DScheduleDAG.h280 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/
DX86InstrFMA.td37 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMicroMipsInstrFPU.td312 let isCommutable = 1;
317 let isCommutable = 1;
322 let isCommutable = 1;
327 let isCommutable = 1;
348 let isCommutable = 1;
357 let isCommutable = 1;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsInstrFPU.td298 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-16.0/llvm/lib/Target/AMDGPU/
DVOP3Instructions.td124 let isCommutable = 1 in {
179 } // End isCommutable = 1
197 let isCommutable = 1 in {
204 } // End isCommutable = 1
210 let isCommutable = 1 in {
215 } // End isCommutable = 1
292 let isCommutable = 1, SchedRW = [WriteIntMul, WriteSALU] in {
302 } // End isCommutable = 1, SchedRW = [WriteIntMul, WriteSALU]
318 let SubtargetPredicate = Has16BitInsts, isCommutable = 1 in {
367 } // End SubtargetPredicate = Has16BitInsts, isCommutable = 1
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td474 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 …]
DSystemZInstrHFP.td132 let isCommutable = 1 in {
143 let isCommutable = 1 in {
171 let isCommutable = 1 in {
/external/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td143 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 …]
DPPCInstrAltivec.td456 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/
DSystemZInstrHFP.td132 let isCommutable = 1 in {
143 let isCommutable = 1 in {
171 let isCommutable = 1 in {

123456789