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/ |
D | X86CondBrFolding.cpp | 154 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()
|
D | X86ScheduleBdVer2.td | 486 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_G">>, [PdWriteCMOVm]>, 504 SchedVar<MCSchedPredicate<CheckImmOperand_s<5, "X86::COND_G">>, [PdWriteSETGEmSETGmSETLEmSETLm]>,
|
D | X86InstrInfo.cpp | 2223 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()
|
D | X86ISelDAGToDAG.cpp | 2805 case X86::COND_G: case X86::COND_LE: in mayUseCarryFlag()
|
D | X86ISelLowering.cpp | 4822 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/ |
D | X86BaseInfo.h | 91 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/ |
D | X86AsmParser.cpp | 2098 .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/ |
D | X86GenSubtargetInfo.inc | 22369 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)
|