Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp46 auto *ZCPV = in getExistingMachineCPValue() local
48 if (ZCPV->GV == GV && ZCPV->Modifier == Modifier) in getExistingMachineCPValue()
H A DSystemZAsmPrinter.cpp182 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue() local
185 MCSymbolRefExpr::Create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
186 getModifierVariantKind(ZCPV->getModifier()), in EmitMachineConstantPoolValue()
189 TM.getSubtargetImpl()->getDataLayout()->getTypeAllocSize(ZCPV->getType()); in EmitMachineConstantPoolValue()