Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp84 bool selectMergeValues(MachineInstr &MI, MachineIRBuilder &MIB,
703 return selectMergeValues(MI, MIB, MRI); in select()
711 bool RISCVInstructionSelector::selectMergeValues( in selectMergeValues() function in RISCVInstructionSelector
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp231 static bool selectMergeValues(MachineInstrBuilder &MIB, in selectMergeValues() function
1108 if (!selectMergeValues(MIB, TII, MRI, TRI, RBI)) in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp102 bool selectMergeValues(MachineInstr &I, MachineRegisterInfo &MRI,
417 return selectMergeValues(I, MRI, MF); in select()
1405 bool X86InstructionSelector::selectMergeValues( in selectMergeValues() function in X86InstructionSelector
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp201 bool selectMergeValues(MachineInstr &I, MachineRegisterInfo &MRI);
3548 return selectMergeValues(I, MRI); in select()
3937 bool AArch64InstructionSelector::selectMergeValues( in selectMergeValues() function in AArch64InstructionSelector