Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp163 std::string::size_type DotIdx = OpName.find_first_of("."); in ParseOperandName() local
164 if (DotIdx != std::string::npos) { in ParseOperandName()
165 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
168 OpName = OpName.substr(0, DotIdx); in ParseOperandName()
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp168 std::string::size_type DotIdx = OpName.find_first_of("."); in ParseOperandName() local
169 if (DotIdx != std::string::npos) { in ParseOperandName()
170 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
173 OpName = OpName.substr(0, DotIdx); in ParseOperandName()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.cpp169 std::string::size_type DotIdx = OpName.find_first_of('.'); in ParseOperandName() local
170 if (DotIdx != std::string::npos) { in ParseOperandName()
171 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
174 OpName = OpName.substr(0, DotIdx); in ParseOperandName()