Searched refs:emitLoadFromConstantPool (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 241 MachineInstr *emitLoadFromConstantPool(const Constant *CPVal, 2671 auto *LoadMI = emitLoadFromConstantPool(FPImm, MIB); in select() 4154 MachineInstr *AArch64InstructionSelector::emitLoadFromConstantPool( in emitLoadFromConstantPool() function in AArch64InstructionSelector 5098 MachineInstr *IndexLoad = emitLoadFromConstantPool(CPVal, MIB); in selectShuffleVector() 5674 auto *CPLoad = emitLoadFromConstantPool(CV, MIRBuilder); in emitConstantVector()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 3089 static void emitLoadFromConstantPool(Register DstReg, const Constant *ConstVal, in emitLoadFromConstantPool() function 3116 emitLoadFromConstantPool(MI.getOperand(0).getReg(), ConstantVal, MIRBuilder); in lowerConstant() 3127 emitLoadFromConstantPool(MI.getOperand(0).getReg(), ConstantVal, MIRBuilder); in lowerFConstant()
|