Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp543 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in lowerInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1198 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in EmitMachineNode()
1418 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in EmitSpecialNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h469 ArrayRef<MCPhysReg> getRoundingControlRegisters() const override;
H A DRISCVISelLowering.cpp24499 ArrayRef<MCPhysReg> RISCVTargetLowering::getRoundingControlRegisters() const { in getRoundingControlRegisters() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h301 ArrayRef<MCPhysReg> getRoundingControlRegisters() const override;
H A DSIISelLowering.cpp1031 ArrayRef<MCPhysReg> SITargetLowering::getRoundingControlRegisters() const { in getRoundingControlRegisters() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h267 ArrayRef<MCPhysReg> getRoundingControlRegisters() const override;
H A DAArch64ISelLowering.cpp17905 ArrayRef<MCPhysReg> AArch64TargetLowering::getRoundingControlRegisters() const { in getRoundingControlRegisters() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1834 ArrayRef<MCPhysReg> getRoundingControlRegisters() const override;
H A DX86ISelLoweringCall.cpp692 ArrayRef<MCPhysReg> X86TargetLowering::getRoundingControlRegisters() const { in getRoundingControlRegisters() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5030 virtual ArrayRef<MCPhysReg> getRoundingControlRegisters() const { in getRoundingControlRegisters() function