Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2371 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP);
2372 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP);
2452 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP); in emitGlobalConstantDataSequential()
2522 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP) { in emitGlobalConstantFP() function
2566 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP() function
2567 emitGlobalConstantFP(CFP->getValueAPF(), CFP->getType(), AP); in emitGlobalConstantFP()
2749 return emitGlobalConstantFP(CFP, AP); in emitGlobalConstantImpl()