Home
last modified time | relevance | path

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

12345678910>>...15

/external/llvm-project/clang/lib/ASTMatchers/
DGtestMatchers.cpp24 static DeclarationMatcher getComparisonDecl(GtestCmp Cmp) { in getComparisonDecl()
44 static llvm::StringRef getAssertMacro(GtestCmp Cmp) { in getAssertMacro()
62 static llvm::StringRef getExpectMacro(GtestCmp Cmp) { in getExpectMacro()
89 internal::BindableMatcher<Stmt> gtestAssert(GtestCmp Cmp, StatementMatcher Left, in gtestAssert()
96 internal::BindableMatcher<Stmt> gtestExpect(GtestCmp Cmp, StatementMatcher Left, in gtestExpect()
/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/llvm-project/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/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/llvm-project/libcxx/test/std/containers/associative/set/set.cons/
Dinitializer_list_compare_alloc.pass.cpp27 typedef test_compare<std::less<int> > Cmp; in main() typedef
45 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/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/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-project/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp230 static AArch64CC::CondCode getAdjustedCmp(AArch64CC::CondCode Cmp) { in getAdjustedCmp()
244 MachineInstr *CmpMI, AArch64CC::CondCode Cmp) { in adjustCmp()
275 AArch64CC::CondCode Cmp; in modifyCmp() local
318 AArch64CC::CondCode Cmp, MachineInstr *To, int ToImm) in adjustTo()
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h413 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
500 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
521 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare()
553 typename C::CType compare(const Literal* E, C& Cmp) const { in compare()
653 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare()
696 typename C::CType compare(const Function* E, C& Cmp) const { in compare()
752 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare()
787 typename C::CType compare(const Code* E, C& Cmp) const { in compare()
822 typename C::CType compare(const Field* E, C& Cmp) const { in compare()
[all …]
/external/llvm-project/llvm/utils/TableGen/
DOptEmitter.cpp54 if (int Cmp = StrCmpOptionName(A->getValueAsString("Name").str().c_str(), in CompareOptionRecords() local
67 if (int Cmp = StrCmpOptionName(APre->str().c_str(), BPre->str().c_str())) in CompareOptionRecords() local
/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/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/llvm-project/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-project/llvm/lib/CodeGen/
DExpandMemCmp.cpp339 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_NE, Diff, in emitLoadCompareByteBlock() local
370 Value *Cmp = nullptr; in getCompareLoadPairs() local
424 Value *Cmp = getCompareLoadPairs(BlockIndex, LoadIndex); in emitLoadCompareBlockMultipleLoads() local
479 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_EQ, Loads.Lhs, Loads.Rhs); in emitLoadCompareBlock() local
515 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_ULT, ResBlock.PhiSrc1, in emitMemCmpResultBlock() local
559 Value *Cmp = getCompareLoadPairs(0, LoadIndex); in getMemCmpEqZeroOneBlock() 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/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/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp953 Value *Cmp = Builder.CreateICmp(ICmpInst::getSignedPredicate(Cond), in foldGEPICmp() local
1395 Instruction *InstCombinerImpl::foldICmpWithZero(ICmpInst &Cmp) { in foldICmpWithZero()
1436 Instruction *InstCombinerImpl::foldICmpWithConstant(ICmpInst &Cmp) { in foldICmpWithConstant()
1482 Instruction *InstCombinerImpl::foldICmpWithDominatingICmp(ICmpInst &Cmp) { in foldICmpWithDominatingICmp()
1552 Instruction *InstCombinerImpl::foldICmpTruncConstant(ICmpInst &Cmp, in foldICmpTruncConstant()
1585 Instruction *InstCombinerImpl::foldICmpXorConstant(ICmpInst &Cmp, in foldICmpXorConstant()
1652 Instruction *InstCombinerImpl::foldICmpAndShift(ICmpInst &Cmp, in foldICmpAndShift()
1738 Instruction *InstCombinerImpl::foldICmpAndConstConst(ICmpInst &Cmp, in foldICmpAndConstConst()
1846 Instruction *InstCombinerImpl::foldICmpAndConstant(ICmpInst &Cmp, in foldICmpAndConstant()
1901 Instruction *InstCombinerImpl::foldICmpOrConstant(ICmpInst &Cmp, in foldICmpOrConstant()
[all …]

12345678910>>...15