Home
last modified time | relevance | path

Searched refs:Create (Results 1 - 25 of 856) sorted by relevance

12345678910>>...35

/third_party/ninja/src/
H A Dclean_test.cc45 fs_.Create("in1", ""); in TEST_F()
46 fs_.Create("out1", ""); in TEST_F()
47 fs_.Create("in2", ""); in TEST_F()
48 fs_.Create("out2", ""); in TEST_F()
76 fs_.Create("in1", ""); in TEST_F()
77 fs_.Create("out1", ""); in TEST_F()
78 fs_.Create("in2", ""); in TEST_F()
79 fs_.Create("out2", ""); in TEST_F()
108 fs_.Create("in1", ""); in TEST_F()
109 fs_.Create("out in TEST_F()
[all...]
H A Dgraph_test.cc32 fs_.Create("in", ""); in TEST_F()
33 fs_.Create("out", ""); in TEST_F()
48 fs_.Create("in", ""); in TEST_F()
49 fs_.Create("out", ""); in TEST_F()
51 fs_.Create("implicit", ""); in TEST_F()
67 fs_.Create("foo.cc", ""); in TEST_F()
68 fs_.Create("out.o.d", "out.o: ./foo/../implicit.h\n"); in TEST_F()
69 fs_.Create("out.o", ""); in TEST_F()
71 fs_.Create("implicit.h", ""); in TEST_F()
89 fs_.Create("implici in TEST_F()
[all...]
H A Dbuild_test.cc507 fs_.Create("in1", ""); in SetUp()
508 fs_.Create("in2", ""); in SetUp()
601 fs_->Create((*out)->path(), ""); in StartCommand()
619 fs_->Create(dep, ""); in StartCommand()
623 fs_->Create((*out)->path(), ""); in StartCommand()
629 fs_->Create((*out)->path(), ""); in StartCommand()
632 fs_->Create(dep, ""); in StartCommand()
639 fs_->Create(dep, ""); in StartCommand()
645 fs_->Create((*out)->path(), ""); in StartCommand()
647 fs_->Create(depfil in StartCommand()
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dbitcast_validation_test.cc27 static constexpr Type Create() { in Create() function
38 Type::Create<builder::f32>(),
39 Type::Create<builder::i32>(),
40 Type::Create<builder::u32>(),
43 Type::Create<builder::vec2<builder::f32>>(),
44 Type::Create<builder::vec2<builder::i32>>(),
45 Type::Create<builder::vec2<builder::u32>>(),
48 Type::Create<builder::vec3<builder::f32>>(),
49 Type::Create<builder::vec3<builder::i32>>(),
50 Type::Create<builde
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dclone_context_test.cc25 T* Create(ARGS&&... args) { in Create() function
26 return alloc.Create<T>(this, std::forward<ARGS>(args)...); in Create()
48 auto* out = allocator->Create<Node>(ctx->Clone(name));
75 return allocator->Create<NotANode>();
88 return allocator->Create<ProgramNode>(cloned_program_id, cloned_program_id);
104 auto* a_b = alloc.Create<Node>(builder.Symbols().New("a->b")); in TEST_F()
105 auto* a = alloc.Create<Node>(builder.Symbols().New("a"), nullptr, a_b); in TEST_F()
107 auto* b_b = alloc.Create<Node>(builder.Symbols().New("b->b")); in TEST_F()
108 auto* b = alloc.Create<Node>(builder.Symbols().New("b"), b_a, b_b); in TEST_F()
110 original_root = alloc.Create<Nod in TEST_F()
[all...]
H A Dblock_allocator_test.cc57 allocator.Create(&count); in TEST_F()
59 allocator.Create(&count); in TEST_F()
61 allocator.Create(&count); in TEST_F()
75 allocator_a.Create(&count); in TEST_F()
95 allocator_a.Create(&count_a); in TEST_F()
101 allocator_b.Create(&count_b); in TEST_F()
120 allocator.Create(i); in TEST_F()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp1216 addChild(new TestSubcase(m_context, "basic-nonMS-vs-float", TestSubcase::Create<BasicNonMS<vec4, 0> >)); in init()
1217 addChild(new TestSubcase(m_context, "basic-nonMS-vs-int", TestSubcase::Create<BasicNonMS<ivec4, 0> >)); in init()
1218 addChild(new TestSubcase(m_context, "basic-nonMS-vs-uint", TestSubcase::Create<BasicNonMS<uvec4, 0> >)); in init()
1219 addChild(new TestSubcase(m_context, "basic-nonMS-tcs-float", TestSubcase::Create<BasicNonMS<vec4, 1> >)); in init()
1220 addChild(new TestSubcase(m_context, "basic-nonMS-tcs-int", TestSubcase::Create<BasicNonMS<ivec4, 1> >)); in init()
1221 addChild(new TestSubcase(m_context, "basic-nonMS-tcs-uint", TestSubcase::Create<BasicNonMS<uvec4, 1> >)); in init()
1222 addChild(new TestSubcase(m_context, "basic-nonMS-tes-float", TestSubcase::Create<BasicNonMS<vec4, 2> >)); in init()
1223 addChild(new TestSubcase(m_context, "basic-nonMS-tes-int", TestSubcase::Create<BasicNonMS<ivec4, 2> >)); in init()
1224 addChild(new TestSubcase(m_context, "basic-nonMS-tes-uint", TestSubcase::Create<BasicNonMS<uvec4, 2> >)); in init()
1225 addChild(new TestSubcase(m_context, "basic-nonMS-gs-float", TestSubcase::Create<BasicNonM in init()
[all...]
H A Dgl4cTextureGatherTests.cpp345 return "Create shaders which use all types of gather functions."; in Method()
3524 addChild(new TestSubcase(m_context, "api-enums", TestSubcase::Create<GatherEnumsTest>)); in init()
3525 addChild(new TestSubcase(m_context, "gather-glsl-compile", TestSubcase::Create<GatherGLSLCompile>)); in init()
3526 addChild(new TestSubcase(m_context, "plain-gather-float-2d-rgba", TestSubcase::Create<PlainGatherFloat2DRgba>)); in init()
3527 addChild(new TestSubcase(m_context, "plain-gather-float-2d-rg", TestSubcase::Create<PlainGatherFloat2DRg>)); in init()
3528 addChild(new TestSubcase(m_context, "plain-gather-unorm-2d", TestSubcase::Create<PlainGatherUnorm2D>)); in init()
3529 addChild(new TestSubcase(m_context, "plain-gather-int-2d-rgba", TestSubcase::Create<PlainGatherInt2DRgba>)); in init()
3530 addChild(new TestSubcase(m_context, "plain-gather-int-2d-rg", TestSubcase::Create<PlainGatherInt2DRg>)); in init()
3531 addChild(new TestSubcase(m_context, "plain-gather-uint-2d", TestSubcase::Create<PlainGatherUint2D>)); in init()
3532 addChild(new TestSubcase(m_context, "plain-gather-depth-2d", TestSubcase::Create<PlainGatherDepth2 in init()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp137 Function *CallDtors = Function::Create( in runOnModule()
145 BasicBlock *BB = BasicBlock::Create(C, "body", CallDtors); in runOnModule()
150 CallInst::Create(VoidVoid, Dtor, "", BB); in runOnModule()
151 ReturnInst::Create(C, BB); in runOnModule()
153 Function *RegisterCallDtors = Function::Create( in runOnModule()
161 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", RegisterCallDtors); in runOnModule()
162 BasicBlock *FailBB = BasicBlock::Create(C, "fail", RegisterCallDtors); in runOnModule()
163 BasicBlock *RetBB = BasicBlock::Create(C, "return", RegisterCallDtors); in runOnModule()
167 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runOnModule()
170 BranchInst::Create(FailB in runOnModule()
[all...]
H A DWebAssemblyFixFunctionBitcasts.cpp95 // Create a wrapper function with type Ty that calls F (which may have a
121 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper()
123 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper()
177 CallInst *Call = CallInst::Create(F, Args, "", BB); in createWrapper()
183 ReturnInst::Create(M->getContext(), BB); in createWrapper()
186 ReturnInst::Create(M->getContext(), UndefValue::get(RtnType), BB); in createWrapper()
188 ReturnInst::Create(M->getContext(), Call, BB); in createWrapper()
194 ReturnInst::Create(M->getContext(), Cast, BB); in createWrapper()
209 // Create a new wrapper that simply contains `unreachable`. in createWrapper()
211 Wrapper = Function::Create(T in createWrapper()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp69 UnreachableBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
75 BranchInst::Create(UnreachableBlock, BB); in runOnFunction()
92 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
97 ReturnInst::Create(F.getContext(), nullptr, NewRetBlock); in runOnFunction()
100 PN = PHINode::Create(F.getReturnType(), ReturningBlocks.size(), in runOnFunction()
103 ReturnInst::Create(F.getContext(), PN, NewRetBlock); in runOnFunction()
116 BranchInst::Create(NewRetBlock, BB); in runOnFunction()
/third_party/lzma/CPP/Windows/
H A DSynchronization.h32 WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL) in Create() function in NWindows::NSynchronization::MY_UNCOPYABLE
57 WRes Create(bool initiallyOwn = false) in Create() function in NWindows::NSynchronization::CManualResetEvent
70 return CBaseEvent::Create(true, initiallyOwn, name); in CreateWithName()
78 WRes Create() in Create() function in NWindows::NSynchronization::CAutoResetEvent
104 WRes Create(bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
152 WRes Create(UInt32 initCount, UInt32 maxCount) in Create() function in NWindows::NSynchronization::MY_UNCOPYABLE
228 WRes Create() in Create() function in NWindows::NSynchronization::MY_UNCOPYABLE
291 WRes Create( in Create() function in NWindows::NSynchronization::CBaseEvent_WFMO
322 WRes Create(CSynchro *sync, bool initiallyOwn = false) { return CBaseEvent_WFMO::Create(syn function in NWindows::NSynchronization::Z7_final
329 WRes Create(CSynchro *sync) { return CBaseEvent_WFMO::Create(sync, false, false); } Create() function in NWindows::NSynchronization::Z7_final
347 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount) Create() function in NWindows::NSynchronization::Z7_final
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp144 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), Name, &F); in unifyReturnBlockSet()
185 BranchInst::Create(NewRetBlock, BB); in unifyReturnBlockSet()
224 DummyReturnBB = BasicBlock::Create(F.getContext(), in runOnFunction()
258 ReturnInst::Create(F.getContext(), RetVal, DummyReturnBB); in runOnFunction()
266 BranchInst::Create(LoopHeaderBB, DummyReturnBB, BoolTrue, BB); in runOnFunction()
268 // Create a new transition block to hold the conditional branch. in runOnFunction()
271 // Create a branch that will always branch to the transition block and in runOnFunction()
274 BranchInst::Create(TransitionBB, DummyReturnBB, BoolTrue, BB); in runOnFunction()
285 UnreachableBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
292 BranchInst::Create(UnreachableBloc in runOnFunction()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.cpp106 interop::GPUDeviceLostInfo::Create<DeviceLostInfo>(self->env_, r, message)); in GPUDevice()
125 return interop::GPUSupportedFeatures::Create<Features>(env); in getFeatures()
133 return interop::GPUSupportedLimits::Create<GPUSupportedLimits>(env, limits); in getLimits()
138 return interop::GPUQueue::Create<GPUQueue>(env, device_.GetQueue(), async_); in getQueue()
143 promise.Resolve(interop::GPUDeviceLostInfo::Create<DeviceLostInfo>( in destroy()
161 return interop::GPUBuffer::Create<GPUBuffer>(env, device_.CreateBuffer(&desc), desc, in createBuffer()
179 return interop::GPUTexture::Create<GPUTexture>(env, device_.CreateTexture(&desc)); in createTexture()
201 return interop::GPUSampler::Create<GPUSampler>(env, device_.CreateSampler(&desc)); in createSampler()
221 return interop::GPUBindGroupLayout::Create<GPUBindGroupLayout>( in createBindGroupLayout()
236 return interop::GPUPipelineLayout::Create<GPUPipelineLayou in createPipelineLayout()
[all...]
/third_party/benchmark/test/
H A Dperf_counters_gtest.cc35 EXPECT_EQ(PerfCounters::Create({kGenericPerfEvent1}).num_counters(), 1); in TEST()
45 // Create() will always create a valid object, even if passed no or in TEST()
48 EXPECT_EQ(PerfCounters::Create({}).num_counters(), 0); in TEST()
49 EXPECT_EQ(PerfCounters::Create({""}).num_counters(), 0); in TEST()
50 EXPECT_EQ(PerfCounters::Create({"not a counter name"}).num_counters(), 0); in TEST()
55 PerfCounters::Create({kGenericPerfEvent2, "", kGenericPerfEvent1}); in TEST()
62 auto counter = PerfCounters::Create( in TEST()
70 EXPECT_EQ(PerfCounters::Create({kGenericPerfEvent1, kGenericPerfEvent2}) in TEST()
76 auto counter = PerfCounters::Create( in TEST()
89 auto counters = PerfCounters::Create({kGenericPerfEvent in TEST()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureGatherTests.cpp277 return "Create shaders which use all types of gather functions."; in Method()
1824 addChild(new TestSubcase(m_context, "api-enums", TestSubcase::Create<GatherEnumsTest>)); in init()
1825 addChild(new TestSubcase(m_context, "gather-glsl-compile", TestSubcase::Create<GatherGLSLCompile>)); in init()
1826 addChild(new TestSubcase(m_context, "plain-gather-float-2d", TestSubcase::Create<PlainGatherFloat2D>)); in init()
1827 addChild(new TestSubcase(m_context, "plain-gather-int-2d", TestSubcase::Create<PlainGatherInt2D>)); in init()
1828 addChild(new TestSubcase(m_context, "plain-gather-uint-2d", TestSubcase::Create<PlainGatherUint2D>)); in init()
1829 addChild(new TestSubcase(m_context, "plain-gather-depth-2d", TestSubcase::Create<PlainGatherDepth2D>)); in init()
1830 addChild(new TestSubcase(m_context, "plain-gather-float-2darray", TestSubcase::Create<PlainGatherFloat2DArray>)); in init()
1831 addChild(new TestSubcase(m_context, "plain-gather-int-2darray", TestSubcase::Create<PlainGatherInt2DArray>)); in init()
1832 addChild(new TestSubcase(m_context, "plain-gather-uint-2darray", TestSubcase::Create<PlainGatherUint2DArra in init()
[all...]
H A Des31cShaderImageSizeTests.cpp751 addChild(new TestSubcase(m_context, "basic-nonMS-vs-float", TestSubcase::Create<BasicNonMS<vec4, 0> >)); in init()
752 addChild(new TestSubcase(m_context, "basic-nonMS-vs-int", TestSubcase::Create<BasicNonMS<ivec4, 0> >)); in init()
753 addChild(new TestSubcase(m_context, "basic-nonMS-vs-uint", TestSubcase::Create<BasicNonMS<uvec4, 0> >)); in init()
754 addChild(new TestSubcase(m_context, "basic-nonMS-fs-float", TestSubcase::Create<BasicNonMS<vec4, 5> >)); in init()
755 addChild(new TestSubcase(m_context, "basic-nonMS-fs-int", TestSubcase::Create<BasicNonMS<ivec4, 5> >)); in init()
756 addChild(new TestSubcase(m_context, "basic-nonMS-fs-uint", TestSubcase::Create<BasicNonMS<uvec4, 5> >)); in init()
757 addChild(new TestSubcase(m_context, "basic-nonMS-cs-float", TestSubcase::Create<BasicNonMS<vec4, 4> >)); in init()
758 addChild(new TestSubcase(m_context, "basic-nonMS-cs-int", TestSubcase::Create<BasicNonMS<ivec4, 4> >)); in init()
759 addChild(new TestSubcase(m_context, "basic-nonMS-cs-uint", TestSubcase::Create<BasicNonMS<uvec4, 4> >)); in init()
760 addChild(new TestSubcase(m_context, "advanced-nonMS-vs-float", TestSubcase::Create<AdvancedNonM in init()
[all...]
H A Des31cExplicitUniformLocationTest.cpp3120 addChild(new TestSubcase(m_context, "uniform-loc", TestSubcase::Create<UniformLoc>));
3121 addChild(new TestSubcase(m_context, "uniform-loc-nondecimal", TestSubcase::Create<UniformLocNonDec>));
3122 addChild(new TestSubcase(m_context, "uniform-loc-all-stages", TestSubcase::Create<UniformLocMultipleStages>));
3124 new TestSubcase(m_context, "uniform-loc-multiple-uniforms", TestSubcase::Create<UniformLocMultipleUniforms>));
3125 addChild(new TestSubcase(m_context, "uniform-loc-types-mix", TestSubcase::Create<UniformLocTypesMix>));
3126 addChild(new TestSubcase(m_context, "uniform-loc-types-mat", TestSubcase::Create<UniformLocTypesMat>));
3127 addChild(new TestSubcase(m_context, "uniform-loc-types-structs", TestSubcase::Create<UniformLocTypesStructs>));
3128 addChild(new TestSubcase(m_context, "uniform-loc-types-samplers", TestSubcase::Create<UniformLocTypesSamplers>));
3130 new TestSubcase(m_context, "uniform-loc-arrays-nonspaced", TestSubcase::Create<UniformLocArraysNonSpaced>));
3131 addChild(new TestSubcase(m_context, "uniform-loc-arrays-spaced", TestSubcase::Create<UniformLocArraySpace
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dlock_test.cc66 EXPECT_TRUE(PlatformThread::Create(&thread, &handle)); in BasicLockTest()
134 EXPECT_TRUE(PlatformThread::Create(&thread, &handle)); in TryLockTest()
148 EXPECT_TRUE(PlatformThread::Create(&thread, &handle)); in TryLockTest()
196 EXPECT_TRUE(PlatformThread::Create(&thread, &handle)); in MutexTwoThreads()
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1)); in MutexFourThreads()
218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2)); in MutexFourThreads()
219 EXPECT_TRUE(PlatformThread::Create(&thread3, &handle3)); in MutexFourThreads()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLContext.cpp107 return Object::Create<CommandQueue>(errorCode, *this, device->cast<Device>(), in createCommandQueueWithProperties()
115 return Object::Create<CommandQueue>(errorCode, *this, device->cast<Device>(), properties); in createCommandQueue()
124 return Object::Create<Buffer>(errorCode, *this, Memory::PropArray{}, flags, size, hostPtr); in createBuffer()
143 return Object::Create<Image>(errorCode, *this, Memory::PropArray{}, flags, *format, imageDesc, in createImage()
157 return Object::Create<Image>(errorCode, *this, Memory::PropArray{}, flags, *format, imageDesc, in createImage2D()
173 return Object::Create<Image>(errorCode, *this, Memory::PropArray{}, flags, *format, imageDesc, in createImage3D()
219 return Object::Create<Sampler>(errorCode, *this, std::move(propArray), normalizedCoords, in createSamplerWithProperties()
228 return Object::Create<Sampler>(errorCode, *this, Sampler::PropArray{}, normalizedCoords, in createSampler()
260 return Object::Create<Program>(errorCode, *this, std::move(source)); in createProgramWithSource()
265 return Object::Create<Progra in createProgramWithIL()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h898 /// Constructors - Create a getelementptr instruction with a base pointer an
918 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, in Create() function in llvm::GetElementPtrInst
934 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, in Create() function in llvm::GetElementPtrInst
950 /// Create an "inbounds" getelementptr. See the documentation for the
964 Create(PointeeType, Ptr, IdxList, NameStr, InsertBefore); in CreateInBounds()
981 Create(PointeeType, Ptr, IdxList, NameStr, InsertAtEnd); in CreateInBounds()
1449 static CallInst *Create(FunctionType *Ty, Value *F, const Twine &NameStr = "", in Create() function in llvm::CallInst
1454 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, in Create() function in llvm::CallInst
1461 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, in Create() function in llvm::CallInst
1473 static CallInst *Create(FunctionTyp function in llvm::CallInst
1478 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, Create() function in llvm::CallInst
1484 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, Create() function in llvm::CallInst
1495 static CallInst *Create(FunctionCallee Func, const Twine &NameStr = "", Create() function in llvm::CallInst
1501 static CallInst *Create(FunctionCallee Func, ArrayRef<Value *> Args, Create() function in llvm::CallInst
1509 static CallInst *Create(FunctionCallee Func, ArrayRef<Value *> Args, Create() function in llvm::CallInst
1516 static CallInst *Create(FunctionCallee Func, const Twine &NameStr, Create() function in llvm::CallInst
1522 static CallInst *Create(FunctionCallee Func, ArrayRef<Value *> Args, Create() function in llvm::CallInst
1528 static CallInst *Create(FunctionCallee Func, ArrayRef<Value *> Args, Create() function in llvm::CallInst
1536 static CallInst *Create(Value *Func, const Twine &NameStr = "", Create() function in llvm::CallInst
1544 static CallInst *Create(Value *Func, ArrayRef<Value *> Args, Create() function in llvm::CallInst
1553 static CallInst *Create(Value *Func, ArrayRef<Value *> Args, Create() function in llvm::CallInst
1563 static CallInst *Create(Value *Func, const Twine &NameStr, Create() function in llvm::CallInst
1571 static CallInst *Create(Value *Func, ArrayRef<Value *> Args, Create() function in llvm::CallInst
1579 static CallInst *Create(Value *Func, ArrayRef<Value *> Args, Create() function in llvm::CallInst
1752 static SelectInst *Create(Value *C, Value *S1, Value *S2, Create() function in llvm::SelectInst
1762 static SelectInst *Create(Value *C, Value *S1, Value *S2, Create() function in llvm::SelectInst
1869 static ExtractElementInst *Create(Value *Vec, Value *Idx, Create() function in llvm::ExtractElementInst
1875 static ExtractElementInst *Create(Value *Vec, Value *Idx, Create() function in llvm::ExtractElementInst
1934 static InsertElementInst *Create(Value *Vec, Value *NewElt, Value *Idx, Create() function in llvm::InsertElementInst
1940 static InsertElementInst *Create(Value *Vec, Value *NewElt, Value *Idx, Create() function in llvm::InsertElementInst
2324 static ExtractValueInst *Create(Value *Agg, Create() function in llvm::ShuffleVectorInst::ExtractValueInst
2332 static ExtractValueInst *Create(Value *Agg, Create() function in llvm::ShuffleVectorInst::ExtractValueInst
2449 static InsertValueInst *Create(Value *Agg, Value *Val, Create() function in llvm::ShuffleVectorInst::InsertValueInst
2456 static InsertValueInst *Create(Value *Agg, Value *Val, Create() function in llvm::ShuffleVectorInst::InsertValueInst
2592 static PHINode *Create(Type *Ty, unsigned NumReservedValues, Create() function in llvm::ShuffleVectorInst::PHINode
2598 static PHINode *Create(Type *Ty, unsigned NumReservedValues, Create() function in llvm::ShuffleVectorInst::PHINode
2926 static ReturnInst* Create(LLVMContext &C, Value *retVal = nullptr, Create() function in llvm::ShuffleVectorInst::ReturnInst
2931 static ReturnInst* Create(LLVMContext &C, Value *retVal, Create() function in llvm::ShuffleVectorInst::ReturnInst
2936 static ReturnInst* Create(LLVMContext &C, BasicBlock *InsertAtEnd) { Create() function in llvm::ShuffleVectorInst::ReturnInst
3037 static BranchInst *Create(BasicBlock *IfTrue, Create() function in llvm::ShuffleVectorInst::BranchInst
3042 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, Create() function in llvm::ShuffleVectorInst::BranchInst
3047 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *InsertAtEnd) { Create() function in llvm::ShuffleVectorInst::BranchInst
3051 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, Create() function in llvm::ShuffleVectorInst::BranchInst
3315 static SwitchInst *Create(Value *Value, BasicBlock *Default, Create() function in llvm::ShuffleVectorInst::SwitchInst
3321 static SwitchInst *Create(Value *Value, BasicBlock *Default, Create() function in llvm::ShuffleVectorInst::SwitchInst
3588 static IndirectBrInst *Create(Value *Address, unsigned NumDests, Create() function in llvm::ShuffleVectorInst::SwitchInst::IndirectBrInst
3593 static IndirectBrInst *Create(Value *Address, unsigned NumDests, Create() function in llvm::ShuffleVectorInst::SwitchInst::IndirectBrInst
3706 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3716 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3730 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3739 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3752 static InvokeInst *Create(FunctionCallee Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3760 static InvokeInst *Create(FunctionCallee Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3769 static InvokeInst *Create(FunctionCallee Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3776 static InvokeInst *Create(FunctionCallee Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3785 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3796 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3808 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3817 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3966 static CallBrInst *Create(FunctionType *Ty, Value *Func, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
3977 static CallBrInst *Create(FunctionType *Ty, Value *Func, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
3993 static CallBrInst *Create(FunctionType *Ty, Value *Func, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4004 static CallBrInst *Create(FunctionType *Ty, Value *Func, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4019 static CallBrInst *Create(FunctionCallee Func, BasicBlock *DefaultDest, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4027 static CallBrInst *Create(FunctionCallee Func, BasicBlock *DefaultDest, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4037 static CallBrInst *Create(FunctionCallee Func, BasicBlock *DefaultDest, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4045 static CallBrInst *Create(FunctionCallee Func, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4501 static CatchReturnInst *Create(Value *CatchPad, BasicBlock *BB, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CatchReturnInst
4508 static CatchReturnInst *Create(Value *CatchPad, BasicBlock *BB, Create() function in llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CatchReturnInst
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DDeviceD3D12.cpp59 ResultOrError<Device*> Device::Create(Adapter* adapter, in Create() function in dawn_native::d3d12::Device
73 // Create device-global objects in Initialize()
135 ShaderVisibleDescriptorAllocator::Create(this, D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER)); in Initialize()
139 ShaderVisibleDescriptorAllocator::Create(this, D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV)); in Initialize()
266 DAWN_TRY_ASSIGN(mZeroBuffer, Buffer::Create(this, &zeroBufferDescriptor)); in CreateZeroBuffer()
383 return BindGroup::Create(this, descriptor); in CreateBindGroupImpl()
388 return BindGroupLayout::Create(this, descriptor, pipelineCompatibilityToken); in CreateBindGroupLayoutImpl()
391 return Buffer::Create(this, descriptor); in CreateBufferImpl()
396 return CommandBuffer::Create(encoder, descriptor); in CreateCommandBuffer()
404 return PipelineLayout::Create(thi in CreatePipelineLayoutImpl()
[all...]
/third_party/skia/tests/
H A DRefCntTest.cpp115 static sk_sp<Effect> Create() { in Create() function
133 static sk_sp<EffectImpl> Create() { in Create() function
139 auto foo = EffectImpl::Create(); in make_effect()
158 paint.set(Create()); in DEF_TEST()
187 auto e = Create(); in DEF_TEST()
227 paint.set(EffectImpl::Create()); in DEF_TEST()
233 auto baz = EffectImpl::Create(); in DEF_TEST()
244 sk_sp<EffectImpl> bar1 = EffectImpl::Create(); in DEF_TEST()
262 baz = EffectImpl::Create(); in DEF_TEST()
317 // Create in DEF_TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp96 return LocalLazyCallThroughManager::Create<OrcAArch64>(ES, in createLocalLazyCallThroughManager()
100 return LocalLazyCallThroughManager::Create<OrcI386>(ES, ErrorHandlerAddr); in createLocalLazyCallThroughManager()
103 return LocalLazyCallThroughManager::Create<OrcMips32Be>(ES, in createLocalLazyCallThroughManager()
107 return LocalLazyCallThroughManager::Create<OrcMips32Le>(ES, in createLocalLazyCallThroughManager()
112 return LocalLazyCallThroughManager::Create<OrcMips64>(ES, ErrorHandlerAddr); in createLocalLazyCallThroughManager()
116 return LocalLazyCallThroughManager::Create<OrcX86_64_Win32>( in createLocalLazyCallThroughManager()
119 return LocalLazyCallThroughManager::Create<OrcX86_64_SysV>( in createLocalLazyCallThroughManager()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.h101 static constexpr CPURegister Create(int code, int size, RegisterType type) { in Create() function in v8::internal::CPURegister
231 static constexpr Register Create(int code, int size) { in Create() function in v8::internal::Register
232 return Register(CPURegister::Create(code, size, CPURegister::kRegister)); in Create()
240 return Register::Create(code, kXRegSizeInBits); in from_code()
323 static constexpr VRegister Create(int code, int size, int lane_count = 1) { in Create() function in v8::internal::VRegister
325 return VRegister(CPURegister::Create(code, size, CPURegister::kVRegister), in Create()
329 static VRegister Create(int reg_code, VectorFormat format) { in Create() function in v8::internal::VRegister
332 return VRegister::Create(reg_code, reg_size, reg_count); in Create()
343 return VRegister::Create(code(), kDRegSizeInBits, 8); in V8B()
346 return VRegister::Create(cod in V16B()
[all...]

Completed in 32 milliseconds

12345678910>>...35