Searched refs:PatchedName (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2449 StringRef PatchedName = Name; in ParseInstruction() local 2453 (PatchedName == "jmp" || PatchedName == "jc" || PatchedName == "jnc" || in ParseInstruction() 2454 PatchedName == "jcxz" || PatchedName == "jexcz" || in ParseInstruction() 2455 (PatchedName.startswith("j") && in ParseInstruction() 2456 ParseConditionCode(PatchedName.substr(1)) != X86::COND_INVALID))) { in ParseInstruction() 2472 if (PatchedName.startswith("set") && PatchedName.endswith("b") && in ParseInstruction() 2473 PatchedName != "setb" && PatchedName != "setnb") in ParseInstruction() 2474 PatchedName = PatchedName.substr(0, Name.size()-1); in ParseInstruction() 2479 if ((PatchedName.startswith("cmp") || PatchedName.startswith("vcmp")) && in ParseInstruction() 2480 (PatchedName.endswith("ss") || PatchedName.endswith("sd") || 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/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 3096 StringRef PatchedName = Name; in ParseInstruction() local 3100 (PatchedName == "jmp" || PatchedName == "jc" || PatchedName == "jnc" || in ParseInstruction() 3101 PatchedName == "jcxz" || PatchedName == "jexcz" || in ParseInstruction() 3102 (PatchedName.startswith("j") && in ParseInstruction() 3103 ParseConditionCode(PatchedName.substr(1)) != X86::COND_INVALID))) { in ParseInstruction() 3119 if (PatchedName.startswith("set") && PatchedName.endswith("b") && in ParseInstruction() 3120 PatchedName != "setb" && PatchedName != "setnb") in ParseInstruction() 3121 PatchedName = PatchedName.substr(0, Name.size()-1); in ParseInstruction() 3126 if ((PatchedName.startswith("cmp") || PatchedName.startswith("vcmp")) && in ParseInstruction() 3127 (PatchedName.endswith("ss") || PatchedName.endswith("sd") || in ParseInstruction() [all …]
|
/external/llvm-project/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/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…
|