Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h92 bool useIPRA() const override { in useIPRA() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h507 virtual bool useIPRA() const { in useIPRA() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp587 TM.Options.EnableIPRA |= TM.useIPRA(); in TargetPassConfig()