Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1245 const MCExpr *Expr = AP.lowerConstantForGV(cast<Constant>(CExpr), false); in printSymbol()
1942 NVPTXAsmPrinter::lowerConstantForGV(const Constant *CV, bool ProcessingGeneric) { in lowerConstantForGV() function in NVPTXAsmPrinter
1973 return lowerConstantForGV(C, ProcessingGeneric); in lowerConstantForGV()
1988 return lowerConstantForGV(cast<const Constant>(CE->getOperand(0)), true); in lowerConstantForGV()
2005 const MCExpr *Base = lowerConstantForGV(CE->getOperand(0), in lowerConstantForGV()
2022 return lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()
2032 return lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()
2043 const MCExpr *OpExpr = lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()
2061 const MCExpr *LHS = lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()
2062 const MCExpr *RHS = lowerConstantForGV(CE->getOperand(1), ProcessingGeneric); in lowerConstantForGV()
H A DNVPTXAsmPrinter.h193 const MCExpr *lowerConstantForGV(const Constant *CV, bool ProcessingGeneric);