Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp871 class RISCVInsertVSETVLI : public MachineFunctionPass { class
884 RISCVInsertVSETVLI() : MachineFunctionPass(ID) {} in RISCVInsertVSETVLI() function in __anoncddf45c50111::RISCVInsertVSETVLI
930 char RISCVInsertVSETVLI::ID = 0;
931 char &llvm::RISCVInsertVSETVLIID = RISCVInsertVSETVLI::ID;
933 INITIALIZE_PASS(RISCVInsertVSETVLI, DEBUG_TYPE, RISCV_INSERT_VSETVLI_NAME, in INITIALIZE_PASS() argument
944 void RISCVInsertVSETVLI::forwardVSETVLIAVL(VSETVLIInfo &Info) const { in INITIALIZE_PASS()
959 RISCVInsertVSETVLI::getInfoForVSETVLI(const MachineInstr &MI) const { in getInfoForVSETVLI()
997 RISCVInsertVSETVLI::computeInfoForInstr(const MachineInstr &MI) const { in computeInfoForInstr()
1075 void RISCVInsertVSETVLI::insertVSETVLI(MachineBasicBlock &MBB, in insertVSETVLI()
1177 bool RISCVInsertVSETVLI::needVSETVLI(const DemandedFields &Used, in needVSETVLI()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1575 SRCS_MIN+= Target/RISCV/RISCVInsertVSETVLI.cpp