Home
last modified time | relevance | path

Searched refs:Complement (Results 1 – 17 of 17) 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.cpp264 #define PRINTCOMP(Complement, PGMType) \ in getPrinterTable() argument
268 auto [Shift, Mask] = getShiftMask(Complement); \ in getPrinterTable()
351 #define PARSECOMP(Complement, PGMType) \ in getParserTable() argument
358 auto [Shift, Mask] = getShiftMask(Complement); \ in getParserTable()
360 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.td326 // Negation (Load Complement).
H A DSystemZScheduleZ13.td841 // Load Complement / Negative / Positive
965 // Load Complement / Negative / Positive
H A DSystemZScheduleZ14.td861 // Load Complement / Negative / Positive
985 // Load Complement / Negative / Positive
H A DSystemZScheduleZ15.td879 // Load Complement / Negative / Positive
1003 // Load Complement / Negative / Positive
H A DSystemZScheduleZ16.td880 // Load Complement / Negative / Positive
1006 // Load Complement / Negative / Positive
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp929 SDValue Complement = CurDAG->getConstant(~Imm, dl, VT, false, true); in PreprocessISelDAG() local
930 Complement = CurDAG->getNOT(dl, Complement, VT); in PreprocessISelDAG()
932 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.td612 // One's/Two's Complement
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1129 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
1153 return {Complement, Unlocked, false}; in decodeBitTestBuiltin()
1167 return {Complement, Unlocked, true}; in decodeBitTestBuiltin()
1197 case BitTest::Complement: return 'c'; in bitActionToX86BTCode()
1310 case BitTest::Complement: in EmitBitTestIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13998 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub() argument
14023 if (Complement) in generateEquivalentSub()
/freebsd/contrib/byacc/
H A DCHANGES1165 Complement binutils commit ae52f4830604 ("Add MIPS r3 and r5 support.")