Home
last modified time | relevance | path

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

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