Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1980 NVPTXAsmPrinter::lowerConstantForGV(const Constant *CV, bool ProcessingGeneric) { in lowerConstantForGV() argument
1992 if (ProcessingGeneric) { in lowerConstantForGV()
2025 ProcessingGeneric); 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()
2097 return lowerConstantForGV(C, ProcessingGeneric); in lowerConstantForGV()
H A DNVPTXAsmPrinter.h192 const MCExpr *lowerConstantForGV(const Constant *CV, bool ProcessingGeneric);