Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h178 AP.lowerConstantForGV(cast<Constant>(CExpr), false); in print()
242 const MCExpr *lowerConstantForGV(const Constant *CV, bool ProcessingGeneric);
H A DNVPTXAsmPrinter.cpp1998 NVPTXAsmPrinter::lowerConstantForGV(const Constant *CV, bool ProcessingGeneric) { in lowerConstantForGV() function in NVPTXAsmPrinter
2029 return lowerConstantForGV(C, ProcessingGeneric); in lowerConstantForGV()
2045 return lowerConstantForGV(cast<const Constant>(CE->getOperand(0)), true); in lowerConstantForGV()
2062 const MCExpr *Base = lowerConstantForGV(CE->getOperand(0), in lowerConstantForGV()
2079 return lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()
2089 return lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()
2100 const MCExpr *OpExpr = lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV()
2118 const MCExpr *LHS = lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV()
2119 const MCExpr *RHS = lowerConstantForGV(CE->getOperand(1), ProcessingGeneric); in lowerConstantForGV()