Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp117 EdgeMask = Builder.createNot(EdgeMask, Term->getDebugLoc()); in createEdgeMask()
223 DefaultMask = Builder.createNot(DefaultMask); in createSwitchEdgeMasks()
H A DLoopVectorizationPlanner.h191 VPInstruction *createNot(VPValue *Operand,
H A DVPlanConstruction.cpp787 VPValue *NewCond = Builder.createAnd(MiddleCond, Builder.createNot(AnyNaN)); in handleMaxMinNumReductions()
H A DVPlanTransforms.cpp2041 auto *NotMask = Builder.createNot(ALM, DL); in addVPLaneMaskPhiAndUpdateExitBranch()
2792 : Builder.createNot(CondOfEarlyExitingVPBB); in handleUncountableEarlyExit()
H A DLoopVectorize.cpp9255 Cmp = Builder.createNot(Cmp); in adjustRecipesForReductions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCKernelDescriptor.cpp92 Dst = MCBinaryExpr::createAnd(Dst, MCUnaryExpr::createNot(Msk, Ctx), Ctx); in bits_set()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h273 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h132 mlir::Value createNot(mlir::Value value) { in createNot() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp1242 Dst = MCBinaryExpr::createAnd(Dst, MCUnaryExpr::createNot(Msk, Ctx), Ctx); in getSIProgramInfo()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1906 boolVal = builder.createNot(boolVal); in VisitUnaryLNot()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1425 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()
1586 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()
H A DAsmParser.cpp1326 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()