Searched refs:STRICT_VFPROUND (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 619 STRICT_VFPROUND, enumerator
|
D | X86InstrFragmentsSIMD.td | 146 def X86strict_vfpround: SDNode<"X86ISD::STRICT_VFPROUND",
|
D | X86ISelDAGToDAG.cpp | 834 case ISD::STRICT_FP_ROUND: NewOpc = X86ISD::STRICT_VFPROUND; break; in PreprocessISelDAG()
|
D | X86ISelLowering.cpp | 29243 SDValue Res = DAG.getNode(X86ISD::STRICT_VFPROUND, dl, in ReplaceNodeResults() 29263 V = DAG.getNode(X86ISD::STRICT_VFPROUND, dl, {MVT::v4f32, MVT::Other}, in ReplaceNodeResults() 29712 case X86ISD::STRICT_VFPROUND: return "X86ISD::STRICT_VFPROUND"; in getTargetNodeName() 35311 case X86ISD::STRICT_VFPROUND: in combineShuffle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 5776 // FastEmit functions for X86ISD::STRICT_VFPROUND. 6941 case X86ISD::STRICT_VFPROUND: return fastEmit_X86ISD_STRICT_VFPROUND_r(VT, RetVT, Op0, Op0IsKill);
|