Home
last modified time | relevance | path

Searched refs:Complement (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp85 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td87 // Negation (Load Complement).
H A DSystemZScheduleZ196.td772 // Load Complement / Negative / Positive
896 // Load Complement / Negative / Positive
H A DSystemZScheduleZEC12.td810 // Load Complement / Negative / Positive
934 // Load Complement / Negative / Positive
H A DSystemZInstrFP.td326 // Negation (Load Complement).
H A DSystemZScheduleZ13.td841 // Load Complement / Negative / Positive
965 // Load Complement / Negative / Positive
H A DSystemZScheduleZ16.td879 // Load Complement / Negative / Positive
1005 // Load Complement / Negative / Positive
H A DSystemZScheduleZ14.td861 // Load Complement / Negative / Positive
985 // Load Complement / Negative / Positive
H A DSystemZScheduleZ15.td878 // Load Complement / Negative / Positive
1002 // Load Complement / Negative / Positive
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp919 SDValue Complement = CurDAG->getConstant(~Imm, dl, VT, false, true); in PreprocessISelDAG() local
920 Complement = CurDAG->getNOT(dl, Complement, VT); in PreprocessISelDAG()
922 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Complement); in PreprocessISelDAG()
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.ok185 H. A. Maurer A Note on the Complement of Inherently
583 W. D. Munro On Complement Division . . . . . . . . . 260--264
2724 Logical and Two's-Complement Addition
H A Dfunstack.in1185 title = "A Note on the Complement of Inherently Ambiguous Context-Free Languages",
4067 title = "On Complement Division",
20739 …title = "Functions Realizable with Word-Parallel Logical and Two's-Complement Addition Inst…
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td883 // One's/Two's Complement
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1120 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
1143 return {Complement, Unlocked, false}; in decodeBitTestBuiltin()
1157 return {Complement, Unlocked, true}; in decodeBitTestBuiltin()
1187 case BitTest::Complement: return 'c'; in bitActionToX86BTCode()
1300 case BitTest::Complement: in EmitBitTestIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13785 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub() argument
13810 if (Complement) in generateEquivalentSub()
/freebsd-14.2/contrib/byacc/
H A DCHANGES1015 Complement binutils commit ae52f4830604 ("Add MIPS r3 and r5 support.")