Home
last modified time | relevance | path

Searched refs:Comparisons (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp471 std::vector<BCECmpBlock> Comparisons; in BCECmpChain() local
484 if (Comparisons.empty()) { in BCECmpChain()
540 if (Comparisons.empty()) { in BCECmpChain()
544 EntryBlock_ = Comparisons[0].BB; in BCECmpChain()
558 : Name(makeName(Comparisons)) {} in MergedBlockName()
565 if (Comparisons.size() == 1) in makeName()
567 const int size = std::accumulate(Comparisons.begin(), Comparisons.end(), 0, in makeName()
582 append(Comparisons[0].BB->getName()); in makeName()
630 if (ToSplit != Comparisons.end()) { in mergeComparisons()
635 if (Comparisons.size() == 1) { in mergeComparisons()
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dpointers-to-data-members.cpp94 namespace Comparisons { namespace
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dcomptypes-1.m112 /* Comparisons between MyOtherClass * and Class types is a warning */
119 /* Comparisons between a Class and a Class<MyProtocol> are ok */
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dcomptypes-1.mm112 /* Comparisons between MyOtherClass * and Class types is a warning */
119 /* Comparisons between a Class and a Class<MyProtocol> are ok */
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSmallStringTest.cpp205 TEST_F(SmallStringTest, Comparisons) { in TEST_F() argument
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DVPIntrinsics.def310 ///// Comparisons {
331 ///// } Comparisons
H A DIntrinsicsPowerPC.td385 // Comparisons setting a vector.
479 // Predicate Comparisons. The first operand specifies interpretation of CR6.
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dminmax-fp.ll60 ; From IEEE754: "Comparisons shall ignore the sign of zero (so +0 = -0)."
76 ; From IEEE754: "Comparisons shall ignore the sign of zero (so +0 = -0)."
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td228 // Comparisons
H A DSystemZInstrDFP.td212 // Comparisons
H A DSystemZScheduleZ196.td829 // FP: Comparisons
960 // HFP: Comparisons
1070 // DFP: Comparisons
H A DSystemZScheduleZEC12.td867 // FP: Comparisons
998 // HFP: Comparisons
1114 // DFP: Comparisons
H A DSystemZScheduleZ13.td900 // FP: Comparisons
1032 // HFP: Comparisons
1152 // DFP: Comparisons
H A DSystemZScheduleZ16.td940 // FP: Comparisons
1073 // HFP: Comparisons
1197 // DFP: Comparisons
H A DSystemZScheduleZ15.td937 // FP: Comparisons
1067 // HFP: Comparisons
1191 // DFP: Comparisons
H A DSystemZScheduleZ14.td920 // FP: Comparisons
1050 // HFP: Comparisons
1170 // DFP: Comparisons
H A DSystemZInstrFP.td537 // Comparisons
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count-negative-stride.ll7 ; Unsigned Comparisons
291 ; Signed Comparisons
/llvm-project-15.0.7/libcxx/include/
H A Doptional1197 // Comparisons between optionals
1294 // Comparisons with nullopt
1391 // Comparisons with T
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td373 // 7.9.2 Integer Arithmetic, Logical, and Comparisons
433 // 7.9.3 Floating Point Arithmetic and Comparisons
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcommute-fcmp.ll7 ; Float Comparisons
400 ; Double Comparisons
/llvm-project-15.0.7/mlir/test/Dialect/Arithmetic/
H A Dinvalid.mlir136 // Comparisons must have the "predicate" attribute.
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1362 (*--... Comparisons ........................................................--*)
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsve-intrinsics-int-compares-with-imm.ll5 ;; Signed Comparisons ;;
867 ;; Unsigned Comparisons ;;
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td677 // Comparisons

12