Home
last modified time | relevance | path

Searched refs:InstructionFolder (Results 1 – 19 of 19) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfold.cpp45 uint32_t InstructionFolder::UnaryOperate(SpvOp opcode, uint32_t operand) const { in UnaryOperate()
70 uint32_t InstructionFolder::BinaryOperate(SpvOp opcode, uint32_t a, in BinaryOperate()
204 uint32_t InstructionFolder::TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b, in TernaryOperate()
216 uint32_t InstructionFolder::OperateWords( in OperateWords()
232 bool InstructionFolder::FoldInstructionInternal(Instruction* inst) const { in FoldInstructionInternal()
258 uint32_t InstructionFolder::FoldScalars( in FoldScalars()
282 bool InstructionFolder::FoldBinaryIntegerOpToConstant( in FoldBinaryIntegerOpToConstant()
466 bool InstructionFolder::FoldBinaryBooleanOpToConstant( in FoldBinaryBooleanOpToConstant()
514 bool InstructionFolder::FoldIntegerOpToConstant( in FoldIntegerOpToConstant()
528 std::vector<uint32_t> InstructionFolder::FoldVectors( in FoldVectors()
[all …]
Dfold.h29 class InstructionFolder {
31 explicit InstructionFolder(IRContext* context) in InstructionFolder() function
39 explicit InstructionFolder( in InstructionFolder() function
Dinterp_fixup_pass.cpp115 InstructionFolder folder( in Process()
Dsimplification_pass.cpp60 const InstructionFolder& folder = context()->get_instruction_folder(); in SimplifyFunction()
Dir_context.h539 const InstructionFolder& get_instruction_folder() { in get_instruction_folder()
541 inst_folder_ = MakeUnique<InstructionFolder>(this); in get_instruction_folder()
830 std::unique_ptr<InstructionFolder> inst_folder_;
Dinstruction.cpp702 const InstructionFolder& folder = context()->get_instruction_folder(); in IsFoldableByFoldScalar()
Damd_ext_to_khr.cpp917 InstructionFolder folder( in Process()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold.cpp45 uint32_t InstructionFolder::UnaryOperate(SpvOp opcode, uint32_t operand) const { in UnaryOperate()
70 uint32_t InstructionFolder::BinaryOperate(SpvOp opcode, uint32_t a, in BinaryOperate()
204 uint32_t InstructionFolder::TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b, in TernaryOperate()
216 uint32_t InstructionFolder::OperateWords( in OperateWords()
232 bool InstructionFolder::FoldInstructionInternal(Instruction* inst) const { in FoldInstructionInternal()
258 uint32_t InstructionFolder::FoldScalars( in FoldScalars()
282 bool InstructionFolder::FoldBinaryIntegerOpToConstant( in FoldBinaryIntegerOpToConstant()
466 bool InstructionFolder::FoldBinaryBooleanOpToConstant( in FoldBinaryBooleanOpToConstant()
514 bool InstructionFolder::FoldIntegerOpToConstant( in FoldIntegerOpToConstant()
528 std::vector<uint32_t> InstructionFolder::FoldVectors( in FoldVectors()
[all …]
Dfold.h29 class InstructionFolder {
31 explicit InstructionFolder(IRContext* context) in InstructionFolder() function
39 explicit InstructionFolder( in InstructionFolder() function
Dsimplification_pass.cpp60 const InstructionFolder& folder = context()->get_instruction_folder(); in SimplifyFunction()
Dir_context.h537 const InstructionFolder& get_instruction_folder() { in get_instruction_folder()
539 inst_folder_ = MakeUnique<InstructionFolder>(this); in get_instruction_folder()
824 std::unique_ptr<InstructionFolder> inst_folder_;
Dinstruction.cpp657 const InstructionFolder& folder = context()->get_instruction_folder(); in IsFoldableByFoldScalar()
Damd_ext_to_khr.cpp917 InstructionFolder folder( in Process()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp45 uint32_t InstructionFolder::UnaryOperate(SpvOp opcode, uint32_t operand) const { in UnaryOperate()
70 uint32_t InstructionFolder::BinaryOperate(SpvOp opcode, uint32_t a, in BinaryOperate()
204 uint32_t InstructionFolder::TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b, in TernaryOperate()
216 uint32_t InstructionFolder::OperateWords( in OperateWords()
232 bool InstructionFolder::FoldInstructionInternal(Instruction* inst) const { in FoldInstructionInternal()
258 uint32_t InstructionFolder::FoldScalars( in FoldScalars()
282 bool InstructionFolder::FoldBinaryIntegerOpToConstant( in FoldBinaryIntegerOpToConstant()
466 bool InstructionFolder::FoldBinaryBooleanOpToConstant( in FoldBinaryBooleanOpToConstant()
514 bool InstructionFolder::FoldIntegerOpToConstant( in FoldIntegerOpToConstant()
528 std::vector<uint32_t> InstructionFolder::FoldVectors( in FoldVectors()
[all …]
Dfold.h29 class InstructionFolder {
31 explicit InstructionFolder(IRContext* context) in InstructionFolder() function
39 explicit InstructionFolder( in InstructionFolder() function
Dsimplification_pass.cpp60 const InstructionFolder& folder = context()->get_instruction_folder(); in SimplifyFunction()
Dir_context.h537 const InstructionFolder& get_instruction_folder() { in get_instruction_folder()
539 inst_folder_ = MakeUnique<InstructionFolder>(this); in get_instruction_folder()
824 std::unique_ptr<InstructionFolder> inst_folder_;
Dinstruction.cpp657 const InstructionFolder& folder = context()->get_instruction_folder(); in IsFoldableByFoldScalar()
Damd_ext_to_khr.cpp917 InstructionFolder folder( in Process()