Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h724 ArrayRef<MCPhysReg> getRoundingControlRegisters() const override;
H A DAArch64ISelLowering.cpp16356 ArrayRef<MCPhysReg> AArch64TargetLowering::getRoundingControlRegisters() const { in getRoundingControlRegisters() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1730 ArrayRef<MCPhysReg> getRoundingControlRegisters() const override;
H A DX86ISelLoweringCall.cpp672 ArrayRef<MCPhysReg> X86TargetLowering::getRoundingControlRegisters() const { in getRoundingControlRegisters() function in X86TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1169 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in EmitMachineNode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4694 virtual ArrayRef<MCPhysReg> getRoundingControlRegisters() const { in getRoundingControlRegisters() function