clang 22.0.0git
cir::CIRBaseBuilderTy Member List

This is the complete list of members for cir::CIRBaseBuilderTy, including all inherited members.

CIRBaseBuilderTy(mlir::MLIRContext &mlirContext)cir::CIRBaseBuilderTyinline
CIRBaseBuilderTy(mlir::OpBuilder &builder)cir::CIRBaseBuilderTyinline
createAdd(mlir::Location loc, mlir::Value lhs, mlir::Value rhs, OverflowBehavior ob=OverflowBehavior::None)cir::CIRBaseBuilderTyinline
createAlignedLoad(mlir::Location loc, mlir::Value ptr, uint64_t alignment)cir::CIRBaseBuilderTyinline
createAlloca(mlir::Location loc, cir::PointerType addrType, mlir::Type type, llvm::StringRef name, mlir::IntegerAttr alignment)cir::CIRBaseBuilderTyinline
createAnd(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createBinop(mlir::Location loc, mlir::Value lhs, cir::BinOpKind kind, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createBitcast(mlir::Value src, mlir::Type newTy)cir::CIRBaseBuilderTyinline
createBitcast(mlir::Location loc, mlir::Value src, mlir::Type newTy)cir::CIRBaseBuilderTyinline
createBoolToInt(mlir::Value src, mlir::Type newTy)cir::CIRBaseBuilderTyinline
createBreak(mlir::Location loc)cir::CIRBaseBuilderTyinline
createCallOp(mlir::Location loc, mlir::SymbolRefAttr callee, mlir::Type returnType, mlir::ValueRange operands, llvm::ArrayRef< mlir::NamedAttribute > attrs={})cir::CIRBaseBuilderTyinline
createCallOp(mlir::Location loc, cir::FuncOp callee, mlir::ValueRange operands, llvm::ArrayRef< mlir::NamedAttribute > attrs={})cir::CIRBaseBuilderTyinline
createCast(mlir::Location loc, cir::CastKind kind, mlir::Value src, mlir::Type newTy)cir::CIRBaseBuilderTyinline
createCast(cir::CastKind kind, mlir::Value src, mlir::Type newTy)cir::CIRBaseBuilderTyinline
createCompare(mlir::Location loc, cir::CmpOpKind kind, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createComplexCreate(mlir::Location loc, mlir::Value real, mlir::Value imag)cir::CIRBaseBuilderTyinline
createComplexImag(mlir::Location loc, mlir::Value operand)cir::CIRBaseBuilderTyinline
createComplexReal(mlir::Location loc, mlir::Value operand)cir::CIRBaseBuilderTyinline
createCondition(mlir::Value condition)cir::CIRBaseBuilderTyinline
createContinue(mlir::Location loc)cir::CIRBaseBuilderTyinline
createDoWhile(mlir::Location loc, llvm::function_ref< void(mlir::OpBuilder &, mlir::Location)> condBuilder, llvm::function_ref< void(mlir::OpBuilder &, mlir::Location)> bodyBuilder)cir::CIRBaseBuilderTyinline
createDummyValue(mlir::Location loc, mlir::Type type, clang::CharUnits alignment)cir::CIRBaseBuilderTyinline
createFor(mlir::Location loc, llvm::function_ref< void(mlir::OpBuilder &, mlir::Location)> condBuilder, llvm::function_ref< void(mlir::OpBuilder &, mlir::Location)> bodyBuilder, llvm::function_ref< void(mlir::OpBuilder &, mlir::Location)> stepBuilder)cir::CIRBaseBuilderTyinline
createGetGlobal(mlir::Location loc, cir::GlobalOp global)cir::CIRBaseBuilderTyinline
createGetGlobal(cir::GlobalOp global)cir::CIRBaseBuilderTyinline
createGetMember(mlir::Location loc, mlir::Type resultTy, mlir::Value base, llvm::StringRef name, unsigned index)cir::CIRBaseBuilderTyinline
createGlobal(mlir::ModuleOp mlirModule, mlir::Location loc, mlir::StringRef name, mlir::Type type, bool isConstant, cir::GlobalLinkageKind linkage)cir::CIRBaseBuilderTyinline
createIndirectCallOp(mlir::Location loc, mlir::Value indirectTarget, cir::FuncType funcType, mlir::ValueRange operands, llvm::ArrayRef< mlir::NamedAttribute > attrs={})cir::CIRBaseBuilderTyinline
createIntCast(mlir::Value src, mlir::Type newTy)cir::CIRBaseBuilderTyinline
createIntToPtr(mlir::Value src, mlir::Type newTy)cir::CIRBaseBuilderTyinline
createIsNaN(mlir::Location loc, mlir::Value operand)cir::CIRBaseBuilderTyinline
createLoad(mlir::Location loc, mlir::Value ptr, bool isVolatile=false, uint64_t alignment=0)cir::CIRBaseBuilderTyinline
createLogicalAnd(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createLogicalOr(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createLowBitsSet(mlir::Location loc, unsigned size, unsigned bits)cir::CIRBaseBuilderTyinline
createMul(mlir::Location loc, mlir::Value lhs, mlir::Value rhs, OverflowBehavior ob=OverflowBehavior::None)cir::CIRBaseBuilderTyinline
createNot(mlir::Value value)cir::CIRBaseBuilderTyinline
createNSWAdd(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createNSWMul(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createNSWSub(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createNUWAdd(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createNUWAMul(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createNUWSub(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createOr(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createPtrBitcast(mlir::Value src, mlir::Type newPointeeTy)cir::CIRBaseBuilderTyinline
createPtrStride(mlir::Location loc, mlir::Value base, mlir::Value stride)cir::CIRBaseBuilderTyinline
createPtrToBoolCast(mlir::Value v)cir::CIRBaseBuilderTyinline
createPtrToInt(mlir::Value src, mlir::Type newTy)cir::CIRBaseBuilderTyinline
createSelect(mlir::Location loc, mlir::Value condition, mlir::Value trueValue, mlir::Value falseValue)cir::CIRBaseBuilderTyinline
createShift(mlir::Location loc, mlir::Value lhs, mlir::Value rhs, bool isShiftLeft)cir::CIRBaseBuilderTyinline
createShift(mlir::Location loc, mlir::Value lhs, const llvm::APInt &rhs, bool isShiftLeft)cir::CIRBaseBuilderTyinline
createShift(mlir::Location loc, mlir::Value lhs, unsigned bits, bool isShiftLeft)cir::CIRBaseBuilderTyinline
createShiftLeft(mlir::Location loc, mlir::Value lhs, unsigned bits)cir::CIRBaseBuilderTyinline
createShiftLeft(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createShiftRight(mlir::Location loc, mlir::Value lhs, unsigned bits)cir::CIRBaseBuilderTyinline
createShiftRight(mlir::Location loc, mlir::Value lhs, mlir::Value rhs)cir::CIRBaseBuilderTyinline
createStore(mlir::Location loc, mlir::Value val, mlir::Value dst, bool isVolatile=false, mlir::IntegerAttr align={}, cir::MemOrderAttr order={})cir::CIRBaseBuilderTyinline
createSub(mlir::Location loc, mlir::Value lhs, mlir::Value rhs, OverflowBehavior ob=OverflowBehavior::Saturated)cir::CIRBaseBuilderTyinline
createTryCallOp(mlir::Location loc, mlir::SymbolRefAttr callee=mlir::SymbolRefAttr(), mlir::Type returnType=cir::VoidType(), mlir::ValueRange operands=mlir::ValueRange(), cir::SideEffect sideEffect=cir::SideEffect::All)cir::CIRBaseBuilderTyinline
createTryCallOp(mlir::Location loc, cir::FuncOp callee, mlir::ValueRange operands, cir::SideEffect sideEffect=cir::SideEffect::All)cir::CIRBaseBuilderTyinline
createUnaryOp(mlir::Location loc, cir::UnaryOpKind kind, mlir::Value operand)cir::CIRBaseBuilderTyinline
createWhile(mlir::Location loc, llvm::function_ref< void(mlir::OpBuilder &, mlir::Location)> condBuilder, llvm::function_ref< void(mlir::OpBuilder &, mlir::Location)> bodyBuilder)cir::CIRBaseBuilderTyinline
createYield(mlir::Location loc, mlir::ValueRange value={})cir::CIRBaseBuilderTyinline
getAlignmentAttr(clang::CharUnits alignment)cir::CIRBaseBuilderTyinline
getAlignmentAttr(llvm::Align alignment)cir::CIRBaseBuilderTyinline
getAlignmentAttr(int64_t alignment)cir::CIRBaseBuilderTyinline
getBestAllocaInsertPoint(mlir::Block *block)cir::CIRBaseBuilderTyinlinestatic
getBool(bool state, mlir::Location loc)cir::CIRBaseBuilderTyinline
getBoolTy()cir::CIRBaseBuilderTyinline
getCIRBoolAttr(bool state)cir::CIRBaseBuilderTyinline
getConstant(mlir::Location loc, mlir::TypedAttr attr)cir::CIRBaseBuilderTyinline
getConstantInt(mlir::Location loc, mlir::Type ty, int64_t value)cir::CIRBaseBuilderTyinline
getConstAPInt(mlir::Location loc, mlir::Type typ, const llvm::APInt &val)cir::CIRBaseBuilderTyinline
getConstNullPtrAttr(mlir::Type t)cir::CIRBaseBuilderTyinline
getConstPtrAttr(mlir::Type type, int64_t value)cir::CIRBaseBuilderTyinline
getFalse(mlir::Location loc)cir::CIRBaseBuilderTyinline
getFalseAttr()cir::CIRBaseBuilderTyinline
getGlobalViewAttr(cir::PointerType type, cir::GlobalOp globalOp, mlir::ArrayAttr indices={})cir::CIRBaseBuilderTyinline
getNullValue(mlir::Type ty, mlir::Location loc)cir::CIRBaseBuilderTyinline
getPointerTo(mlir::Type ty)cir::CIRBaseBuilderTyinline
getSignedInt(mlir::Location loc, int64_t val, unsigned numBits)cir::CIRBaseBuilderTyinline
getSizeFromCharUnits(clang::CharUnits size)cir::CIRBaseBuilderTyinline
getTrue(mlir::Location loc)cir::CIRBaseBuilderTyinline
getTrueAttr()cir::CIRBaseBuilderTyinline
getUnsignedInt(mlir::Location loc, uint64_t val, unsigned numBits)cir::CIRBaseBuilderTyinline
getVoidPtrTy()cir::CIRBaseBuilderTyinline
getZeroInitAttr(mlir::Type ty)cir::CIRBaseBuilderTyinline