| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | DeltaAlgorithm.cpp | 85 changeset_ty Complement; in Search() local 88 std::insert_iterator<changeset_ty>(Complement, Complement.begin())); in Search() 89 if (GetTestResult(Complement)) { in Search() 93 Res = Delta(Complement, ComplementSets); in Search()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SCCIteratorTest.cpp | 78 NodesReachableFromSCC.Meet(NodesInThisSCC.Complement()); in TEST()
|
| H A D | TestGraph.h | 84 NodeSubset Complement() const { in Complement() function
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/ |
| H A D | transform_unary.pass.cpp | 61 const auto flip = Complement<Tin, Tout>(1); in test()
|
| /llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/ |
| H A D | PresburgerSetTest.cpp | 345 TEST(SetTest, Complement) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 87 // Negation (Load Complement).
|
| H A D | SystemZScheduleZ196.td | 773 // Load Complement / Negative / Positive 897 // Load Complement / Negative / Positive
|
| H A D | SystemZScheduleZEC12.td | 811 // Load Complement / Negative / Positive 935 // Load Complement / Negative / Positive
|
| H A D | SystemZInstrFP.td | 335 // Negation (Load Complement).
|
| H A D | SystemZScheduleZ13.td | 843 // Load Complement / Negative / Positive 967 // Load Complement / Negative / Positive
|
| H A D | SystemZScheduleZ16.td | 881 // Load Complement / Negative / Positive 1007 // Load Complement / Negative / Positive
|
| H A D | SystemZScheduleZ15.td | 880 // Load Complement / Negative / Positive 1004 // Load Complement / Negative / Positive
|
| H A D | SystemZScheduleZ14.td | 863 // Load Complement / Negative / Positive 987 // Load Complement / Negative / Positive
|
| /llvm-project-15.0.7/pstl/test/support/ |
| H A D | utils.h | 494 class Complement 499 Complement(T v) : val(v) {} in Complement() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVBitOps.td | 546 let summary = "Complement the bits of Operand.";
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx20Papers.csv | 78 …>`__","CWG","Alternative Wording for P0907R4 Signed Integers are Two's Complement","San Diego","* …
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 908 SDValue Complement = CurDAG->getConstant(~Imm, dl, VT, false, true); in PreprocessISelDAG() local 909 Complement = CurDAG->getNOT(dl, Complement, VT); in PreprocessISelDAG() 911 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Complement); in PreprocessISelDAG()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 872 // One's/Two's Complement
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 818 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator 841 return {Complement, Unlocked, false}; in decodeBitTestBuiltin() 855 return {Complement, Unlocked, true}; in decodeBitTestBuiltin() 885 case BitTest::Complement: return 'c'; in bitActionToX86BTCode() 1000 case BitTest::Complement: in EmitBitTestIntrinsic()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 13338 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub() argument 13363 if (Complement) in generateEquivalentSub()
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 5354 =item * Complement
|