Searched refs:lowerConstantForGV (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.h | 175 AP.lowerConstantForGV(cast<Constant>(CExpr), false); in print() 241 const MCExpr *lowerConstantForGV(const Constant *CV, bool ProcessingGeneric);
|
D | NVPTXAsmPrinter.cpp | 2010 NVPTXAsmPrinter::lowerConstantForGV(const Constant *CV, bool ProcessingGeneric) { in lowerConstantForGV() function in NVPTXAsmPrinter 2041 return lowerConstantForGV(C, ProcessingGeneric); in lowerConstantForGV() 2057 return lowerConstantForGV(cast<const Constant>(CE->getOperand(0)), true); in lowerConstantForGV() 2074 const MCExpr *Base = lowerConstantForGV(CE->getOperand(0), in lowerConstantForGV() 2091 return lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV() 2101 return lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV() 2112 const MCExpr *OpExpr = lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV() 2130 const MCExpr *LHS = lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); in lowerConstantForGV() 2131 const MCExpr *RHS = lowerConstantForGV(CE->getOperand(1), ProcessingGeneric); in lowerConstantForGV()
|