Home
last modified time | relevance | path

Searched refs:IsVCMP (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Target/ARM/
DMVEVPTOptimisationsPass.cpp282 static bool IsVCMP(unsigned Opcode) { return VCMPOpcodeToVPT(Opcode) != 0; } in IsVCMP() function
310 assert(IsVCMP(Instr.getOpcode()) && "Inst must be a VCMP"); in GetCondCode()
317 assert(IsVCMP(Cond.getOpcode()) && IsVCMP(Prev.getOpcode())); in IsVPNOTEquivalent()
606 if (!IsVCMP(Instr.getOpcode())) { in ReplaceVCMPsByVPNOTs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2482 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local
2483 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()
2534 if (CC != ~0U && (IsVCMP || CC < 8)) { in ParseInstruction()
2536 PatchedName = IsVCMP ? "vcmpss" : "cmpss"; in ParseInstruction()
2538 PatchedName = IsVCMP ? "vcmpsd" : "cmpsd"; in ParseInstruction()
2540 PatchedName = IsVCMP ? "vcmpps" : "cmpps"; in ParseInstruction()
2542 PatchedName = IsVCMP ? "vcmppd" : "cmppd"; in ParseInstruction()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3129 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local
3130 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()
3181 if (CC != ~0U && (IsVCMP || CC < 8)) { in ParseInstruction()
3183 PatchedName = IsVCMP ? "vcmpss" : "cmpss"; in ParseInstruction()
3185 PatchedName = IsVCMP ? "vcmpsd" : "cmpsd"; in ParseInstruction()
3187 PatchedName = IsVCMP ? "vcmpps" : "cmpps"; in ParseInstruction()
3189 PatchedName = IsVCMP ? "vcmppd" : "cmppd"; in ParseInstruction()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2181 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local
2182 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()
2233 if (ComparisonCode != ~0U && (IsVCMP || ComparisonCode < 8)) { in ParseInstruction()