| /third_party/node/deps/v8/src/regexp/arm64/ |
| D | regexp-macro-assembler-arm64.cc | 200 __ Cmp(scratch, Operand(backtrack_limit())); in Backtrack() local 240 __ Cmp(w10, string_start_minus_one()); in CheckAtStart() local 248 __ Cmp(w10, string_start_minus_one()); in CheckNotAtStart() local 289 __ Cmp(current_input_offset(), w10); in CheckGreedyLoop() local 336 __ Cmp(current_input_offset(), w12); in CheckNotBackReferenceIgnoreCase() local 371 __ Cmp(w10, w11); in CheckNotBackReferenceIgnoreCase() local 377 __ Cmp(w11, w10); in CheckNotBackReferenceIgnoreCase() local 380 __ Cmp(w10, 'z' - 'a'); // Is w10 a lowercase letter? in CheckNotBackReferenceIgnoreCase() local 384 __ Cmp(w10, 254 - 224); in CheckNotBackReferenceIgnoreCase() local 389 __ Cmp(capture_start_address, capture_end_addresss); in CheckNotBackReferenceIgnoreCase() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ConditionOptimizer.cpp | 229 static AArch64CC::CondCode getAdjustedCmp(AArch64CC::CondCode Cmp) { in getAdjustedCmp() 243 MachineInstr *CmpMI, AArch64CC::CondCode Cmp) { in adjustCmp() 274 AArch64CC::CondCode Cmp; in modifyCmp() local 319 AArch64CC::CondCode Cmp, MachineInstr *To, int ToImm) in adjustTo()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ExpandMemCmp.cpp | 303 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_NE, Diff, in emitLoadCompareByteBlock() local 334 Value *Cmp = nullptr; in getCompareLoadPairs() local 410 Value *Cmp = getCompareLoadPairs(BlockIndex, LoadIndex); in emitLoadCompareBlockMultipleLoads() local 482 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_EQ, LoadSrc1, LoadSrc2); in emitLoadCompareBlock() local 518 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_ULT, ResBlock.PhiSrc1, in emitMemCmpResultBlock() local 562 Value *Cmp = getCompareLoadPairs(0, LoadIndex); in getMemCmpEqZeroOneBlock() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Statistic.cpp | 138 if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType())) in sort() local 141 if (int Cmp = std::strcmp(LHS->getName(), RHS->getName())) in sort() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 951 Value *Cmp = Builder.CreateICmp(ICmpInst::getSignedPredicate(Cond), in foldGEPICmp() local 1392 Instruction *InstCombiner::foldICmpWithZero(ICmpInst &Cmp) { in foldICmpWithZero() 1433 Instruction *InstCombiner::foldICmpWithConstant(ICmpInst &Cmp) { in foldICmpWithConstant() 1458 Instruction *InstCombiner::foldICmpWithDominatingICmp(ICmpInst &Cmp) { in foldICmpWithDominatingICmp() 1528 Instruction *InstCombiner::foldICmpTruncConstant(ICmpInst &Cmp, in foldICmpTruncConstant() 1561 Instruction *InstCombiner::foldICmpXorConstant(ICmpInst &Cmp, in foldICmpXorConstant() 1633 Instruction *InstCombiner::foldICmpAndShift(ICmpInst &Cmp, BinaryOperator *And, in foldICmpAndShift() 1716 Instruction *InstCombiner::foldICmpAndConstConst(ICmpInst &Cmp, in foldICmpAndConstConst() 1825 Instruction *InstCombiner::foldICmpAndConstant(ICmpInst &Cmp, in foldICmpAndConstant() 1879 Instruction *InstCombiner::foldICmpOrConstant(ICmpInst &Cmp, BinaryOperator *Or, in foldICmpOrConstant() [all …]
|
| D | InstCombineMulDivRem.cpp | 771 Value *Cmp = Builder.CreateICmpULT(Inc, ConstantInt::get(Ty, 3)); in commonIDivTransforms() local 987 Value *Cmp = Builder.CreateICmpUGE(Op0, Op1); in visitUDiv() local 992 Value *Cmp = Builder.CreateICmpEQ(Op0, ConstantInt::getAllOnesValue(Ty)); in visitUDiv() local 1380 Value *Cmp = Builder.CreateICmpNE(Op1, ConstantInt::get(Ty, 1)); in visitURem() local 1386 Value *Cmp = Builder.CreateICmpULT(Op0, Op1); in visitURem() local 1397 Value *Cmp = Builder.CreateICmpEQ(Op0, ConstantInt::getAllOnesValue(Ty)); in visitURem() local
|
| D | InstCombineSelect.cpp | 123 static Value *foldSelectICmpAnd(SelectInst &Sel, ICmpInst *Cmp, in foldSelectICmpAnd() 501 static Instruction *foldSelectICmpAndAnd(Type *SelType, const ICmpInst *Cmp, in foldSelectICmpAndAnd() 735 static Value *canonicalizeSaturatedAdd(ICmpInst *Cmp, Value *TVal, Value *FVal, in canonicalizeSaturatedAdd() 902 static bool adjustMinMax(SelectInst &Sel, ICmpInst &Cmp) { in adjustMinMax() 999 canonicalizeMinMaxWithConstant(SelectInst &Sel, ICmpInst &Cmp, in canonicalizeMinMaxWithConstant() 1043 static Instruction *canonicalizeAbsNabs(SelectInst &Sel, ICmpInst &Cmp, in canonicalizeAbsNabs() 1151 static Value *foldSelectValueEquivalence(SelectInst &Sel, ICmpInst &Cmp, in foldSelectValueEquivalence() 1330 tryToReuseConstantFromSelectInComparison(SelectInst &Sel, ICmpInst &Cmp, in tryToReuseConstantFromSelectInComparison() 1891 auto *Cmp = dyn_cast<CmpInst>(Cond); in foldSelectExtConst() local 2571 Value *Cmp; in visitSelectInst() local
|
| D | InstCombineAndOrXor.cpp | 1925 if (auto *Cmp = dyn_cast<ICmpInst>(X)) in visitAnd() local 1928 if (auto *Cmp = dyn_cast<ICmpInst>(Y)) in visitAnd() local 1933 if (auto *Cmp = dyn_cast<ICmpInst>(X)) in visitAnd() local 1936 if (auto *Cmp = dyn_cast<ICmpInst>(Y)) in visitAnd() local 2650 if (auto *Cmp = dyn_cast<ICmpInst>(X)) in visitOr() local 2653 if (auto *Cmp = dyn_cast<ICmpInst>(Y)) in visitOr() local 2658 if (auto *Cmp = dyn_cast<ICmpInst>(X)) in visitOr() local 2661 if (auto *Cmp = dyn_cast<ICmpInst>(Y)) in visitOr() local 3231 Value *Cmp = Builder.CreateICmpSLT(A, ConstantInt::getNullValue(Ty)); in visitXor() local
|
| /third_party/vixl/examples/aarch64/ |
| D | abs.cc | 41 __ Cmp(x0, 0); in GenerateAbs() local
|
| D | check-bounds.cc | 43 __ Cmp(x0, x1); in GenerateCheckBounds() local
|
| D | add2-vectors.cc | 54 __ Cmp(w2, 16); in GenerateAdd2Vectors() local
|
| /third_party/vixl/examples/aarch32/ |
| D | abs.cc | 39 __ Cmp(r0, 0); in GenerateAbs() local
|
| D | pi.cc | 38 __ Cmp(r0, 0); in GenerateApproximatePi() local
|
| D | custom-aarch32-disasm.cc | 121 __ Cmp(r1, 20); in RunCustomDisassemblerTest() local
|
| /third_party/node/deps/v8/src/builtins/arm64/ |
| D | builtins-arm64.cc | 107 __ Cmp(x2, cp); in Generate_JSBuiltinsConstructStubHelper() local 227 __ Cmp(x2, cp); in Generate_JSConstructStubGeneric() local 426 __ Cmp(scratch, Operand(static_cast<int>(CodeKind::BASELINE))); in AssertCodeTIsBaselineAllowClobber() local 454 __ Cmp(scratch1, INTERPRETER_DATA_TYPE); in GetSharedFunctionInfoBytecodeOrBaseline() local 506 __ Cmp(sp, x10); in Generate_ResumeGeneratorTrampoline() local 713 __ Cmp(x11, 0); // If x11 is zero, this is the outermost frame. in Generate_JSEntryVariant() local 821 __ Cmp(x10, StackFrame::OUTERMOST_JSENTRY_FRAME); in Generate_JSEntryVariant() local 920 __ Cmp(argc, JSParameterCount(0)); in Generate_JSEntryTrampolineHelper() local 934 __ Cmp(x0, scratch); in Generate_JSEntryTrampolineHelper() local 1029 __ Cmp(params_size, actual_params_size); in LeaveInterpreterFrame() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | BitTracker.h | 98 struct Cmp { struct 99 Cmp(DenseMap<const MachineInstr*,unsigned> &Map) : Dist(Map) {} in Cmp() function 101 DenseMap<const MachineInstr*,unsigned> &Dist;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | LibCallsShrinkWrap.cpp | 104 Value *createOrCond(CallInst *CI, CmpInst::Predicate Cmp, float Val, in createOrCond() 114 Value *createCond(IRBuilder<> &BBBuilder, Value *Arg, CmpInst::Predicate Cmp, in createCond() 123 Value *createCond(CallInst *CI, CmpInst::Predicate Cmp, float Val) { in createCond()
|
| /third_party/vixl/test/aarch64/ |
| D | test-simulator-aarch64.cc | 300 __ Cmp(index_n, inputs_length); in Test1Op_Helper() local 450 __ Cmp(index_m, inputs_length); in Test2Op_Helper() local 454 __ Cmp(index_n, inputs_length); in Test2Op_Helper() local 598 __ Cmp(index_a, inputs_length); in Test3Op_Helper() local 602 __ Cmp(index_m, inputs_length); in Test3Op_Helper() local 606 __ Cmp(index_n, inputs_length); in Test3Op_Helper() local 745 __ Cmp(index_m, inputs_length); in TestCmp_Helper() local 749 __ Cmp(index_n, inputs_length); in TestCmp_Helper() local 880 __ Cmp(index_n, inputs_length); in TestCmpZero_Helper() local 1023 __ Cmp(index_n, inputs_length); in TestFPToFixed_Helper() local [all …]
|
| D | test-assembler-aarch64.cc | 2271 __ Cmp(x1, 0); in TEST() local 2284 __ Cmp(x1, 1); in TEST() local 2297 __ Cmp(x1, 2); in TEST() local 2310 __ Cmp(x2, 1); in TEST() local 2818 __ Cmp(x10, 0x7); in TEST() local 2828 __ Cmp(x10, 0x7); in TEST() local 3903 __ Cmp(tgt1, tgt2); in LoadIntValueHelper() local 5244 __ Cmp(w0, Operand(w0)); in TEST() local 5310 __ Cmp(w0, Operand(w0)); in TEST() local 5405 __ Cmp(w0, Operand(w0)); in TEST() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyLowerGlobalDtors.cpp | 168 Value *Cmp = new ICmpInst(*EntryBB, ICmpInst::ICMP_NE, Res, in runOnModule() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LowerAtomic.cpp | 27 Value *Cmp = CXI->getCompareOperand(); in LowerAtomicCmpXchgInst() local
|
| D | CallSiteSplitting.cpp | 111 static bool isCondRelevantToAnyCallArgument(ICmpInst *Cmp, CallSite CS) { in isCondRelevantToAnyCallArgument() 143 ICmpInst *Cmp = cast<ICmpInst>(Cond); in recordCondition() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Value.h | 580 static Use *mergeUseLists(Use *L, Use *R, Compare Cmp) { in mergeUseLists() 639 template <class Compare> void Value::sortUseList(Compare Cmp) { in sortUseList()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 78 auto Cmp = [CmpStart, CmpEnd](const char *LHS, const char *RHS) { in lookupLLVMIntrinsicByName() local
|
| /third_party/vixl/test/aarch32/config/ |
| D | template-simulator-aarch32.cc.in | 227 __ Cmp(input_ptr, input_end); local
|