Searched refs:InstructionFolder (Results 1 – 19 of 19) sorted by relevance
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | fold.cpp | 45 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 …]
|
D | fold.h | 29 class InstructionFolder { 31 explicit InstructionFolder(IRContext* context) in InstructionFolder() function 39 explicit InstructionFolder( in InstructionFolder() function
|
D | interp_fixup_pass.cpp | 115 InstructionFolder folder( in Process()
|
D | simplification_pass.cpp | 60 const InstructionFolder& folder = context()->get_instruction_folder(); in SimplifyFunction()
|
D | ir_context.h | 539 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_;
|
D | instruction.cpp | 702 const InstructionFolder& folder = context()->get_instruction_folder(); in IsFoldableByFoldScalar()
|
D | amd_ext_to_khr.cpp | 917 InstructionFolder folder( in Process()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fold.cpp | 45 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 …]
|
D | fold.h | 29 class InstructionFolder { 31 explicit InstructionFolder(IRContext* context) in InstructionFolder() function 39 explicit InstructionFolder( in InstructionFolder() function
|
D | simplification_pass.cpp | 60 const InstructionFolder& folder = context()->get_instruction_folder(); in SimplifyFunction()
|
D | ir_context.h | 537 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_;
|
D | instruction.cpp | 657 const InstructionFolder& folder = context()->get_instruction_folder(); in IsFoldableByFoldScalar()
|
D | amd_ext_to_khr.cpp | 917 InstructionFolder folder( in Process()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold.cpp | 45 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 …]
|
D | fold.h | 29 class InstructionFolder { 31 explicit InstructionFolder(IRContext* context) in InstructionFolder() function 39 explicit InstructionFolder( in InstructionFolder() function
|
D | simplification_pass.cpp | 60 const InstructionFolder& folder = context()->get_instruction_folder(); in SimplifyFunction()
|
D | ir_context.h | 537 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_;
|
D | instruction.cpp | 657 const InstructionFolder& folder = context()->get_instruction_folder(); in IsFoldableByFoldScalar()
|
D | amd_ext_to_khr.cpp | 917 InstructionFolder folder( in Process()
|