Searched refs:COND_P (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 88 COND_P = 10, enumerator 278 case X86::COND_P: // JP,JPE in classifySecondCondCodeInMacroFusion()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 3220 case X86::COND_P: in getCCMPCondFlagsFromCondCode() 3272 case X86::COND_P: in GetOppositeBranchCondition() 3275 return X86::COND_P; in GetOppositeBranchCondition() 3355 CC = X86::COND_P; in getX86ConditionCode() 3840 ((OldBranchCode == X86::COND_P && BranchCode == X86::COND_NE) || in analyzeBranchImpl() 3841 (OldBranchCode == X86::COND_NE && BranchCode == X86::COND_P))) { in analyzeBranchImpl() 3844 (OldBranchCode == X86::COND_E && BranchCode == X86::COND_P)) { in analyzeBranchImpl() 4068 BuildMI(&MBB, DL, get(X86::JCC_1)).addMBB(TBB).addImm(X86::COND_P); in insertBranch()
|
H A D | X86FastISel.cpp | 1489 { X86::COND_NE, X86::COND_P, X86::OR8rr } in X86SelectCmp() 1712 .addMBB(TrueMBB).addImm(X86::COND_P); in X86SelectBranch() 2048 { X86::COND_P, X86::COND_NE, X86::OR8rr } in X86FastEmitCMoveSelect()
|
H A D | X86InstructionSelector.cpp |
|
H A D | X86ISelDAGToDAG.cpp | 3340 case X86::COND_P: case X86::COND_NP: in hasNoSignFlagUses() 3357 case X86::COND_P: case X86::COND_NP: in mayUseCarryFlag()
|
H A D | X86ISelLowering.cpp | 2910 case ISD::SETUO: return X86::COND_P; in TranslateX86CC() 2928 case X86::COND_P: in hasFPCMov() 24864 CCVal = DAG.getTargetConstant(X86::COND_P, dl, MVT::i8); in LowerBRCOND() 24877 CCVal = DAG.getTargetConstant(X86::COND_P, dl, MVT::i8); in LowerBRCOND() 25953 SDValue SetP = getSETCC(X86::COND_P, Comi, dl, DAG); in LowerINTRINSIC_WO_CHAIN() 48937 (cc0 == X86::COND_NE && cc1 == X86::COND_P)) { in combineCompareEqual() 49816 if (CC0 == X86::COND_P || CC0 == X86::COND_NP) in combineAndOrForCcmpCtest() 58266 .Case("{@ccp}", X86::COND_P) in parseConstraintCode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1039 {X86::COND_NE, X86::COND_P, X86::OR8rr}}; in selectFCmp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2836 .Cases("p", "pe", X86::COND_P) // Parity/Parity Even in ParseConditionCode()
|