Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp77 bool selectGlobalValue(Register ResVReg, MachineInstr &I,
260 return selectGlobalValue(ResVReg, I); in spvSelect()
1180 return selectGlobalValue(MI->getOperand(0).getReg(), *MI, Init); in selectIntrinsic()
1301 bool SPIRVInstructionSelector::selectGlobalValue( in selectGlobalValue() function in SPIRVInstructionSelector
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp81 bool selectGlobalValue(MachineInstr &I, MachineRegisterInfo &MRI,
351 return selectGlobalValue(I, MRI, MF); in select()
590 bool X86InstructionSelector::selectGlobalValue(MachineInstr &I, in selectGlobalValue() function in X86InstructionSelector