LLVM 22.0.0git
llvm::TargetFolder Class Referencefinal

TargetFolder - Create constants with target dependent folding. More...

#include "llvm/Analysis/TargetFolder.h"

Inheritance diagram for llvm::TargetFolder:
[legend]

Public Member Functions

 TargetFolder (const DataLayout &DL)
ValueFoldBinOp (Instruction::BinaryOps Opc, Value *LHS, Value *RHS) const override
ValueFoldExactBinOp (Instruction::BinaryOps Opc, Value *LHS, Value *RHS, bool IsExact) const override
ValueFoldNoWrapBinOp (Instruction::BinaryOps Opc, Value *LHS, Value *RHS, bool HasNUW, bool HasNSW) const override
ValueFoldBinOpFMF (Instruction::BinaryOps Opc, Value *LHS, Value *RHS, FastMathFlags FMF) const override
ValueFoldCmp (CmpInst::Predicate P, Value *LHS, Value *RHS) const override
ValueFoldUnOpFMF (Instruction::UnaryOps Opc, Value *V, FastMathFlags FMF) const override
ValueFoldGEP (Type *Ty, Value *Ptr, ArrayRef< Value * > IdxList, GEPNoWrapFlags NW) const override
ValueFoldSelect (Value *C, Value *True, Value *False) const override
ValueFoldExtractValue (Value *Agg, ArrayRef< unsigned > IdxList) const override
ValueFoldInsertValue (Value *Agg, Value *Val, ArrayRef< unsigned > IdxList) const override
ValueFoldExtractElement (Value *Vec, Value *Idx) const override
ValueFoldInsertElement (Value *Vec, Value *NewElt, Value *Idx) const override
ValueFoldShuffleVector (Value *V1, Value *V2, ArrayRef< int > Mask) const override
ValueFoldCast (Instruction::CastOps Op, Value *V, Type *DestTy) const override
ValueFoldBinaryIntrinsic (Intrinsic::ID ID, Value *LHS, Value *RHS, Type *Ty, Instruction *FMFSource) const override
ConstantCreatePointerCast (Constant *C, Type *DestTy) const override
ConstantCreatePointerBitCastOrAddrSpaceCast (Constant *C, Type *DestTy) const override
Public Member Functions inherited from llvm::IRBuilderFolder
virtual ~IRBuilderFolder ()

Detailed Description

TargetFolder - Create constants with target dependent folding.

Definition at line 35 of file TargetFolder.h.

Constructor & Destructor Documentation

◆ TargetFolder()

llvm::TargetFolder::TargetFolder ( const DataLayout & DL)
inlineexplicit

Definition at line 46 of file TargetFolder.h.

Member Function Documentation

◆ CreatePointerBitCastOrAddrSpaceCast()

Constant * llvm::TargetFolder::CreatePointerBitCastOrAddrSpaceCast ( Constant * C,
Type * DestTy ) const
inlineoverridevirtual

◆ CreatePointerCast()

Constant * llvm::TargetFolder::CreatePointerCast ( Constant * C,
Type * DestTy ) const
inlineoverridevirtual

Implements llvm::IRBuilderFolder.

Definition at line 205 of file TargetFolder.h.

References llvm::CallingConv::C, and llvm::ConstantExpr::getPointerCast().

◆ FoldBinaryIntrinsic()

Value * llvm::TargetFolder::FoldBinaryIntrinsic ( Intrinsic::ID ID,
Value * LHS,
Value * RHS,
Type * Ty,
Instruction * FMFSource ) const
inlineoverridevirtual

Implements llvm::IRBuilderFolder.

Definition at line 192 of file TargetFolder.h.

References llvm::ConstantFoldBinaryIntrinsic(), llvm::dyn_cast(), LHS, and RHS.

◆ FoldBinOp()

Value * llvm::TargetFolder::FoldBinOp ( Instruction::BinaryOps Opc,
Value * LHS,
Value * RHS ) const
inlineoverridevirtual

◆ FoldBinOpFMF()

Value * llvm::TargetFolder::FoldBinOpFMF ( Instruction::BinaryOps Opc,
Value * LHS,
Value * RHS,
FastMathFlags FMF ) const
inlineoverridevirtual

Implements llvm::IRBuilderFolder.

Definition at line 98 of file TargetFolder.h.

References FoldBinOp(), LHS, Opc, and RHS.

◆ FoldCast()

Value * llvm::TargetFolder::FoldCast ( Instruction::CastOps Op,
Value * V,
Type * DestTy ) const
inlineoverridevirtual

◆ FoldCmp()

Value * llvm::TargetFolder::FoldCmp ( CmpInst::Predicate P,
Value * LHS,
Value * RHS ) const
inlineoverridevirtual

Implements llvm::IRBuilderFolder.

Definition at line 103 of file TargetFolder.h.

References llvm::ConstantFoldCompareInstOperands(), llvm::dyn_cast(), LHS, P, and RHS.

◆ FoldExactBinOp()

Value * llvm::TargetFolder::FoldExactBinOp ( Instruction::BinaryOps Opc,
Value * LHS,
Value * RHS,
bool IsExact ) const
inlineoverridevirtual

◆ FoldExtractElement()

Value * llvm::TargetFolder::FoldExtractElement ( Value * Vec,
Value * Idx ) const
inlineoverridevirtual

Implements llvm::IRBuilderFolder.

Definition at line 158 of file TargetFolder.h.

References llvm::dyn_cast(), and llvm::ConstantExpr::getExtractElement().

◆ FoldExtractValue()

Value * llvm::TargetFolder::FoldExtractValue ( Value * Agg,
ArrayRef< unsigned > IdxList ) const
inlineoverridevirtual

◆ FoldGEP()

Value * llvm::TargetFolder::FoldGEP ( Type * Ty,
Value * Ptr,
ArrayRef< Value * > IdxList,
GEPNoWrapFlags NW ) const
inlineoverridevirtual

◆ FoldInsertElement()

Value * llvm::TargetFolder::FoldInsertElement ( Value * Vec,
Value * NewElt,
Value * Idx ) const
inlineoverridevirtual

Implements llvm::IRBuilderFolder.

Definition at line 166 of file TargetFolder.h.

References llvm::dyn_cast(), and llvm::ConstantExpr::getInsertElement().

◆ FoldInsertValue()

Value * llvm::TargetFolder::FoldInsertValue ( Value * Agg,
Value * Val,
ArrayRef< unsigned > IdxList ) const
inlineoverridevirtual

◆ FoldNoWrapBinOp()

◆ FoldSelect()

Value * llvm::TargetFolder::FoldSelect ( Value * C,
Value * True,
Value * False ) const
inlineoverridevirtual

◆ FoldShuffleVector()

Value * llvm::TargetFolder::FoldShuffleVector ( Value * V1,
Value * V2,
ArrayRef< int > Mask ) const
inlineoverridevirtual

Implements llvm::IRBuilderFolder.

Definition at line 176 of file TargetFolder.h.

References llvm::dyn_cast(), and llvm::ConstantExpr::getShuffleVector().

◆ FoldUnOpFMF()

Value * llvm::TargetFolder::FoldUnOpFMF ( Instruction::UnaryOps Opc,
Value * V,
FastMathFlags FMF ) const
inlineoverridevirtual

The documentation for this class was generated from the following file: