Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13521 static SDValue strictFPExtFromF16(SelectionDAG &DAG, SDValue Src) { in strictFPExtFromF16() function
13561 SDValue A = strictFPExtFromF16(DAG, TruncSrc.getOperand(0)); in performFPRoundCombine()
13565 SDValue B = strictFPExtFromF16(DAG, TruncSrc.getOperand(1)); in performFPRoundCombine()
13569 SDValue C = strictFPExtFromF16(DAG, TruncSrc.getOperand(2)); in performFPRoundCombine()