Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp85 changeset_ty Complement; in Search() local
88 std::inserter(Complement, Complement.begin())); in Search()
89 if (GetTestResult(Complement)) { in Search()
93 Res = Delta(Complement, ComplementSets); in Search()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp252 #define PRINTCOMP(Complement, PGMType) \ in getPrinterTable() argument
256 auto [Shift, Mask] = getShiftMask(Complement); \ in getPrinterTable()
335 #define PARSECOMP(Complement, PGMType) \ in getParserTable() argument
342 auto [Shift, Mask] = getShiftMask(Complement); \ in getParserTable()
344 const MCExpr *Compl = MCConstantExpr::create(Complement, Ctx); \ in getParserTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td87 // Negation (Load Complement).
H A DSystemZScheduleZEC12.td810 // Load Complement / Negative / Positive
934 // Load Complement / Negative / Positive
H A DSystemZScheduleZ196.td772 // Load Complement / Negative / Positive
896 // Load Complement / Negative / Positive
H A DSystemZInstrFP.td360 // Negation (Load Complement).
H A DSystemZScheduleZ13.td841 // Load Complement / Negative / Positive
965 // Load Complement / Negative / Positive
H A DSystemZScheduleZ17.td895 // Load Complement / Negative / Positive
1021 // Load Complement / Negative / Positive
H A DSystemZScheduleZ15.td879 // Load Complement / Negative / Positive
1003 // Load Complement / Negative / Positive
H A DSystemZScheduleZ14.td861 // Load Complement / Negative / Positive
985 // Load Complement / Negative / Positive
H A DSystemZScheduleZ16.td880 // Load Complement / Negative / Positive
1006 // Load Complement / Negative / Positive
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1558 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
1582 return {Complement, Unlocked, false}; in decodeBitTestBuiltin()
1596 return {Complement, Unlocked, true}; in decodeBitTestBuiltin()
1638 case BitTest::Complement: return 'c'; in bitActionToX86BTCode()
1750 case BitTest::Complement: in EmitBitTestIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp973 SDValue Complement = CurDAG->getConstant(~Imm, dl, VT, false, true); in PreprocessISelDAG() local
974 Complement = CurDAG->getNOT(dl, Complement, VT); in PreprocessISelDAG()
976 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Complement); in PreprocessISelDAG()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td596 // One's/Two's Complement
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14831 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub() argument
14856 if (Complement) in generateEquivalentSub()
/freebsd/contrib/byacc/
H A DCHANGES1165 Complement binutils commit ae52f4830604 ("Add MIPS r3 and r5 support.")