Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp543 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in lowerInlineAsm()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1196 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in EmitMachineNode()
1417 ArrayRef<MCPhysReg> RCRegs = TLI->getRoundingControlRegisters(); in EmitSpecialNode()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h289 ArrayRef<MCPhysReg> getRoundingControlRegisters() const override;
H A DSIISelLowering.cpp965 ArrayRef<MCPhysReg> SITargetLowering::getRoundingControlRegisters() const { in getRoundingControlRegisters() function in SITargetLowering
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h747 ArrayRef<MCPhysReg> getRoundingControlRegisters() const override;
H A DAArch64ISelLowering.cpp17483 ArrayRef<MCPhysReg> AArch64TargetLowering::getRoundingControlRegisters() const { in getRoundingControlRegisters() function in AArch64TargetLowering
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1742 ArrayRef<MCPhysReg> getRoundingControlRegisters() const override;
H A DX86ISelLoweringCall.cpp674 ArrayRef<MCPhysReg> X86TargetLowering::getRoundingControlRegisters() const { in getRoundingControlRegisters() function in X86TargetLowering
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4843 virtual ArrayRef<MCPhysReg> getRoundingControlRegisters() const { in getRoundingControlRegisters() function