Home
last modified time | relevance | path

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

123456789

/external/llvm-project/llvm/include/llvm/Target/
DGenericOpcodes.td30 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/
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/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/llvm-project/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.td600 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/
DGenericOpcodes.td23 let isCommutable = 1;
31 let isCommutable = 1;
/external/llvm-project/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/llvm-project/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-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/llvm-project/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