Home
last modified time | relevance | path

Searched refs:COND_LE (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMDefines.h64 #define COND_LE \ macro
99 case COND_LE: in ARMCondCodeToString()
141 case COND_LE: in ARMConditionPassed()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CondBrFolding.cpp518 case X86::COND_LE: in analyzeMBB()
547 case X86::COND_LE: in analyzeMBB()
DX86ScheduleBdVer2.td485 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_LE">>, [PdWriteCMOVm]>,
505 SchedVar<MCSchedPredicate<CheckImmOperand_s<5, "X86::COND_LE">>, [PdWriteSETGEmSETGmSETLEmSETLm]>,
DX86InstrInfo.cpp2223 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
2224 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
2249 case X86::COND_LE: return X86::COND_GE; in getSwappedCondition()
2251 case X86::COND_GE: return X86::COND_LE; in getSwappedCondition()
2291 case CmpInst::ICMP_SLE: CC = X86::COND_LE; break; in getX86ConditionCode()
3735 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr()
DX86FrameLowering.cpp2702 BuildMI(incStackMBB, DL, TII.get(X86::JCC_1)).addMBB(incStackMBB).addImm(X86::COND_LE); in adjustForHiPEPrologue()
DX86ISelDAGToDAG.cpp2805 case X86::COND_G: case X86::COND_LE: in mayUseCarryFlag()
DX86ISelLowering.cpp4825 case X86::COND_LE: in isX86CCSigned()
4837 case ISD::SETLE: return X86::COND_LE; in TranslateIntegerX86CC()
4870 return X86::COND_LE; in TranslateX86CC()
20722 case X86::COND_L: case X86::COND_LE: in EmitTest()
38411 CC = X86::COND_LE; in combineSetCCAtomicArith()
38416 else if (CC == X86::COND_LE && Addend == -1) in combineSetCCAtomicArith()
44399 case X86::COND_L: case X86::COND_LE: in needCarryOrOverflowFlag()
46391 .Case("{@ccle}", X86::COND_LE) in parseConstraintCode()
46399 .Case("{@ccng}", X86::COND_LE) in parseConstraintCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h90 COND_LE = 14, enumerator
296 case X86::COND_LE: in classifySecondCondCodeInMacroFusion()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h95 COND_LE = 14, enumerator
301 case X86::COND_LE: in classifySecondCondCodeInMacroFusion()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h42 COND_LE = 8, enumerator
DX86InstrInfo.cpp3692 case X86::JLE_1: return X86::COND_LE; in getCondFromBranchOpc()
3720 case X86::SETLEr: case X86::SETLEm: return X86::COND_LE; in getCondFromSETOpc()
3761 return X86::COND_LE; in getCondFromCMovOpc()
3792 case X86::COND_LE: return X86::JLE_1; in GetCondBranchFromCond()
3816 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
3817 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
3842 case X86::COND_LE: return X86::COND_GE; in getSwappedCondition()
3844 case X86::COND_GE: return X86::COND_LE; in getSwappedCondition()
5229 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr()
DX86FastISel.cpp209 case CmpInst::ICMP_SLE: CC = X86::COND_LE; break; in getX86ConditionCode()
DX86ISelLowering.cpp3952 case X86::COND_LE: in isX86CCUnsigned()
3964 case ISD::SETLE: return X86::COND_LE; in TranslateIntegerX86CC()
3993 return X86::COND_LE; in TranslateX86CC()
14632 case X86::COND_L: case X86::COND_LE: in EmitTest()
26984 CC = X86::COND_LE; in combineSetCCAtomicArith()
26989 else if (CC == X86::COND_LE && Addend == -1) in combineSetCCAtomicArith()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp98 #define COND_LE 0xD macro
863 case COND_LE: // (0xD) in ConditionPassed()
/external/llvm-project/llvm/lib/Target/X86/
DX86ScheduleBdVer2.td485 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_LE">>, [PdWriteCMOVm]>,
505 SchedVar<MCSchedPredicate<CheckImmOperand_s<5, "X86::COND_LE">>, [PdWriteSETGEmSETGmSETLEmSETLm]>,
DX86InstrInfo.cpp2710 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
2711 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
2736 case X86::COND_LE: return X86::COND_GE; in getSwappedCondition()
2738 case X86::COND_GE: return X86::COND_LE; in getSwappedCondition()
2778 case CmpInst::ICMP_SLE: CC = X86::COND_LE; break; in getX86ConditionCode()
4284 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr()
DX86FrameLowering.cpp3042 BuildMI(incStackMBB, DL, TII.get(X86::JCC_1)).addMBB(incStackMBB).addImm(X86::COND_LE); in adjustForHiPEPrologue()
DX86ISelDAGToDAG.cpp2903 case X86::COND_G: case X86::COND_LE: in mayUseCarryFlag()
DX86ISelLowering.cpp4930 case X86::COND_LE: in isX86CCSigned()
4942 case ISD::SETLE: return X86::COND_LE; in TranslateIntegerX86CC()
4975 return X86::COND_LE; in TranslateX86CC()
21977 case X86::COND_L: case X86::COND_LE: in EmitTest()
41153 CC = X86::COND_LE; in combineSetCCAtomicArith()
41158 else if (CC == X86::COND_LE && Addend == -1) in combineSetCCAtomicArith()
47810 case X86::COND_L: case X86::COND_LE: in needCarryOrOverflowFlag()
50168 .Case("{@ccle}", X86::COND_LE) in parseConstraintCode()
50176 .Case("{@ccng}", X86::COND_LE) in parseConstraintCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2097 .Cases("le", "ng", X86::COND_LE) // Less or Equal/Not Greater in ParseConditionCode()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2700 .Cases("le", "ng", X86::COND_LE) // Less or Equal/Not Greater in ParseConditionCode()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc22367 if (MI->getOperand(7).getImm() == X86::COND_LE)
22462 if (MI->getOperand(5).getImm() == X86::COND_LE)
23971 if (MI->getOperand(7).getImm() == X86::COND_LE)
24066 if (MI->getOperand(5).getImm() == X86::COND_LE)