Home
last modified time | relevance | path

Searched refs:populateInstruction (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp1534 bool populateInstruction(const CodeGenInstruction &CGI, TARGET_NAME_t TN);
1556 ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI, in populateInstruction() function in ARMDecoderEmitter::ARMDEBackend
1700 if (populateInstruction(*NumberedInstructions[uid], TargetName)) in populateInstructions()
1712 if (populateInstruction(*NumberedInstructions[uid], TARGET_THUMB)) in populateInstructions()
1725 if (populateInstruction(*NumberedInstructions[uid], TargetName)) in populateInstructions()
DFixedLenDecoderEmitter.cpp1237 static bool populateInstruction(const CodeGenInstruction &CGI, in populateInstruction() function
1465 if (populateInstruction(*Inst, i, Operands)) { in run()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1695 static bool populateInstruction(CodeGenTarget &Target, in populateInstruction() function
2249 if (populateInstruction(Target, *Inst, i, Operands)) { in run()