Searched defs:VectorConstant (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | constants.h | 40 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/ |
D | constants.h | 50 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/ |
D | constants.h | 50 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/ |
D | constants.h | 50 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/ |
D | Core.cpp | 1770 LLVMValueRef LLVMConstExtractElement(LLVMValueRef VectorConstant, in LLVMConstExtractElement() 1776 LLVMValueRef LLVMConstInsertElement(LLVMValueRef VectorConstant, in LLVMConstInsertElement()
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 780 TEST(ReactorUnitTests, VectorConstant) in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9862 if (SDValue VectorConstant = materializeVectorConstant(Op, DAG, Subtarget)) in LowerBUILD_VECTOR() local
|