Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp112 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function
128 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
143 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
148 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
153 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()
158 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1381 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function
1397 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
1417 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
1422 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
1428 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()
1433 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()