Home
last modified time | relevance | path

Searched refs:RISCVFoldMemOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFoldMemOffset.cpp30 class RISCVFoldMemOffset : public MachineFunctionPass { class
34 RISCVFoldMemOffset() : MachineFunctionPass(ID) {} in RISCVFoldMemOffset() function in __anon99dd37ee0111::RISCVFoldMemOffset
75 char RISCVFoldMemOffset::ID = 0;
76 INITIALIZE_PASS(RISCVFoldMemOffset, DEBUG_TYPE, RISCV_FOLD_MEM_OFFSET_NAME, in INITIALIZE_PASS() argument
80 return new RISCVFoldMemOffset(); in INITIALIZE_PASS()
90 bool RISCVFoldMemOffset::foldOffset( in foldOffset()
234 bool RISCVFoldMemOffset::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/freebsd/lib/clang/libllvm/
H A DMakefile1693 SRCS_MIN+= Target/RISCV/RISCVFoldMemOffset.cpp