Searched defs:GetOperandInfo (Results 1 - 1 of 1) sorted by relevance

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

Completed in 92 milliseconds