Home
last modified time | relevance | path

Searched refs:COND_BE (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/llvm/lib/Target/X86/
DX86SchedPredicates.td64 // A predicate to check for COND_A and COND_BE CMOVs which have an extra uop
68 CheckImmOperand_s<3, "X86::COND_BE">
73 CheckImmOperand_s<7, "X86::COND_BE">
76 // A predicate to check for COND_A and COND_BE SETCCs which have an extra uop
80 CheckImmOperand_s<1, "X86::COND_BE">
85 CheckImmOperand_s<5, "X86::COND_BE">
DX86FlagsCopyLowering.cpp346 return X86::COND_BE; in getCondFromFCMOV()
DX86InstrInfo.cpp2714 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()
2715 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
2740 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()
2742 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()
2761 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
2774 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
4282 case X86::COND_B: case X86::COND_BE: in optimizeCompareInstr()
DX86ScheduleBdVer2.td481 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_BE">>, [PdWriteCMOVm]>,
DX86ISelLowering.cpp4924 case X86::COND_BE: in isX86CCSigned()
4946 case ISD::SETULE: return X86::COND_BE; in TranslateIntegerX86CC()
5022 case ISD::SETLE: return X86::COND_BE; in TranslateX86CC()
5040 case X86::COND_BE: in hasFPCMov()
21973 case X86::COND_B: case X86::COND_BE: in EmitTest()
33108 BuildMI(fallMBB, DL, TII->get(X86::JCC_1)).addMBB(sinkMBB).addImm(X86::COND_BE); in emitLongJmpShadowStackFix()
41432 case X86::COND_BE: in combinePTESTCC()
47807 case X86::COND_B: case X86::COND_BE: in needCarryOrOverflowFlag()
48070 if ((!IsSub && CC == X86::COND_BE && ConstantX->isAllOnesValue()) || in combineAddOrSubToADCOrSBB()
48127 if (CC == X86::COND_BE) { in combineAddOrSubToADCOrSBB()
[all …]
DX86ISelDAGToDAG.cpp2881 case X86::COND_B: case X86::COND_BE: in hasNoSignFlagUses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedPredicates.td64 // A predicate to check for COND_A and COND_BE CMOVs which have an extra uop
68 CheckImmOperand_s<3, "X86::COND_BE">
73 CheckImmOperand_s<7, "X86::COND_BE">
76 // A predicate to check for COND_A and COND_BE SETCCs which have an extra uop
80 CheckImmOperand_s<1, "X86::COND_BE">
85 CheckImmOperand_s<5, "X86::COND_BE">
DX86FlagsCopyLowering.cpp345 return X86::COND_BE; in getCondFromFCMOV()
DX86InstrInfo.cpp2227 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()
2228 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
2253 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()
2255 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()
2274 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
2287 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
3733 case X86::COND_B: case X86::COND_BE: in optimizeCompareInstr()
DX86ScheduleBdVer2.td481 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_BE">>, [PdWriteCMOVm]>,
DX86ISelDAGToDAG.cpp2783 case X86::COND_B: case X86::COND_BE: in hasNoSignFlagUses()
DX86ISelLowering.cpp4819 case X86::COND_BE: in isX86CCSigned()
4841 case ISD::SETULE: return X86::COND_BE; in TranslateIntegerX86CC()
4917 case ISD::SETLE: return X86::COND_BE; in TranslateX86CC()
4935 case X86::COND_BE: in hasFPCMov()
20718 case X86::COND_B: case X86::COND_BE: in EmitTest()
31794 BuildMI(fallMBB, DL, TII->get(X86::JCC_1)).addMBB(sinkMBB).addImm(X86::COND_BE); in emitLongJmpShadowStackFix()
44396 case X86::COND_B: case X86::COND_BE: in needCarryOrOverflowFlag()
44659 if ((!IsSub && CC == X86::COND_BE && ConstantX->isAllOnesValue()) || in combineAddOrSubToADCOrSBB()
46384 .Case("{@ccbe}", X86::COND_BE) in parseConstraintCode()
46392 .Case("{@ccna}", X86::COND_BE) in parseConstraintCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h82 COND_BE = 6, enumerator
305 case X86::COND_BE: in classifySecondCondCodeInMacroFusion()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h87 COND_BE = 6, enumerator
310 case X86::COND_BE: in classifySecondCondCodeInMacroFusion()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h37 COND_BE = 3, enumerator
DX86InstrInfo.cpp3696 case X86::JBE_1: return X86::COND_BE; in getCondFromBranchOpc()
3715 case X86::SETBEr: case X86::SETBEm: return X86::COND_BE; in getCondFromSETOpc()
3746 return X86::COND_BE; in getCondFromCMovOpc()
3796 case X86::COND_BE: return X86::JBE_1; in GetCondBranchFromCond()
3820 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()
3821 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
3846 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()
3848 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()
5227 case X86::COND_B: case X86::COND_BE: in optimizeCompareInstr()
DX86FastISel.cpp192 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
205 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
DX86ISelLowering.cpp3946 case X86::COND_BE: in isX86CCUnsigned()
3968 case ISD::SETULE: return X86::COND_BE; in TranslateIntegerX86CC()
4040 case ISD::SETLE: return X86::COND_BE; in TranslateX86CC()
4058 case X86::COND_BE: in hasFPCMov()
14628 case X86::COND_B: case X86::COND_BE: in EmitTest()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc22319 || MI->getOperand(3).getImm() == X86::COND_BE
22327 || MI->getOperand(3).getImm() == X86::COND_BE
22335 || MI->getOperand(3).getImm() == X86::COND_BE
22343 || MI->getOperand(3).getImm() == X86::COND_BE
22351 || MI->getOperand(3).getImm() == X86::COND_BE
22359 if (MI->getOperand(7).getImm() == X86::COND_BE)
22376 || MI->getOperand(7).getImm() == X86::COND_BE
22384 || MI->getOperand(7).getImm() == X86::COND_BE
22392 || MI->getOperand(7).getImm() == X86::COND_BE
22400 || MI->getOperand(7).getImm() == X86::COND_BE
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2089 .Cases("be", "na", X86::COND_BE) // Below or Equal/Not Above in ParseConditionCode()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2692 .Cases("be", "na", X86::COND_BE) // Below or Equal/Not Above in ParseConditionCode()