Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp87 changeset_ty Complement; in Search() local
90 std::insert_iterator<changeset_ty>(Complement, Complement.begin())); in Search()
91 if (GetTestResult(Complement)) { in Search()
95 Res = Delta(Complement, ComplementSets); in Search()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td87 // Negation (Load Complement).
H A DSystemZScheduleZ196.td773 // Load Complement / Negative / Positive
897 // Load Complement / Negative / Positive
H A DSystemZScheduleZEC12.td811 // Load Complement / Negative / Positive
935 // Load Complement / Negative / Positive
H A DSystemZInstrFP.td334 // Negation (Load Complement).
H A DSystemZScheduleZ13.td843 // Load Complement / Negative / Positive
967 // Load Complement / Negative / Positive
H A DSystemZScheduleZ15.td880 // Load Complement / Negative / Positive
1004 // Load Complement / Negative / Positive
H A DSystemZScheduleZ14.td863 // Load Complement / Negative / Positive
987 // Load Complement / Negative / Positive
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp857 SDValue Complement = CurDAG->getConstant(~Imm, dl, VT, false, true); in PreprocessISelDAG() local
858 Complement = CurDAG->getNOT(dl, Complement, VT); in PreprocessISelDAG()
860 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Complement); in PreprocessISelDAG()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td724 // One's/Two's Complement
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp794 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
817 return {Complement, Unlocked, false}; in decodeBitTestBuiltin()
831 return {Complement, Unlocked, true}; in decodeBitTestBuiltin()
861 case BitTest::Complement: return 'c'; in bitActionToX86BTCode()
976 case BitTest::Complement: in EmitBitTestIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12970 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub() argument
12995 if (Complement) in generateEquivalentSub()