Searched refs:emitGlobalConstantFP (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2371 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()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2509 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP); 2510 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP); 2590 emitGlobalConstantFP(CDS->getElementAsAPFloat(I), ET, AP); in emitGlobalConstantDataSequential() 2660 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP) { in emitGlobalConstantFP() function 2704 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP() function 2705 emitGlobalConstantFP(CFP->getValueAPF(), CFP->getType(), AP); in emitGlobalConstantFP() 2890 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()
|