Searched defs:Demanded (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp41 ShrinkDemandedConstant(Instruction *I, unsigned OpNo, const APInt &Demanded) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp494 bool TargetLowering::ShrinkDemandedConstant(SDValue Op, const APInt &Demanded, argument
536 ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded, TargetLoweringOpt &TLO) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3111 virtual bool targetShrinkDemandedConstant(SDValue Op, const APInt &Demanded, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2807 APInt Demanded = APInt::getLowBitsSet(LHS.getValueSizeInBits(), 24); local
4082 APInt Demanded = APInt::getBitsSet(32, local
H A DSIISelLowering.cpp9945 APInt Demanded = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp964 optimizeLogicalImm(SDValue Op, unsigned Size, uint64_t Imm, const APInt &Demanded, TargetLowering::TargetLoweringOpt &TLO, unsigned NewOpc) argument
1059 targetShrinkDemandedConstant( SDValue Op, const APInt &Demanded, TargetLoweringOpt &TLO) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15773 unsigned Demanded = DemandedAPInt.getZExtValue(); local

Completed in 416 milliseconds