Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1942 NVPTXAsmPrinter::lowerConstantForGV(const Constant *CV, bool ProcessingGeneric) { in lowerConstantForGV() argument
1954 if (ProcessingGeneric) { in lowerConstantForGV()
1973 return lowerConstantForGV(C, ProcessingGeneric); in lowerConstantForGV()
2006 ProcessingGeneric); 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);