Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp36 auto *ZCPV = in getExistingMachineCPValue() local
38 if (ZCPV->GV == GV && ZCPV->Modifier == Modifier) in getExistingMachineCPValue()
DSystemZAsmPrinter.cpp485 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue() local
488 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
489 getModifierVariantKind(ZCPV->getModifier()), in EmitMachineConstantPoolValue()
491 uint64_t Size = getDataLayout().getTypeAllocSize(ZCPV->getType()); in EmitMachineConstantPoolValue()