Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp204 MachineInstr *emitLoadFromConstantPool(const Constant *CPVal,
2577 auto *LoadMI = emitLoadFromConstantPool(FPImm, MIB); in select()
4341 MachineInstr *AArch64InstructionSelector::emitLoadFromConstantPool( in emitLoadFromConstantPool() function in AArch64InstructionSelector
5163 MachineInstr *IndexLoad = emitLoadFromConstantPool(CPVal, MIB); in selectShuffleVector()
5403 auto *CPLoad = emitLoadFromConstantPool(CV, MIRBuilder); in emitConstantVector()