Searched refs:PatchedName (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 660 StringRef PatchedName = Name; in ParseInstruction() local 663 if (PatchedName.startswith("set") && PatchedName.endswith("b") && in ParseInstruction() 664 PatchedName != "setb" && PatchedName != "setnb") in ParseInstruction() 665 PatchedName = PatchedName.substr(0, Name.size()-1); in ParseInstruction() 669 if ((PatchedName.startswith("cmp") || PatchedName.startswith("vcmp")) && in ParseInstruction() 670 (PatchedName.endswith("ss") || PatchedName.endswith("sd") || in ParseInstruction() 671 PatchedName.endswith("ps") || PatchedName.endswith("pd"))) { in ParseInstruction() 672 bool IsVCMP = PatchedName.startswith("vcmp"); in ParseInstruction() 675 PatchedName.slice(SSECCIdx, PatchedName.size() - 2)) in ParseInstruction() 712 if (PatchedName.endswith("ss")) { in ParseInstruction() [all …]
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2170 StringRef PatchedName = Name; in ParseInstruction() local 2173 if (PatchedName.startswith("set") && PatchedName.endswith("b") && in ParseInstruction() 2174 PatchedName != "setb" && PatchedName != "setnb") in ParseInstruction() 2175 PatchedName = PatchedName.substr(0, Name.size()-1); in ParseInstruction() 2178 if ((PatchedName.startswith("cmp") || PatchedName.startswith("vcmp")) && in ParseInstruction() 2179 (PatchedName.endswith("ss") || PatchedName.endswith("sd") || in ParseInstruction() 2180 PatchedName.endswith("ps") || PatchedName.endswith("pd"))) { in ParseInstruction() 2181 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() 2184 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction() 2235 Operands.push_back(X86Operand::CreateToken(PatchedName.slice(0, CCIdx), in ParseInstruction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2288 StringRef PatchedName = Name; in ParseInstruction() local 2306 if (PatchedName.startswith("set") && PatchedName.endswith("b") && in ParseInstruction() 2307 PatchedName != "setb" && PatchedName != "setnb") in ParseInstruction() 2308 PatchedName = PatchedName.substr(0, Name.size()-1); in ParseInstruction() 2311 if ((PatchedName.startswith("cmp") || PatchedName.startswith("vcmp")) && in ParseInstruction() 2312 (PatchedName.endswith("ss") || PatchedName.endswith("sd") || in ParseInstruction() 2313 PatchedName.endswith("ps") || PatchedName.endswith("pd"))) { in ParseInstruction() 2314 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() 2317 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction() 2368 Operands.push_back(X86Operand::CreateToken(PatchedName.slice(0, CCIdx), in ParseInstruction() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-09-30-CMOV-JumpTable-PHI.ll | 62 %PatchedName.0.0 = phi i8* [ undef, %bb.i1820 ], [ %Name.0, %bb.i ] 66 …%2 = call i32 @memcmp(i8* %PatchedName.0.0, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str1…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2010-09-30-CMOV-JumpTable-PHI.ll | 62 %PatchedName.0.0 = phi i8* [ undef, %bb.i1820 ], [ %Name.0, %bb.i ] 66 …%2 = call i32 @memcmp(i8* %PatchedName.0.0, i8* getelementptr inbounds ([4 x i8]* @.str146, i32 0,…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2010-09-30-CMOV-JumpTable-PHI.ll | 62 %PatchedName.0.0 = phi i8* [ undef, %bb.i1820 ], [ %Name.0, %bb.i ] 66 …%2 = call i32 @memcmp(i8* %PatchedName.0.0, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str1…
|