Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp82 bool selectMergeValues(MachineInstr &MI, MachineIRBuilder &MIB,
716 return selectMergeValues(MI, MIB, MRI); in select()
724 bool RISCVInstructionSelector::selectMergeValues( in selectMergeValues() function in RISCVInstructionSelector
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp233 static bool selectMergeValues(MachineInstrBuilder &MIB, in selectMergeValues() function
1119 if (!selectMergeValues(MIB, TII, MRI, TRI, RBI)) in select()
/src/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp102 bool selectMergeValues(MachineInstr &I, MachineRegisterInfo &MRI,
424 return selectMergeValues(I, MRI, MF); in select()
1439 bool X86InstructionSelector::selectMergeValues( in selectMergeValues() function in X86InstructionSelector
/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp200 bool selectMergeValues(MachineInstr &I, MachineRegisterInfo &MRI);
3538 return selectMergeValues(I, MRI); in select()
3785 bool AArch64InstructionSelector::selectMergeValues( in selectMergeValues() function in AArch64InstructionSelector