Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1890 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *C,
2000 emitGlobalConstantImpl(DL, CA->getOperand(i), AP, BaseCV, Offset); in emitGlobalConstantArray()
2009 emitGlobalConstantImpl(DL, CV->getOperand(i), AP); in emitGlobalConstantVector()
2029 emitGlobalConstantImpl(DL, Field, AP, BaseCV, Offset + SizeSoFar); in emitGlobalConstantStruct()
2244 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *CV, in emitGlobalConstantImpl() function
2296 return emitGlobalConstantImpl(DL, CE->getOperand(0), AP); in emitGlobalConstantImpl()
2304 return emitGlobalConstantImpl(DL, New, AP); in emitGlobalConstantImpl()
2328 emitGlobalConstantImpl(DL, CV, *this); in EmitGlobalConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2191 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *C,
2301 emitGlobalConstantImpl(DL, CA->getOperand(i), AP, BaseCV, Offset); in emitGlobalConstantArray()
2310 emitGlobalConstantImpl(DL, CV->getOperand(i), AP); in emitGlobalConstantVector()
2330 emitGlobalConstantImpl(DL, Field, AP, BaseCV, Offset + SizeSoFar); in emitGlobalConstantStruct()
2545 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *CV, in emitGlobalConstantImpl() function
2597 return emitGlobalConstantImpl(DL, CE->getOperand(0), AP); in emitGlobalConstantImpl()
2605 return emitGlobalConstantImpl(DL, New, AP); in emitGlobalConstantImpl()
2629 emitGlobalConstantImpl(DL, CV, *this); in EmitGlobalConstant()