Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h204 FPTOUINT_F32_I128, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h253 FPTOUINT_F32_I128, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp277 Names[RTLIB::FPTOUINT_F32_I128] = "__fixunssfti"; in InitLibcallNames()
608 return FPTOUINT_F32_I128; in getFPTOUINT()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp238 Names[RTLIB::FPTOUINT_F32_I128] = "__fixunssfti"; in InitLibcallNames()
423 return FPTOUINT_F32_I128; in getFPTOUINT()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2096 setLibcallName(RTLIB::FPTOUINT_F32_I128, "__hexagon_fixunssfti"); in HexagonTargetLowering()