Home
last modified time | relevance | path

Searched defs:Cmp (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/libcxx/test/std/containers/associative/multimap/multimap.cons/
Dinitializer_list_compare_alloc.pass.cpp27 typedef test_compare<std::less<int> > Cmp; in main() typedef
61 typedef test_compare<std::less<int> > Cmp; in main() typedef
126 typedef test_compare<std::less<int> > Cmp; in main() typedef
Dinitializer_list_compare.pass.cpp26 typedef test_compare<std::less<int> > Cmp; in main() typedef
58 typedef test_compare<std::less<int> > Cmp; in main() typedef
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc207 __ Cmp(w10, string_start_minus_one()); in CheckAtStart() local
216 __ Cmp(w10, string_start_minus_one()); in CheckNotAtStart() local
260 __ Cmp(current_input_offset(), w10); in CheckGreedyLoop() local
296 __ Cmp(current_input_offset(), w12); in CheckNotBackReferenceIgnoreCase() local
331 __ Cmp(w10, w11); in CheckNotBackReferenceIgnoreCase() local
337 __ Cmp(w11, w10); in CheckNotBackReferenceIgnoreCase() local
340 __ Cmp(w10, 'z' - 'a'); // Is w10 a lowercase letter? in CheckNotBackReferenceIgnoreCase() local
344 __ Cmp(w10, 254 - 224); in CheckNotBackReferenceIgnoreCase() local
349 __ Cmp(capture_start_address, capture_end_addresss); in CheckNotBackReferenceIgnoreCase() local
364 __ Cmp(current_input_offset().X(), Operand(current_input_offset(), SXTW)); in CheckNotBackReferenceIgnoreCase() local
[all …]
/external/libcxx/test/std/containers/associative/set/set.cons/
Dinitializer_list_compare_alloc.pass.cpp28 typedef test_compare<std::less<int> > Cmp; in main() typedef
46 typedef test_compare<std::less<int> > Cmp; in main() typedef
Dinitializer_list_compare.pass.cpp24 typedef test_compare<std::less<int> > Cmp; in main() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp229 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()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp218 static AArch64CC::CondCode getAdjustedCmp(AArch64CC::CondCode Cmp) { in getAdjustedCmp()
232 MachineInstr *CmpMI, AArch64CC::CondCode Cmp) { in adjustCmp()
263 AArch64CC::CondCode Cmp; in modifyCmp() local
308 AArch64CC::CondCode Cmp, MachineInstr *To, int ToImm) in adjustTo()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h396 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
457 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
485 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
507 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare()
541 typename C::CType compare(const Literal* E, C& Cmp) const { in compare()
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare()
686 typename C::CType compare(const Function* E, C& Cmp) const { in compare()
742 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare()
778 typename C::CType compare(const Code* E, C& Cmp) const { in compare()
814 typename C::CType compare(const Field* E, C& Cmp) const { in compare()
[all …]
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
Dinitializer_list_compare.pass.cpp24 typedef test_compare<std::less<int> > Cmp; in main() typedef
Dinitializer_list_compare_alloc.pass.cpp25 typedef test_compare<std::less<int> > Cmp; in main() typedef
/external/llvm/lib/Support/
DStatistic.cpp108 if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType())) in sort() local
111 if (int Cmp = std::strcmp(LHS->getName(), RHS->getName())) in sort() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp229 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_NE, Diff, in emitLoadCompareByteBlock() local
260 Value *Cmp = nullptr; in getCompareLoadPairs() local
348 Value *Cmp = getCompareLoadPairs(BlockIndex, LoadIndex); in emitLoadCompareBlockMultipleLoads() local
434 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_EQ, LoadSrc1, LoadSrc2); in emitLoadCompareBlock() local
470 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_ULT, ResBlock.PhiSrc1, in emitMemCmpResultBlock() local
514 Value *Cmp = getCompareLoadPairs(0, LoadIndex); in getMemCmpEqZeroOneBlock() local
DScalarizeMaskedMemIntrin.cpp197 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_EQ, Predicate, in scalarizeMaskedLoad() local
319 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_EQ, Predicate, in scalarizeMaskedStore() local
446 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_EQ, Predicate, in scalarizeMaskedGather() local
558 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_EQ, Predicate, in scalarizeMaskedScatter() local
/external/vixl/examples/aarch64/
Dabs.cc38 __ Cmp(x0, 0); in GenerateAbs() local
Dcheck-bounds.cc40 __ Cmp(x0, x1); in GenerateCheckBounds() local
/external/vixl/examples/aarch32/
Dabs.cc36 __ Cmp(r0, 0); in GenerateAbs() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStatistic.cpp141 if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType())) in sort() local
144 if (int Cmp = std::strcmp(LHS->getName(), RHS->getName())) in sort() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp939 Value *Cmp = Builder.CreateICmp(ICmpInst::getSignedPredicate(Cond), in foldGEPICmp() local
1319 Instruction *InstCombiner::foldICmpWithZero(ICmpInst &Cmp) { in foldICmpWithZero()
1337 Instruction *InstCombiner::foldICmpWithConstant(ICmpInst &Cmp) { in foldICmpWithConstant()
1419 Instruction *InstCombiner::foldICmpTruncConstant(ICmpInst &Cmp, in foldICmpTruncConstant()
1452 Instruction *InstCombiner::foldICmpXorConstant(ICmpInst &Cmp, in foldICmpXorConstant()
1515 Instruction *InstCombiner::foldICmpAndShift(ICmpInst &Cmp, BinaryOperator *And, in foldICmpAndShift()
1598 Instruction *InstCombiner::foldICmpAndConstConst(ICmpInst &Cmp, in foldICmpAndConstConst()
1677 Instruction *InstCombiner::foldICmpAndConstant(ICmpInst &Cmp, in foldICmpAndConstant()
1731 Instruction *InstCombiner::foldICmpOrConstant(ICmpInst &Cmp, BinaryOperator *Or, in foldICmpOrConstant()
1783 Instruction *InstCombiner::foldICmpMulConstant(ICmpInst &Cmp, in foldICmpMulConstant()
[all …]
/external/llvm/lib/IR/
DIntrinsicInst.cpp69 auto Cmp = [CmpStart, CmpEnd](const char *LHS, const char *RHS) { in lookupLLVMIntrinsicByName() local
/external/llvm/utils/TableGen/
DOptParserEmitter.cpp56 if (int Cmp = StrCmpOptionName(A->getValueAsString("Name").c_str(), in CompareOptionRecords() local
71 if (int Cmp = StrCmpOptionName(APre->c_str(), BPre->c_str())) in CompareOptionRecords() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DBitTracker.h99 struct Cmp { struct
100 Cmp(DenseMap<const MachineInstr*,unsigned> &Map) : Dist(Map) {} in Cmp() argument
102 DenseMap<const MachineInstr*,unsigned> &Dist;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp104 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()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DOptParserEmitter.cpp58 if (int Cmp = StrCmpOptionName(A->getValueAsString("Name").str().c_str(), in CompareOptionRecords() local
73 if (int Cmp = StrCmpOptionName(APre->str().c_str(), BPre->str().c_str())) in CompareOptionRecords() local
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc116 __ Cmp(x2, cp); in Generate_JSBuiltinsConstructStubHelper() local
221 __ Cmp(x2, cp); in Generate_JSConstructStubGeneric() local
551 __ Cmp(scratch, Operand(num_args, LSL, kPointerSizeLog2)); in Generate_StackOverflowCheck() local
628 __ Cmp(sp, scratch); in Generate_JSEntryTrampolineHelper() local
769 __ Cmp( in MaybeTailCallOptimizedCodeSlot() local
838 __ Cmp(bytecode, Operand(0x3)); in AdvanceBytecodeOffsetOrReturn() local
1321 __ Cmp(argc, Smi::FromInt(2)); in Generate_InstantiateAsmJs() local
1579 __ Cmp(arg_array, null_value); in Generate_FunctionPrototypeApply() local
1786 __ Cmp(argc, 2); in Generate_ReflectConstruct() local
1919 __ Cmp(x13, FIXED_ARRAY_TYPE); in Generate_CallOrConstructVarargs() local
[all …]
/external/python/cpython2/Lib/test/
Dtest_compare.py21 class Cmp: class

1234567891011