Lines Matching refs:CPVal
202 unsigned emitConstantPoolEntry(const Constant *CPVal,
204 MachineInstr *emitLoadFromConstantPool(const Constant *CPVal,
4332 AArch64InstructionSelector::emitConstantPoolEntry(const Constant *CPVal, in emitConstantPoolEntry() argument
4334 Type *CPTy = CPVal->getType(); in emitConstantPoolEntry()
4338 return MCP->getConstantPoolIndex(CPVal, Alignment); in emitConstantPoolEntry()
4342 const Constant *CPVal, MachineIRBuilder &MIRBuilder) const { in emitLoadFromConstantPool() argument
4344 unsigned CPIdx = emitConstantPoolEntry(CPVal, MF); in emitLoadFromConstantPool()
4352 unsigned Size = MIRBuilder.getDataLayout().getTypeStoreSize(CPVal->getType()); in emitLoadFromConstantPool()
4384 << *CPVal->getType()); in emitLoadFromConstantPool()
5162 Constant *CPVal = ConstantVector::get(CstIdxs); in selectShuffleVector() local
5163 MachineInstr *IndexLoad = emitLoadFromConstantPool(CPVal, MIB); in selectShuffleVector()