Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankSelect.cpp61 assert(checkFunctionIsLegal(MF)); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h646 bool checkFunctionIsLegal(MachineFunction &MF) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp721 bool RegBankSelect::checkFunctionIsLegal(MachineFunction &MF) const { in checkFunctionIsLegal() function in RegBankSelect
748 if (!checkFunctionIsLegal(MF)) in runOnMachineFunction()