Searched refs:getInstructionsByEnumValue (Results 1 - 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DInstrEnumEmitter.cpp37 Target.getInstructionsByEnumValue();
H A DDisassemblerEmitter.cpp116 Target.getInstructionsByEnumValue();
H A DCodeGenTarget.h147 /// getInstructionsByEnumValue - Return all of the instructions defined by the
150 getInstructionsByEnumValue() const { function in class:llvm::CodeGenTarget
156 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();}
157 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); }
H A DFixedLenDecoderEmitter.h60 NumberedInstructions(Target.getInstructionsByEnumValue()),
H A DInstrInfoEmitter.cpp208 Target.getInstructionsByEnumValue();
356 Target.getInstructionsByEnumValue();
H A DCodeEmitterGen.cpp220 Target.getInstructionsByEnumValue();
H A DARMDecoderEmitter.cpp1525 void getInstructionsByEnumValue(std::vector<const CodeGenInstruction*> function in class:ARMDecoderEmitter::ARMDEBackend
1531 NumberedInstructions = Target.getInstructionsByEnumValue();
1691 getInstructionsByEnumValue(NumberedInstructions);
H A DAsmWriterEmitter.cpp271 NumberedInstructions = Target.getInstructionsByEnumValue();
572 Target.getInstructionsByEnumValue();
H A DEDEmitter.cpp798 target.getInstructionsByEnumValue();
H A DFixedLenDecoderEmitter.cpp1447 NumberedInstructions = Target.getInstructionsByEnumValue();
H A DCodeGenDAGPatterns.cpp2819 Target.getInstructionsByEnumValue();
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h162 /// getInstructionsByEnumValue - Return all of the instructions defined by the
165 getInstructionsByEnumValue() const { function in class:llvm::CodeGenTarget
171 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();}
172 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); }
H A DDisassemblerEmitter.cpp114 Target.getInstructionsByEnumValue();
H A DInstrInfoEmitter.cpp180 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
359 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) {
382 Target.getInstructionsByEnumValue();
581 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue())
H A DCodeEmitterGen.cpp230 Target.getInstructionsByEnumValue();
H A DCodeGenMapTable.cpp369 Target.getInstructionsByEnumValue();
H A DCodeGenSchedule.cpp71 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
213 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
507 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
532 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
1553 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
H A DCodeGenTarget.cpp165 for (const CodeGenInstruction *Inst : getInstructionsByEnumValue()) {
H A DAsmWriterEmitter.cpp1100 NumberedInstructions = Target.getInstructionsByEnumValue();
H A DFixedLenDecoderEmitter.cpp2231 NumberedInstructions = Target.getInstructionsByEnumValue();
H A DAsmMatcherEmitter.cpp1476 for (const CodeGenInstruction *CGI : Target.getInstructionsByEnumValue()) {
H A DCodeGenDAGPatterns.cpp3260 Target.getInstructionsByEnumValue();

Completed in 238 milliseconds