Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp82 bool selectGlobalValue(Register ResVReg, MachineInstr &I,
273 return selectGlobalValue(ResVReg, I); in spvSelect()
1345 return selectGlobalValue(MI->getOperand(0).getReg(), *MI, Init); in selectIntrinsic()
1472 bool SPIRVInstructionSelector::selectGlobalValue( in selectGlobalValue() function in SPIRVInstructionSelector
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp81 bool selectGlobalValue(MachineInstr &I, MachineRegisterInfo &MRI,
387 return selectGlobalValue(I, MRI, MF); in select()
626 bool X86InstructionSelector::selectGlobalValue(MachineInstr &I, in selectGlobalValue() function in X86InstructionSelector