Home
last modified time | relevance | path

Searched refs:CompareAndBranch (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp384 Type = SystemZII::CompareAndBranch; in fuseCompareOperations()
421 Type == SystemZII::CompareAndBranch ? 2 : 0)); in fuseCompareOperations()
431 if (Type == SystemZII::CompareAndBranch || in fuseCompareOperations()
444 if (Type == SystemZII::CompareAndBranch) { in fuseCompareOperations()
DSystemZInstrInfo.h119 CompareAndBranch, enumerator
DSystemZInstrInfo.cpp1408 case SystemZII::CompareAndBranch: in getFusedCompare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp502 Type = SystemZII::CompareAndBranch; in fuseCompareOperations()
542 Type == SystemZII::CompareAndBranch ? 2 : 0)); in fuseCompareOperations()
552 if (Type == SystemZII::CompareAndBranch || in fuseCompareOperations()
570 if (Type == SystemZII::CompareAndBranch) { in fuseCompareOperations()
DSystemZInstrInfo.h131 CompareAndBranch, enumerator
DSystemZInstrInfo.cpp1729 case SystemZII::CompareAndBranch: in getFusedCompare()
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc414 __ CompareAndBranch(x10, Operand(0), ne, &prepare_step_in_if_stepping); in Generate_ResumeGeneratorTrampoline() local
421 __ CompareAndBranch(x10, Operand(x1), eq, in Generate_ResumeGeneratorTrampoline() local
714 __ CompareAndBranch(smi_entry, Operand(Smi::FromEnum(marker)), ne, &no_match); in TailCallRuntimeIfMarkerEquals() local
750 __ CompareAndBranch(optimized_code_entry, in MaybeTailCallOptimizedCodeSlot() local
1474 __ CompareAndBranch(x0, Smi::kZero, ne, &skip); in Generate_OnStackReplacementHelper() local
3103 __ CompareAndBranch(argc, 1, ne, &n_case); in GenerateInternalArrayConstructorCase() local
3184 __ CompareAndBranch(kind, PACKED_ELEMENTS, eq, &fast_elements_case); in Generate_InternalArrayConstructorImpl() local
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc291 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough); in CheckNotBackReferenceIgnoreCase() local
452 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough); in CheckNotBackReference() local
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2532 CompareAndBranch(in, Operand(kClearedWeakHeapObject), eq, target_if_cleared); in LoadWeakValue()
2637 CompareAndBranch(lhs, rhs, cond, if_true); in CompareAndSplit()
2639 CompareAndBranch(lhs, rhs, NegateCondition(cond), if_false); in CompareAndSplit()
2641 CompareAndBranch(lhs, rhs, cond, if_true); in CompareAndSplit()
Dmacro-assembler-arm64-inl.h1296 void MacroAssembler::CompareAndBranch(const Register& lhs, in CompareAndBranch() function
Dmacro-assembler-arm64.h1606 inline void CompareAndBranch(const Register& lhs,