Searched refs:populateInstruction (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | ARMDecoderEmitter.cpp | 1534 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()
|
D | FixedLenDecoderEmitter.cpp | 1237 static bool populateInstruction(const CodeGenInstruction &CGI, in populateInstruction() function 1465 if (populateInstruction(*Inst, i, Operands)) { in run()
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 1695 static bool populateInstruction(CodeGenTarget &Target, in populateInstruction() function 2249 if (populateInstruction(Target, *Inst, i, Operands)) { in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 1746 static bool populateInstruction(CodeGenTarget &Target, in populateInstruction() function 2309 if (populateInstruction(Target, *Inst, i, Operands)) { in run()
|