Home
last modified time | relevance | path

Searched refs:COND_G (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CondBrFolding.cpp154 assert(CC == X86::COND_L || CC == X86::COND_G || CC == X86::COND_E); in findPath()
157 (CmpValue > PredCmpValue && CC == X86::COND_G) || in findPath()
169 (CmpValue == PredCmpValue + 1 && CC == X86::COND_G)) in findPath()
312 NewCC = X86::COND_G; in optimizeCondBr()
314 case X86::COND_G: in optimizeCondBr()
516 case X86::COND_G: in analyzeMBB()
557 CC = X86::COND_G; in analyzeMBB()
DX86ScheduleBdVer2.td486 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_G">>, [PdWriteCMOVm]>,
504 SchedVar<MCSchedPredicate<CheckImmOperand_s<5, "X86::COND_G">>, [PdWriteSETGEmSETGmSETLEmSETLm]>,
DX86InstrInfo.cpp2223 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
2224 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
2248 case X86::COND_L: return X86::COND_G; in getSwappedCondition()
2250 case X86::COND_G: return X86::COND_L; in getSwappedCondition()
2288 case CmpInst::ICMP_SGT: CC = X86::COND_G; break; in getX86ConditionCode()
3734 case X86::COND_G: case X86::COND_GE: in optimizeCompareInstr()
DX86ISelDAGToDAG.cpp2805 case X86::COND_G: case X86::COND_LE: in mayUseCarryFlag()
DX86ISelLowering.cpp4822 case X86::COND_G: in isX86CCSigned()
4834 case ISD::SETGT: return X86::COND_G; in TranslateIntegerX86CC()
20721 case X86::COND_G: case X86::COND_GE: in EmitTest()
31137 BuildMI(BB, DL, TII->get(X86::JCC_1)).addMBB(mallocMBB).addImm(X86::COND_G); in EmitLoweredSegAlloca()
38413 CC = X86::COND_G; in combineSetCCAtomicArith()
38414 else if (CC == X86::COND_G && Addend == -1) in combineSetCCAtomicArith()
44398 case X86::COND_G: case X86::COND_GE: in needCarryOrOverflowFlag()
46388 .Case("{@ccg}", X86::COND_G) in parseConstraintCode()
46402 .Case("{@ccnle}", X86::COND_G) in parseConstraintCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h91 COND_G = 15, enumerator
92 LAST_VALID_COND = COND_G,
298 case X86::COND_G: in classifySecondCondCodeInMacroFusion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2098 .Cases("g", "nle", X86::COND_G) // Greater/Neither Less nor Equal in ParseConditionCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc22369 if (MI->getOperand(7).getImm() == X86::COND_G)
22460 if (MI->getOperand(5).getImm() == X86::COND_G)
23973 if (MI->getOperand(7).getImm() == X86::COND_G)
24064 if (MI->getOperand(5).getImm() == X86::COND_G)