Home
last modified time | relevance | path

Searched refs:Sub8 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Dloongarch.cpp62 KIND_NAME_CASE(Sub8) in getEdgeKindName()
H A DELF_loongarch.cpp324 return Sub8; in getRelocationKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h286 Sub8, enumerator
512 case Sub8: { in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandFp.cpp409 Value *Sub8 = in expandIToFP() local
412 Value *ShProm9 = Builder.CreateZExt(Sub8, IntTy); in expandIToFP()
414 FloatWidth == 128 ? Sub8 : ShProm9); in expandIToFP()