Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp51 auto *ZCPV = in getExistingMachineCPValue() local
53 if (ZCPV->GV == GV && ZCPV->Modifier == Modifier) in getExistingMachineCPValue()
DSystemZAsmPrinter.cpp219 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue() local
222 MCSymbolRefExpr::Create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
223 getModifierVariantKind(ZCPV->getModifier()), in EmitMachineConstantPoolValue()
225 uint64_t Size = TM.getDataLayout()->getTypeAllocSize(ZCPV->getType()); in EmitMachineConstantPoolValue()