Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp85 bool selectGlobalValue(Register ResVReg, MachineInstr &I,
279 return selectGlobalValue(ResVReg, I); in spvSelect()
1358 return selectGlobalValue(MI->getOperand(0).getReg(), *MI, Init); in selectIntrinsic()
1502 bool SPIRVInstructionSelector::selectGlobalValue( in selectGlobalValue() function in SPIRVInstructionSelector
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp82 bool selectGlobalValue(MachineInstr &I, MachineRegisterInfo &MRI,
390 return selectGlobalValue(I, MRI, MF); in select()
637 bool X86InstructionSelector::selectGlobalValue(MachineInstr &I, in selectGlobalValue() function in X86InstructionSelector