Home
last modified time | relevance | path

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

1234

/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 …]
DCIInstructions.td72 let isCommutable = 1 in {
81 } // End isCommutable = 1
/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/include/llvm/CodeGen/
DScheduleDAG.h257 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/
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
DX86InstrArithmetic.td154 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/
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 …]
DPPCInstr64Bit.td429 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 …]
DREADME_P9.txt187 . 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/
DScheduleDAGSDNodes.cpp89 SU->isCommutable = Old->isCommutable; in Clone()
401 if (MCID.isCommutable()) in AddSchedEdges()
402 SU->isCommutable = true; in AddSchedEdges()
DScheduleDAGFast.cpp259 if (MCID.isCommutable()) in CopyAndMoveSuccessors()
260 NewSU->isCommutable = true; in CopyAndMoveSuccessors()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp97 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/
DMCInstrDesc.h454 bool isCommutable() const { in isCommutable() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h388 bool isCommutable() const { return Flags & (1 << MCID::Commutable); } in isCommutable() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h231 bool isCommutable; variable
/external/llvm/utils/TableGen/
DCodeGenInstruction.h240 bool isCommutable : 1; variable
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrArithmetic.td128 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
DX86InstrMMX.td32 let isCommutable = Commutable;
77 let isCommutable = 0 in
271 let isCommutable = 1 in
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.td342 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 {

1234