Home
last modified time | relevance | path

Searched defs:Complement (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp85 changeset_ty Complement; in Search() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp264 #define PRINTCOMP(Complement, PGMType) \ in getPrinterTable() argument
351 #define PARSECOMP(Complement, PGMType) \ in getParserTable() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp929 SDValue Complement = CurDAG->getConstant(~Imm, dl, VT, false, true); in PreprocessISelDAG() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13998 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1129 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator