Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp84 bool selectConstant(MachineInstr &I, MachineRegisterInfo &MRI,
399 return selectConstant(I, MRI, MF); in select()
717 bool X86InstructionSelector::selectConstant(MachineInstr &I, in selectConstant() function in X86InstructionSelector