Lines Matching defs:CPVal
238 unsigned emitConstantPoolEntry(const Constant *CPVal,
240 MachineInstr *emitLoadFromConstantPool(const Constant *CPVal,
4270 AArch64InstructionSelector::emitConstantPoolEntry(const Constant *CPVal,
4272 Type *CPTy = CPVal->getType();
4276 return MCP->getConstantPoolIndex(CPVal, Alignment);
4280 const Constant *CPVal, MachineIRBuilder &MIRBuilder) const {
4284 unsigned Size = MIRBuilder.getDataLayout().getTypeStoreSize(CPVal->getType());
4304 << *CPVal->getType());
4310 unsigned CPIdx = emitConstantPoolEntry(CPVal, MF);
5222 Constant *CPVal = ConstantVector::get(CstIdxs);
5223 MachineInstr *IndexLoad = emitLoadFromConstantPool(CPVal, MIB);