Searched refs:RCRegs (Results 1 – 6 of 6) sorted by relevance
543 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in lowerInlineAsm() local544 for (MCPhysReg Reg : RCRegs) in lowerInlineAsm()
1198 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in EmitMachineNode() local1199 llvm::append_range(UsedRegs, RCRegs); in EmitMachineNode()1418 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in EmitSpecialNode() local1419 for (MCPhysReg Reg : RCRegs) in EmitSpecialNode()
693 static const MCPhysReg RCRegs[] = {X86::FPCW, X86::MXCSR}; in getRoundingControlRegisters() local694 return RCRegs; in getRoundingControlRegisters()
1032 static const MCPhysReg RCRegs[] = {AMDGPU::MODE}; in getRoundingControlRegisters() local1033 return RCRegs; in getRoundingControlRegisters()
24501 static const MCPhysReg RCRegs[] = {RISCV::FRM, RISCV::FFLAGS}; in getRoundingControlRegisters() local24502 return RCRegs; in getRoundingControlRegisters()
17906 static const MCPhysReg RCRegs[] = {AArch64::FPCR}; in getRoundingControlRegisters() local17907 return RCRegs; in getRoundingControlRegisters()