Searched refs:COND_A (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h33 COND_A = 0, enumerator in enum:llvm::X86::CondCode
H A DX86InstrInfo.cpp2517 case X86::JA_4: return X86::COND_A;
2532 case X86::SETAr: case X86::SETAm: return X86::COND_A;
2557 return X86::COND_A;
2617 case X86::COND_A: return X86::JA_4;
2640 case X86::COND_BE: return X86::COND_A;
2641 case X86::COND_A: return X86::COND_BE;
2664 case X86::COND_B: return X86::COND_A;
2666 case X86::COND_A: return X86::COND_B;
3760 case X86::COND_A: case X86::COND_AE:
H A DX86FastISel.cpp216 case CmpInst::FCMP_OGT: CC = X86::COND_A; break;
232 case CmpInst::ICMP_UGT: CC = X86::COND_A; break;
H A DX86ISelLowering.cpp3529 case X86::COND_A: return true;
3568 case ISD::SETUGT: return X86::COND_A;
3605 case ISD::SETGT: return X86::COND_A;
3635 case X86::COND_A:
11659 case X86::COND_A: case X86::COND_AE:
13908 X86CC = X86::COND_A;
14041 X86CC = X86::COND_A;
14045 X86CC = X86::COND_A;
21748 if (CC == X86::COND_A) {
21749 // Try to convert COND_A int
[all...]

Completed in 390 milliseconds