Home
last modified time | relevance | path

Searched refs:RCRegs (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp543 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in lowerInlineAsm() local
544 for (MCPhysReg Reg : RCRegs) in lowerInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1198 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in EmitMachineNode() local
1199 llvm::append_range(UsedRegs, RCRegs); in EmitMachineNode()
1418 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in EmitSpecialNode() local
1419 for (MCPhysReg Reg : RCRegs) in EmitSpecialNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp693 static const MCPhysReg RCRegs[] = {X86::FPCW, X86::MXCSR}; in getRoundingControlRegisters() local
694 return RCRegs; in getRoundingControlRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1032 static const MCPhysReg RCRegs[] = {AMDGPU::MODE}; in getRoundingControlRegisters() local
1033 return RCRegs; in getRoundingControlRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp24501 static const MCPhysReg RCRegs[] = {RISCV::FRM, RISCV::FFLAGS}; in getRoundingControlRegisters() local
24502 return RCRegs; in getRoundingControlRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17906 static const MCPhysReg RCRegs[] = {AArch64::FPCR}; in getRoundingControlRegisters() local
17907 return RCRegs; in getRoundingControlRegisters()