Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2001 StringRef PatchedName = Name; in ParseInstruction() local
2004 if (PatchedName.startswith("set") && PatchedName.endswith("b") && in ParseInstruction()
2005 PatchedName != "setb" && PatchedName != "setnb") in ParseInstruction()
2006 PatchedName = PatchedName.substr(0, Name.size()-1); in ParseInstruction()
2009 if ((PatchedName.startswith("cmp") || PatchedName.startswith("vcmp")) && in ParseInstruction()
2010 (PatchedName.endswith("ss") || PatchedName.endswith("sd") || in ParseInstruction()
2011 PatchedName.endswith("ps") || PatchedName.endswith("pd"))) { in ParseInstruction()
2012 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction()
2015 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction()
2052 Operands.push_back(X86Operand::CreateToken(PatchedName.slice(0, CCIdx), in ParseInstruction()
[all …]
/external/llvm/test/CodeGen/X86/
D2010-09-30-CMOV-JumpTable-PHI.ll62 %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…