Home
last modified time | relevance | path

Searched defs:Cmp (Results 1 – 25 of 253) 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/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/multimap/multimap.cons/
Dinitializer_list_compare_alloc.pass.cpp27 typedef test_less<int> Cmp; in main() typedef
61 typedef test_less<int> Cmp; in main() typedef
126 typedef test_less<int> Cmp; in main() typedef
Dinitializer_list_compare.pass.cpp26 typedef test_less<int> Cmp; in main() typedef
58 typedef test_less<int> Cmp; in main() typedef
/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/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/set/set.cons/
Dinitializer_list_compare_alloc.pass.cpp27 typedef test_less<int> Cmp; in main() typedef
45 typedef test_less<int> Cmp; in main() typedef
Dinitializer_list_compare.pass.cpp24 typedef test_less<int> Cmp; in main() typedef
/external/swiftshader/third_party/llvm-10.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/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-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp303 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
/external/webrtc/logging/rtc_event_log/
Drtc_event_processor.cc33 bool RtcEventProcessor::Cmp(const RtcEventProcessor::ListPtrType& a, in Cmp() function in webrtc::RtcEventProcessor
/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/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/multiset/multiset.cons/
Dinitializer_list_compare.pass.cpp24 typedef test_less<int> Cmp; in main() typedef
Dinitializer_list_compare_alloc.pass.cpp25 typedef test_less<int> Cmp; in main() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp951 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 …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds.h44 int Cmp(const AttributeInterface* other) const override { in Cmp() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStatistic.cpp138 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.h98 struct Cmp { struct
99 Cmp(DenseMap<const MachineInstr*,unsigned> &Map) : Dist(Map) {} in Cmp() function
101 DenseMap<const MachineInstr*,unsigned> &Dist;
/external/vixl/examples/aarch64/
Dabs.cc41 __ Cmp(x0, 0); in GenerateAbs() local
/external/swiftshader/third_party/llvm-10.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/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

1234567891011