Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1231 ConversionSequence::UserDefinedConversionOperator ConvOp; in tryConversionOperators() local
1232 ConvOp.Fun = cast<CXXConversionDecl>(SelectedConversion->ConversionFun); in tryConversionOperators()
1233 ConvOp.UserDefinedType = RecordType; in tryConversionOperators()
1234 ConvOp.ConversionOperatorResultType = ConvOp.Fun->getConversionType(); in tryConversionOperators()
1235 Result.setConversion(ConvOp); in tryConversionOperators()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOpBase.td92 // ConvOp and MatMulOp QuantizationAttrs follow a common design semantic where
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dinvalid.mlir303 // in LinalgStructuredOps.td::ConvOp::iterator_types() for now because the
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2824 SDValue ConvOp = WideRes; in tryEXTEND() local
2826 ConvOp = addExtOrTrunc(WideRes, Input32Bit ? ExtOrTruncConversion::Ext : in tryEXTEND()
2828 return ConvOp.getNode(); in tryEXTEND()
H A DPPCISelLowering.cpp14479 unsigned ConvOp = Signed ? in combineFPToIntToFP() local
14495 return DAG.getNode(ConvOp, dl, DstDouble ? MVT::f64 : MVT::f32, Ext); in combineFPToIntToFP()
14497 return DAG.getNode(ConvOp, dl, DstDouble ? MVT::f64 : MVT::f32, Ld); in combineFPToIntToFP()