Home
last modified time | relevance | path

Searched defs:VectorConstant (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h40 class VectorConstant; variable
217 VectorConstant(const analysis::Vector* ty) in VectorConstant() function
219 VectorConstant(const analysis::Vector* ty, in VectorConstant() function
223 VectorConstant(const analysis::Vector* ty, in VectorConstant() function
/third_party/spirv-tools/source/opt/
Dconstants.h50 class VectorConstant; variable
345 VectorConstant(const Vector* ty) in VectorConstant() function
347 VectorConstant(const Vector* ty, in VectorConstant() function
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h50 class VectorConstant; variable
345 VectorConstant(const Vector* ty) in VectorConstant() function
347 VectorConstant(const Vector* ty, in VectorConstant() function
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h50 class VectorConstant; variable
345 VectorConstant(const Vector* ty) in VectorConstant() function
347 VectorConstant(const Vector* ty, in VectorConstant() function
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1770 LLVMValueRef LLVMConstExtractElement(LLVMValueRef VectorConstant, in LLVMConstExtractElement()
1776 LLVMValueRef LLVMConstInsertElement(LLVMValueRef VectorConstant, in LLVMConstInsertElement()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp780 TEST(ReactorUnitTests, VectorConstant) in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9862 if (SDValue VectorConstant = materializeVectorConstant(Op, DAG, Subtarget)) in LowerBUILD_VECTOR() local