Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DWebAssembly.cpp88 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
90 CGM.getIntrinsic(Intrinsic::wasm_trunc_signed, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
98 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
100 {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
110 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
112 CGM.getIntrinsic(Intrinsic::fptosi_sat, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
122 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
124 CGM.getIntrinsic(Intrinsic::fptoui_sat, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2867 EVT ResT = Op.getValueType(); in LowerFP_TO_INT_SAT() local
2870 if ((ResT == MVT::i32 || ResT == MVT::i64) && in LowerFP_TO_INT_SAT()
2874 if (ResT == MVT::v4i32 && SatVT == MVT::i32) in LowerFP_TO_INT_SAT()
2877 if (ResT == MVT::v8i16 && SatVT == MVT::i16) in LowerFP_TO_INT_SAT()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp6323 std::optional<PrimType> ResT = classify(E); in VisitComplexUnaryOperator() local
6325 if (!ResT && !Initializing) { in VisitComplexUnaryOperator()
6911 if (PrimType ResT = classifyPrim(E->getType()); ResT != PT_Bool) in emitComplexComparison() local
6912 return this->emitCast(PT_Bool, ResT, E); in emitComplexComparison()