Searched refs:Reg32 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixBrTableDefaults.cpp | 74 Register Reg32 = in fixBrTableIndex() local 77 WST.getInstrInfo()->get(WebAssembly::I32_WRAP_I64), Reg32) in fixBrTableIndex() 79 MI.getOperand(0).setReg(Reg32); in fixBrTableIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 233 const Register Reg32 = RI.getSubReg(Reg64, SystemZ::subreg_l32); in expandLoadStackGuard() local 239 BuildMI(*MBB, MI, MI->getDebugLoc(), get(SystemZ::EAR), Reg32) in expandLoadStackGuard() 250 BuildMI(*MBB, MI, MI->getDebugLoc(), get(SystemZ::EAR), Reg32) in expandLoadStackGuard()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 1325 unsigned Reg32 = TRI->getSubReg(DstReg, AArch64::sub_32); in expandMI() local 1328 .addDef(Reg32) in expandMI()
|
H A D | AArch64InstrInfo.cpp | 2073 unsigned Reg32 = TRI->getSubReg(Reg, AArch64::sub_32); in expandPostRAPseudo() local 2075 .addDef(Reg32, RegState::Dead) in expandPostRAPseudo() 2115 unsigned Reg32 = TRI->getSubReg(Reg, AArch64::sub_32); in expandPostRAPseudo() local 2117 .addDef(Reg32, RegState::Dead) in expandPostRAPseudo()
|
H A D | AArch64FastISel.cpp | 3998 Register Reg32 = fastEmitInst_extractsubreg(MVT::i32, SrcReg, in selectTrunc() local 4001 ResultReg = emitAnd_ri(MVT::i32, Reg32, Mask); in selectTrunc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 6217 Register Reg32 = RI.getSubReg(Reg, X86::sub_32bit); in expandPostRAPseudo() local 6219 MIB->getOperand(0).setReg(Reg32); in expandPostRAPseudo()
|