Searched refs:Complement (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DeltaAlgorithm.cpp | 87 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 D | SystemZInstrHFP.td | 87 // Negation (Load Complement).
|
| H A D | SystemZScheduleZ196.td | 773 // Load Complement / Negative / Positive 897 // Load Complement / Negative / Positive
|
| H A D | SystemZScheduleZEC12.td | 811 // Load Complement / Negative / Positive 935 // Load Complement / Negative / Positive
|
| H A D | SystemZInstrFP.td | 334 // Negation (Load Complement).
|
| H A D | SystemZScheduleZ13.td | 843 // Load Complement / Negative / Positive 967 // Load Complement / Negative / Positive
|
| H A D | SystemZScheduleZ15.td | 880 // Load Complement / Negative / Positive 1004 // Load Complement / Negative / Positive
|
| H A D | SystemZScheduleZ14.td | 863 // Load Complement / Negative / Positive 987 // Load Complement / Negative / Positive
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 857 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 D | AVRInstrInfo.td | 724 // One's/Two's Complement
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 794 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 D | PPCISelLowering.cpp | 12970 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub() argument 12995 if (Complement) in generateEquivalentSub()
|