Home
last modified time | relevance | path

Searched refs:targetShrinkDemandedConstant (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h143 bool targetShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits,
H A DRISCVISelLowering.cpp20827 bool RISCVTargetLowering::targetShrinkDemandedConstant( in targetShrinkDemandedConstant() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h533 bool targetShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits,
H A DARMISelLowering.cpp20129 bool ARMTargetLowering::targetShrinkDemandedConstant( in targetShrinkDemandedConstant() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h111 bool targetShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits,
H A DAArch64ISelLowering.cpp2499 bool AArch64TargetLowering::targetShrinkDemandedConstant( in targetShrinkDemandedConstant() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1289 bool targetShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits,
H A DX86ISelLowering.cpp38400 X86TargetLowering::targetShrinkDemandedConstant(SDValue Op, in targetShrinkDemandedConstant() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4132 virtual bool targetShrinkDemandedConstant(SDValue Op, in targetShrinkDemandedConstant() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp549 if (targetShrinkDemandedConstant(Op, DemandedBits, DemandedElts, TLO)) in ShrinkDemandedConstant()