/external/llvm-project/llvm/lib/Target/X86/ |
D | X86SchedPredicates.td | 64 // 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">
|
D | X86FlagsCopyLowering.cpp | 346 return X86::COND_BE; in getCondFromFCMOV()
|
D | X86InstrInfo.cpp | 2714 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()
|
D | X86ScheduleBdVer2.td | 481 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_BE">>, [PdWriteCMOVm]>,
|
D | X86ISelLowering.cpp | 4924 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 …]
|
D | X86ISelDAGToDAG.cpp | 2881 case X86::COND_B: case X86::COND_BE: in hasNoSignFlagUses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86SchedPredicates.td | 64 // 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">
|
D | X86FlagsCopyLowering.cpp | 345 return X86::COND_BE; in getCondFromFCMOV()
|
D | X86InstrInfo.cpp | 2227 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()
|
D | X86ScheduleBdVer2.td | 481 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_BE">>, [PdWriteCMOVm]>,
|
D | X86ISelDAGToDAG.cpp | 2783 case X86::COND_B: case X86::COND_BE: in hasNoSignFlagUses()
|
D | X86ISelLowering.cpp | 4819 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/ |
D | X86BaseInfo.h | 82 COND_BE = 6, enumerator 305 case X86::COND_BE: in classifySecondCondCodeInMacroFusion()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 87 COND_BE = 6, enumerator 310 case X86::COND_BE: in classifySecondCondCodeInMacroFusion()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 37 COND_BE = 3, enumerator
|
D | X86InstrInfo.cpp | 3696 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()
|
D | X86FastISel.cpp | 192 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode() 205 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
|
D | X86ISelLowering.cpp | 3946 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/ |
D | X86GenSubtargetInfo.inc | 22319 || 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/ |
D | X86AsmParser.cpp | 2089 .Cases("be", "na", X86::COND_BE) // Below or Equal/Not Above in ParseConditionCode()
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2692 .Cases("be", "na", X86::COND_BE) // Below or Equal/Not Above in ParseConditionCode()
|