Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1284 const MCExpr *Expr = AP.lowerConstantForGV(cast<Constant>(CExpr), false); in printSymbol()
1828 const MCExpr *E = lowerConstantForGV(cast<Constant>(Cexpr), false); in printScalarConstant()
1980 NVPTXAsmPrinter::lowerConstantForGV(const Constant *CV, bool ProcessingGeneric) { in lowerConstantForGV() function in NVPTXAsmPrinter
2012 return lowerConstantForGV(cast<const Constant>(CE->getOperand(0)), true); in lowerConstantForGV()
2024 const MCExpr *Base = lowerConstantForGV(CE->getOperand(0), in lowerConstantForGV()
2041 return lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()
2052 return lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()
2065 const MCExpr *OpExpr = lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()
2083 const MCExpr *LHS = lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()
2084 const MCExpr *RHS = lowerConstantForGV(CE->getOperand(1), ProcessingGeneric); in lowerConstantForGV()
[all …]
H A DNVPTXAsmPrinter.h192 const MCExpr *lowerConstantForGV(const Constant *CV, bool ProcessingGeneric);