Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDDeltaAlgorithm.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-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDKernelCodeTUtils.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-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrHFP.td87 // Negation (Load Complement).
HDSystemZScheduleZ196.td772 // Load Complement / Negative / Positive
896 // Load Complement / Negative / Positive
HDSystemZScheduleZEC12.td810 // Load Complement / Negative / Positive
934 // Load Complement / Negative / Positive
HDSystemZInstrFP.td326 // Negation (Load Complement).
HDSystemZScheduleZ13.td841 // Load Complement / Negative / Positive
965 // Load Complement / Negative / Positive
HDSystemZScheduleZ15.td879 // Load Complement / Negative / Positive
1003 // Load Complement / Negative / Positive
HDSystemZScheduleZ16.td880 // Load Complement / Negative / Positive
1006 // Load Complement / Negative / Positive
HDSystemZScheduleZ14.td861 // Load Complement / Negative / Positive
985 // Load Complement / Negative / Positive
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelDAGToDAG.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-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRInstrInfo.td612 // One's/Two's Complement
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.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-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp13998 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub() argument
14023 if (Complement) in generateEquivalentSub()