Searched refs:emitGlobalConstantFP (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2196 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP); 2197 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP); 2277 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP); in emitGlobalConstantDataSequential() 2347 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP) { in emitGlobalConstantFP() function 2394 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP() function 2395 emitGlobalConstantFP(CFP->getValueAPF(), CFP->getType(), AP); in emitGlobalConstantFP() 2577 return emitGlobalConstantFP(CFP, AP); in emitGlobalConstantImpl()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1895 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP); 1976 emitGlobalConstantFP(cast<ConstantFP>(CDS->getElementAsConstant(I)), AP); in emitGlobalConstantDataSequential() 2046 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP() function 2276 return emitGlobalConstantFP(CFP, AP); in emitGlobalConstantImpl()
|