Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp509 static bool IsVCMP(unsigned Opcode) { return VCMPOpcodeToVPT(Opcode) != 0; } in IsVCMP() function
537 assert(IsVCMP(Instr.getOpcode()) && "Inst must be a VCMP"); in GetCondCode()
544 assert(IsVCMP(Cond.getOpcode()) && IsVCMP(Prev.getOpcode())); in IsVPNOTEquivalent()
833 if (!IsVCMP(Instr.getOpcode())) { in ReplaceVCMPsByVPNOTs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3132 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local
3133 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()
3184 if (CC != ~0U && (IsVCMP || CC < 8)) { in ParseInstruction()
3186 PatchedName = IsVCMP ? "vcmpss" : "cmpss"; in ParseInstruction()
3188 PatchedName = IsVCMP ? "vcmpsd" : "cmpsd"; in ParseInstruction()
3190 PatchedName = IsVCMP ? "vcmpps" : "cmpps"; in ParseInstruction()
3192 PatchedName = IsVCMP ? "vcmppd" : "cmppd"; in ParseInstruction()