Searched refs:targetShrinkDemandedConstant (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h328 bool targetShrinkDemandedConstant(SDValue Op, const APInt &Demanded,
H A DAArch64ISelLowering.cpp1059 bool AArch64TargetLowering::targetShrinkDemandedConstant( function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h417 bool targetShrinkDemandedConstant(SDValue Op, const APInt &Demanded,
H A DARMISelLowering.cpp15747 ARMTargetLowering::targetShrinkDemandedConstant(SDValue Op, function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h937 bool targetShrinkDemandedConstant(SDValue Op, const APInt &Demanded,
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3111 virtual bool targetShrinkDemandedConstant(SDValue Op, const APInt &Demanded, function in class:llvm::TargetLoweringBase::TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp500 if (targetShrinkDemandedConstant(Op, Demanded, TLO))

Completed in 523 milliseconds