Home
last modified time | relevance | path

Searched refs:InRegLEA (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86InstrInfo.cpp743 unsigned InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
760 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
763 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
774 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
779 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
783 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
791 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
805 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
817 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
833 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86InstrInfo.cpp818 unsigned InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass);
835 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA);
838 .addReg(InRegLEA, RegState::Define, SubReg)
848 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0);
852 addRegOffset(MIB, InRegLEA, true, 1);
855 addRegOffset(MIB, InRegLEA, true, -1);
862 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm());
875 addRegReg(MIB, InRegLEA, true, InRegLEA, false);
887 addRegReg(MIB, InRegLEA, true, InRegLEA2, true);
903 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1264 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1281 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1284 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1295 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1300 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1304 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1312 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1326 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1338 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1354 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86InstrInfo.cpp780 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
797 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
800 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
811 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
816 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
820 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
828 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
842 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
854 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
870 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1264 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1281 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1284 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1295 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1300 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1304 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1312 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1326 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1338 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1354 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86InstrInfo.cpp1264 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1281 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1284 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1295 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1300 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1304 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1312 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1326 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1338 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1354 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp780 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
797 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
800 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
811 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
816 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
820 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
828 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
842 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
854 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
870 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1264 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1281 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1284 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1295 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1300 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1304 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1312 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1326 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1338 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1354 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp780 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
797 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
800 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
811 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
816 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
820 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
828 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
842 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
854 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
870 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1264 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1281 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1284 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1295 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1300 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1304 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1312 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1326 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1338 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1354 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1265 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1282 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1285 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1296 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1301 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1305 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1313 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1327 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1339 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1355 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86InstrInfo.cpp1265 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1282 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1285 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1296 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1301 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1305 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1313 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1327 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1339 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1355 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1265 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1282 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1285 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1296 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1301 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1305 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1313 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1327 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1339 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1355 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1272 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1289 BuildMI(MBB, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1292 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1303 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1308 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1312 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1320 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1334 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1346 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1362 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1265 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass); in convertToThreeAddressWithLEA() local
1282 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA); in convertToThreeAddressWithLEA()
1285 .addReg(InRegLEA, RegState::Define, SubReg) in convertToThreeAddressWithLEA()
1296 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0); in convertToThreeAddressWithLEA()
1301 addRegOffset(MIB, InRegLEA, true, 1); in convertToThreeAddressWithLEA()
1305 addRegOffset(MIB, InRegLEA, true, -1); in convertToThreeAddressWithLEA()
1313 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm()); in convertToThreeAddressWithLEA()
1327 addRegReg(MIB, InRegLEA, true, InRegLEA, false); in convertToThreeAddressWithLEA()
1339 addRegReg(MIB, InRegLEA, true, InRegLEA2, true); in convertToThreeAddressWithLEA()
1355 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1265 Register InRegLEA = RegInfo.createVirtualRegister(&X86::GR64_NOSPRegClass);
1282 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(X86::IMPLICIT_DEF), InRegLEA);
1285 .addReg(InRegLEA, RegState::Define, SubReg)
1296 .addReg(InRegLEA, RegState::Kill).addImm(0).addReg(0);
1301 addRegOffset(MIB, InRegLEA, true, 1);
1305 addRegOffset(MIB, InRegLEA, true, -1);
1313 addRegOffset(MIB, InRegLEA, true, MI.getOperand(2).getImm());
1327 addRegReg(MIB, InRegLEA, true, InRegLEA, false);
1339 addRegReg(MIB, InRegLEA, true, InRegLEA2, true);
1355 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI);