Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp1207 auto *RCPV = static_cast<RISCVConstantPoolValue *>(MCPV); in emitMachineConstantPoolValue() local
1210 if (RCPV->isGlobalValue()) { in emitMachineConstantPoolValue()
1211 auto *GV = RCPV->getGlobalValue(); in emitMachineConstantPoolValue()
1214 assert(RCPV->isExtSymbol() && "unrecognized constant pool type"); in emitMachineConstantPoolValue()
1215 auto Sym = RCPV->getSymbol(); in emitMachineConstantPoolValue()
1220 uint64_t Size = getDataLayout().getTypeAllocSize(RCPV->getType()); in emitMachineConstantPoolValue()