Searched refs:isConvertibleToThreeAddress (Results 1 – 19 of 19) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 459 let isConvertibleToThreeAddress = 1, CodeSize = 2 in { // Can xform into LEA. 471 } // isConvertibleToThreeAddress = 1, CodeSize = 2 505 let isConvertibleToThreeAddress = 1, CodeSize = 2 in { // Can xform into LEA. 517 } // isConvertibleToThreeAddress = 1, CodeSize = 2 960 let isConvertibleToThreeAddress = ConvertibleToThreeAddress in { 964 } // isConvertibleToThreeAddress 979 let isConvertibleToThreeAddress = ConvertibleToThreeAddress in { 1043 let isConvertibleToThreeAddress = ConvertibleToThreeAddress in { 1047 } // isConvertibleToThreeAddress 1062 let isConvertibleToThreeAddress = ConvertibleToThreeAddress in { [all …]
|
D | X86InstrShiftRotate.td | 38 let isConvertibleToThreeAddress = 1 in { // Can transform into LEA. 52 } // isConvertibleToThreeAddress = 1
|
D | X86InstrCompiler.td | 1335 let isConvertibleToThreeAddress = 1,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 441 let isConvertibleToThreeAddress = 1, CodeSize = 2 in { // Can xform into LEA. 455 } // isConvertibleToThreeAddress = 1, CodeSize = 2 488 let isConvertibleToThreeAddress = 1, CodeSize = 2 in { // Can xform into LEA. 502 } // isConvertibleToThreeAddress = 1, CodeSize = 2 932 let isConvertibleToThreeAddress = ConvertibleToThreeAddressRR in { 937 } // isConvertibleToThreeAddress 950 let isConvertibleToThreeAddress = ConvertibleToThreeAddress in { 1020 let isConvertibleToThreeAddress = ConvertibleToThreeAddress in { 1024 } // isConvertibleToThreeAddress 1039 let isConvertibleToThreeAddress = ConvertibleToThreeAddress in { [all …]
|
D | X86InstrShiftRotate.td | 33 let isConvertibleToThreeAddress = 1 in { // Can transform into LEA. 50 } // isConvertibleToThreeAddress = 1
|
D | X86InstrCompiler.td | 1388 let isConvertibleToThreeAddress = 1, isPseudo = 1,
|
D | X86InstrAVX512.td | 1193 isConvertibleToThreeAddress = IsConvertibleToThreeAddress in 3398 let Constraints = "$src0 = $dst", isConvertibleToThreeAddress = 1 in {
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 239 bool isConvertibleToThreeAddress : 1; variable
|
D | InstrInfoEmitter.cpp | 493 if (Inst.isConvertibleToThreeAddress) OS << "|(1ULL<<MCID::ConvertibleTo3Addr)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 314 isConvertibleToThreeAddress = R->getValueAsBit("isConvertibleToThreeAddress"); in CodeGenInstruction()
|
/external/llvm/docs/TableGen/ |
D | index.rst | 116 bit isConvertibleToThreeAddress = 1; 162 isConvertibleToThreeAddress = 1 in // Can transform into LEA.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 488 isConvertibleToThreeAddress = 1 in { 638 isConvertibleToThreeAddress = 1 in { 651 isConvertibleToThreeAddress = 1, 660 isConvertibleToThreeAddress = 1, 715 isConvertibleToThreeAddress = 1,
|
D | VOPInstructions.td | 12 bit isConvertibleToThreeAddress;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 1569 let NumOpsValue = "2", isConvertibleToThreeAddress = 1 in 1581 let NumOpsValue = "2", isConvertibleToThreeAddress = 1 in 1608 let NumOpsValue = "2", isConvertibleToThreeAddress = 1 in 1644 let NumOpsValue = "2", isConvertibleToThreeAddress = 1 in 2424 let NumOpsValue = "2", isConvertibleToThreeAddress = 1 in
|
D | SystemZInstrInfo.td | 1011 let isConvertibleToThreeAddress = 1 in {
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 374 bit isConvertibleToThreeAddress = 0; // Can this 2-addr instruction promote?
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 518 bit isConvertibleToThreeAddress = 0; // Can this 2-addr instruction promote?
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1130 let isConvertibleToThreeAddress = 1 in {
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 1551 isConvertibleToThreeAddress = 1 in {
|