Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCV.h55 FunctionPass *createRISCVPreRAExpandPseudoPass();
H A DRISCVTargetMachine.cpp550 addPass(createRISCVPreRAExpandPseudoPass()); in addPreRegAlloc()
H A DRISCVExpandPseudoInsts.cpp633 FunctionPass *createRISCVPreRAExpandPseudoPass() { return new RISCVPreRAExpandPseudo(); } in createRISCVPreRAExpandPseudoPass() function