Searched refs:ResT (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13120 template <typename ResT, typename ArgT> 13124 typedef ResT (*functionPointer)(const ArgT&); 13127 …: unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, typeInfo<ResT>::variable… in unary() 13134 ResT result; in call() 13143 pack<ResT>::set(result_dst, result); in call() 13151 template <typename ResT> 13155 typedef ResT (*functionPointer)(glw::GLdouble); 13166 ResT* p_result = (ResT*)result_dst; in call() 13184 template <typename ResT, typename ArgT, typename OutT> 13188 typedef ResT (*functionPointer)(ArgT, OutT&); [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 483 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS, in ComputeValueKnownInPredecessors() local 485 if (ResT == LazyValueInfo::Unknown) in ComputeValueKnownInPredecessors() 487 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT); in ComputeValueKnownInPredecessors()
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 563 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS, in ComputeValueKnownInPredecessors() local 566 if (ResT == LazyValueInfo::Unknown) in ComputeValueKnownInPredecessors() 568 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT); in ComputeValueKnownInPredecessors()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 787 ResT = LVI->getPredicateOnEdge(Pred, LHS, in ComputeValueKnownInPredecessors() local 790 if (ResT == LazyValueInfo::Unknown) in ComputeValueKnownInPredecessors() 792 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT); in ComputeValueKnownInPredecessors()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 228 class BinOp32_pat<SDNode Op, InstHexagon MI, ValueType ResT> 229 : Pat<(ResT (Op (i32 IntRegs:$Rs), (i32 IntRegs:$Rt))), 230 (ResT (MI IntRegs:$Rs, IntRegs:$Rt))>;
|