Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:lowerConstantForGV

2031 /// lowerConstantForGV - Return an MCExpr for the given Constant.  This is mostly
2036 NVPTXAsmPrinter::lowerConstantForGV(const Constant *CV, bool ProcessingGeneric) {
2067 return lowerConstantForGV(C, ProcessingGeneric);
2083 return lowerConstantForGV
2100 const MCExpr *Base = lowerConstantForGV(CE->getOperand(0),
2117 return lowerConstantForGV(CE->getOperand(0), ProcessingGeneric);
2127 return lowerConstantForGV(Op, ProcessingGeneric);
2138 const MCExpr *OpExpr = lowerConstantForGV(Op, ProcessingGeneric);
2156 const MCExpr *LHS = lowerConstantForGV(CE->getOperand(0), ProcessingGeneric);
2157 const MCExpr *RHS = lowerConstantForGV(CE->getOperand(1), ProcessingGeneric);