Home
last modified time | relevance | path

Searched refs:isFaultFirstLoad (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h332 bool isFaultFirstLoad(const MachineInstr &MI);
H A DRISCVInsertVSETVLI.cpp1270 if (RISCV::isFaultFirstLoad(MI)) { in transferAfter()
1747 if (RISCV::isFaultFirstLoad(MI)) { in insertReadVL()
H A DRISCVAsmPrinter.cpp971 bool hasVLOutput = RISCV::isFaultFirstLoad(*MI); in lowerRISCVVMachineInstrToMCInst()
H A DRISCVInstrInfo.cpp3868 bool RISCV::isFaultFirstLoad(const MachineInstr &MI) { in isFaultFirstLoad() function in RISCV