Home
last modified time | relevance | path

Searched refs:createAnd (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DSIDefinesUtils.h48 Val = MCBinaryExpr::createAnd(Val, MaskExpr, Ctx); in maskShiftSet()
71 Val = MCBinaryExpr::createAnd(Val, MaskExpr, Ctx); in maskShiftGet()
H A DAMDKernelCodeTUtils.cpp346 C.compute_pgm_resource1_registers = MCBinaryExpr::createAnd( \ in getParserTable()
351 C.compute_pgm_resource2_registers = MCBinaryExpr::createAnd( \ in getParserTable()
/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()
101 return MCBinaryExpr::createLShr(MCBinaryExpr::createAnd(Src, Msk, Ctx), Sft, in bits_get()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DLoweringHelpers.h50 mlir::Value createAnd(mlir::OpBuilder &bld, mlir::Value lhs,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp162 Val = MCBinaryExpr::createAnd(Val, MaskExpr, Ctx); in MaskShift()
H A DAMDGPUAsmPrinter.cpp1242 Dst = MCBinaryExpr::createAnd(Dst, MCUnaryExpr::createNot(Msk, Ctx), Ctx); in getSIProgramInfo()
1322 return MCBinaryExpr::createShl(MCBinaryExpr::createAnd(Value, msk, Ctx), in EmitProgramInfoSI()
H A DSIInstrInfo.cpp3065 OffsetLo->setVariableValue(MCBinaryExpr::createAnd(Offset, Mask, MCCtx)); in insertIndirectBranch()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp173 mlir::Value createAnd(mlir::OpBuilder &bld, mlir::Value lhs, in createAnd() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h348 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h197 VPInstruction *createAnd(VPValue *LHS, VPValue *RHS,
H A DVPlanConstruction.cpp787 VPValue *NewCond = Builder.createAnd(MiddleCond, Builder.createNot(AnyNaN)); in handleMaxMinNumReductions()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h323 mlir::Value createAnd(mlir::Location loc, mlir::Value lhs, mlir::Value rhs) { in createAnd() function
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2562 createAnd(rewriter, srcVal, llvm::APInt::getLowBitsSet(srcWidth, size)); in matchAndRewrite()
2567 val = createAnd(rewriter, val, in matchAndRewrite()
2661 val = createAnd(rewriter, val, in matchAndRewrite()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1822 return MCBinaryExpr::createAnd(OpExpr, MaskExpr, Ctx); in lowerConstantForGV()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1254 Expr = MCBinaryExpr::createAnd( in parseInstruction()