Home
last modified time | relevance | path

Searched refs:addSExt32Register (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMachineFunctionInfo.h73 void addSExt32Register(Register Reg) { SExt32Registers.push_back(Reg); } in addSExt32Register() function
H A DLoongArchISelLowering.cpp6953 LAFI->addSExt32Register(VReg); in unpackFromRegLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.cpp141 void RISCVMachineFunctionInfo::addSExt32Register(Register Reg) { in addSExt32Register() function in RISCVMachineFunctionInfo
H A DRISCVMachineFunctionInfo.h213 void addSExt32Register(Register Reg);
H A DRISCVISelLowering.cpp22119 RVFI->addSExt32Register(VReg); in unpackFromRegLoc()