Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h5283 SDValue expandRoundInexactToOdd(EVT ResultVT, SDValue Op, const SDLoc &DL,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp2688 SDValue rod = TLI->expandRoundInexactToOdd( in LowerFP_ROUND()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp11237 SDValue TargetLowering::expandRoundInexactToOdd(EVT ResultVT, SDValue Op, in expandRoundInexactToOdd() function in TargetLowering
11327 Op = expandRoundInexactToOdd(F32, Op, dl, DAG); in expandFP_ROUND()