Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/X86/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1610 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function
1626 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
1646 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
1651 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
1657 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()
1662 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2018 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function
2034 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
2054 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2059 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2065 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()
2070 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()