Searched refs:VariableInstructions (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 137 std::vector<unsigned> VariableInstructions; member in Filter 381 VariableInstructions(f.VariableInstructions), in Filter() 414 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter() 419 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in Filter() 446 if (VariableInstructions.size()) { in recurse() 456 VariableInstructions, in recurse() 560 if (VariableInstructions.size()) in usefulness()
|
D | ARMDecoderEmitter.cpp | 277 std::vector<unsigned> VariableInstructions; member in ARMFilter 543 VariableInstructions(f.VariableInstructions), in ARMFilter() 576 VariableInstructions.push_back(Owner->Opcodes[i]); in ARMFilter() 581 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in ARMFilter() 609 if (VariableInstructions.size()) { in recurse() 619 VariableInstructions, in recurse() 720 if (VariableInstructions.size()) in usefulness()
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 230 std::vector<unsigned> VariableInstructions; member in __anonf641aa1c0511::Filter 490 VariableInstructions(std::move(f.VariableInstructions)), in Filter() 522 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter() 526 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in Filter() 543 if (!VariableInstructions.empty()) { in recurse() 552 Owner->AllInstructions, VariableInstructions, in recurse() 678 if (!VariableInstructions.empty()) in usefulness()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 243 std::vector<unsigned> VariableInstructions; member in __anon7f5b27540311::Filter 507 VariableInstructions(std::move(f.VariableInstructions)), in Filter() 539 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter() 543 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in Filter() 557 if (!VariableInstructions.empty()) { in recurse() 566 Owner->AllInstructions, VariableInstructions, in recurse() 695 if (!VariableInstructions.empty()) in usefulness()
|