HomeSort by relevance Sort by last modified time
    Searched defs:GetOperandInfo (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
InstrInfoEmitter.cpp 52 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) {
146 std::vector<std::string> OperandInfo = GetOperandInfo(**II);
327 std::vector<std::string> OperandInfo = GetOperandInfo(Inst);
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 71 std::vector<std::string> GetOperandInfo(const CodeGenInstruction &Inst);
88 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) {
181 std::vector<std::string> OperandInfo = GetOperandInfo(*Inst);
540 std::vector<std::string> OperandInfo = GetOperandInfo(Inst);
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
InstrInfoEmitter.cpp 90 std::vector<std::string> GetOperandInfo(const CodeGenInstruction &Inst);
108 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) {
201 std::vector<std::string> OperandInfo = GetOperandInfo(*Inst);
637 std::vector<std::string> OperandInfo = GetOperandInfo(Inst);

Completed in 84 milliseconds