OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LowerConstant
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h
47
LowerConstant
(const llvm::Constant *CV, llvm::AsmPrinter &AP);
161
O << *nvptx::
LowerConstant
(Cexpr, AP);
NVPTXAsmPrinter.cpp
119
///
LowerConstant
- Lower the specified LLVM Constant to an MCExpr.
122
const MCExpr *nvptx::
LowerConstant
(const Constant *CV, AsmPrinter &AP) {
148
return
LowerConstant
(C, AP);
165
const MCExpr *Base =
LowerConstant
(CE->getOperand(0), AP);
181
return
LowerConstant
(CE->getOperand(0), AP);
190
return
LowerConstant
(Op, AP);
200
const MCExpr *OpExpr =
LowerConstant
(Op, AP);
227
const MCExpr *LHS =
LowerConstant
(CE->getOperand(0), AP);
228
const MCExpr *RHS =
LowerConstant
(CE->getOperand(1), AP);
[
all
...]
Completed in 36 milliseconds