Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp34 auto *ZCPV = in getExistingMachineCPValue() local
36 if (ZCPV->GV == GV && ZCPV->Modifier == Modifier) in getExistingMachineCPValue()
H A DSystemZAsmPrinter.cpp871 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue() local
874 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in emitMachineConstantPoolValue()
875 getModifierVariantKind(ZCPV->getModifier()), in emitMachineConstantPoolValue()
877 uint64_t Size = getDataLayout().getTypeAllocSize(ZCPV->getType()); in emitMachineConstantPoolValue()