Searched refs:selectGlobalValue (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 82 bool selectGlobalValue(MachineInstr &I, MachineRegisterInfo &MRI, 397 return selectGlobalValue(I, MRI, MF); in select() 671 bool X86InstructionSelector::selectGlobalValue(MachineInstr &I, in selectGlobalValue() function in X86InstructionSelector
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 114 bool selectGlobalValue(Register ResVReg, MachineInstr &I, 352 return selectGlobalValue(ResVReg, I); in spvSelect() 1980 return selectGlobalValue(MI->getOperand(0).getReg(), *MI, Init); in selectIntrinsic() 2188 bool SPIRVInstructionSelector::selectGlobalValue( in selectGlobalValue() function in SPIRVInstructionSelector
|