Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp667 bool UseOpcodeThatLoads = Indirect && !STI.isThumb(); in selectGlobal() local
673 ? (UseOpcodeThatLoads ? (unsigned)ARM::MOV_ga_pcrel_ldr in selectGlobal()
675 : (UseOpcodeThatLoads ? (unsigned)ARM::LDRLIT_ga_pcrel_ldr in selectGlobal()
687 if (!UseOpcodeThatLoads) { in selectGlobal()