Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1169 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in EmitMachineNode() local
1170 for (MCPhysReg Reg : RCRegs) in EmitMachineNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp675 static const MCPhysReg RCRegs[] = {X86::MXCSR}; in getRoundingControlRegisters() local
676 return RCRegs; in getRoundingControlRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16357 static const MCPhysReg RCRegs[] = {AArch64::FPCR}; in getRoundingControlRegisters() local
16358 return RCRegs; in getRoundingControlRegisters()