Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DDeltaAlgorithm.cpp88 changeset_ty Complement; in Search() local
91 std::insert_iterator<changeset_ty>(Complement, Complement.begin())); in Search()
92 if (GetTestResult(Complement)) { in Search()
96 Res = Delta(Complement, ComplementSets); in Search()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td88 // Negation (Load Complement).
H A DSystemZInstrFP.td322 // Negation (Load Complement).
H A DSystemZScheduleZEC12.td812 // Load Complement / Negative / Positive
936 // Load Complement / Negative / Positive
H A DSystemZScheduleZ196.td774 // Load Complement / Negative / Positive
898 // Load Complement / Negative / Positive
H A DSystemZScheduleZ13.td844 // Load Complement / Negative / Positive
968 // Load Complement / Negative / Positive
H A DSystemZScheduleZ14.td864 // Load Complement / Negative / Positive
988 // Load Complement / Negative / Positive
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td699 // One's/Two's Complement
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp560 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
583 return {Complement, Unlocked, false}; in decodeBitTestBuiltin()
597 return {Complement, Unlocked, true}; in decodeBitTestBuiltin()
627 case BitTest::Complement: return 'c'; in bitActionToX86BTCode()
738 case BitTest::Complement: in EmitBitTestIntrinsic()
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dinternals.texi1398 Complement to md_macro_start. If defined, it is called when finished
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11289 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub() argument
11314 if (Complement) in generateEquivalentSub()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200337564 (c4x_null_epilogue_p): Complement return value, all uses updated.