Home
last modified time | relevance | path

Searched defs:Arg0 (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestGroupUtil.hpp135 typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, in createTestGroup()
166 typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, in addTestGroup()
/third_party/boost/boost/beast/_experimental/test/
Dhandler.hpp86 operator()(Arg0&&, Args&&...) in operator ()() argument
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/
Dhandler.hpp86 operator()(Arg0&&, Args&&...) in operator ()() argument
/third_party/boost/boost/proto/
Dexpr.hpp63 Expr make_terminal(T &t, Expr *, proto::term<Arg0> *) in make_terminal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp552 Value *Arg0 = II.getArgOperand(0); in simplifyX86pack() local
1766 Value *Arg0 = Call.getArgOperand(0), *Arg1 = Call.getArgOperand(1); in canonicalizeConstantArg0ToArg1() local
2028 Value *Arg0 = II->getArgOperand(0); in visitCallInst() local
2061 Value *Arg0 = II->getArgOperand(0); in visitCallInst() local
2088 Value *Arg0 = SI->getLHS(); in visitCallInst() local
2166 Value *Arg0 = II->getArgOperand(0); in visitCallInst() local
2670 Value *Arg0 = II->getArgOperand(0); in visitCallInst() local
2692 Value *Arg0 = II->getArgOperand(0); in visitCallInst() local
2729 Value *Arg0 = II->getArgOperand(0); in visitCallInst() local
2771 Value *Arg0 = II->getArgOperand(0); in visitCallInst() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp1697 Value *Arg0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
1724 Value *Arg0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
1742 Value *Arg0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
1761 Value *Arg0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
3460 Value *Arg0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
3468 Value *Arg0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
3631 Value *Arg0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1661 typedef P0 Arg0; typedef
1730 typedef typename Sig::Arg0 Arg0; typedef in vkt::shaderexecutor::Func
1820 typedef typename Sig::Arg0 Arg0; typedef in vkt::shaderexecutor::Apply
1955 typedef typename Sig::Arg0 Arg0; typedef in vkt::shaderexecutor::ApplyVar
2012 typedef typename DerivedFunc::Arg0 Arg0; typedef in vkt::shaderexecutor::DerivedFunc
2322 … (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T::Arg0, typename T::… in doApply()
2454 … (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T::Arg0, typename T::… in doApply()
2558 … const typename Signature<typename T::Ret, typename T::Arg0, typename T::Arg1>::IArgs& iargs) const in doApply()
2583 … (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T::Arg0, typename T::… in doApply()
2635 … (const EvalContext& ctx, const typename Signature<typename T::Ret, typename T::Arg0, typename T::… in doApply()
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp1143 typedef P0 Arg0; typedef
1209 typedef typename Sig::Arg0 Arg0; typedef in deqp::gls::BuiltinPrecisionTests::Func
1285 typedef typename Sig::Arg0 Arg0; typedef in deqp::gls::BuiltinPrecisionTests::Apply
1420 typedef typename Sig::Arg0 Arg0; typedef in deqp::gls::BuiltinPrecisionTests::ApplyVar
1466 typedef typename DerivedFunc::Arg0 Arg0; typedef in deqp::gls::BuiltinPrecisionTests::DerivedFunc
2227 #define DEFINE_DERIVED2(CLASS, TRET, NAME, T0, Arg0, T1, Arg1, EXPANSION) \ argument
2243 #define DEFINE_DERIVED_FLOAT2(CLASS, NAME, Arg0, Arg1, EXPANSION) \ argument
3177 typedef typename Reflect::Arg0 Arg0; typedef in deqp::gls::BuiltinPrecisionTests::Functions::Reflect
3205 typedef typename Refract::Arg0 Arg0; typedef in deqp::gls::BuiltinPrecisionTests::Functions::Refract
5083 typedef typename Sig::Arg0 Arg0; typedef in deqp::gls::BuiltinPrecisionTests::FuncCase
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7479 const Value *Arg0 = I.getArgOperand(0), *Arg1 = I.getArgOperand(1); in visitStrCpyCall() local
7502 const Value *Arg0 = I.getArgOperand(0), *Arg1 = I.getArgOperand(1); in visitStrCmpCall() local
7525 const Value *Arg0 = I.getArgOperand(0); in visitStrLenCall() local
7546 const Value *Arg0 = I.getArgOperand(0), *Arg1 = I.getArgOperand(1); in visitStrNLenCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1207 Value *Arg0 = BO->getOperand(0); in replaceMathCmpWithIntrinsic() local
6503 Value *Arg0 = Inst->getOperand(0); in isProfitableToPromote() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp4805 Operand *Arg0 = Instr->getArg(0); in postambleCtpop64() local