Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp61 void preISelLower(MachineInstr &MI, MachineIRBuilder &MIB,
515 preISelLower(MI, MIB, MRI); in select()
769 void RISCVInstructionSelector::preISelLower(MachineInstr &MI, in preISelLower() function in RISCVInstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp101 bool preISelLower(MachineInstr &I);
2072 bool AArch64InstructionSelector::preISelLower(MachineInstr &I) { in preISelLower() function in AArch64InstructionSelector
2509 if (preISelLower(I)) { in select()