Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp71 std::vector<std::string> GetOperandInfo(const CodeGenInstruction &Inst);
88 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo() function in InstrInfoEmitter
181 std::vector<std::string> OperandInfo = GetOperandInfo(*Inst); in EmitOperandInfo()
543 std::vector<std::string> OperandInfo = GetOperandInfo(Inst); in emitRecord()