Home
last modified time | relevance | path

Searched refs:isConstantUnsignedBitfieldExtactLegal (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h331 bool isConstantUnsignedBitfieldExtactLegal(unsigned Opc, LLT Ty1,
H A DAMDGPUISelLowering.cpp4849 bool AMDGPUTargetLowering::isConstantUnsignedBitfieldExtactLegal( in isConstantUnsignedBitfieldExtactLegal() function in AMDGPUTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1118 bool isConstantUnsignedBitfieldExtactLegal(unsigned Opc, LLT Ty1,
H A DAArch64ISelLowering.cpp18751 bool AArch64TargetLowering::isConstantUnsignedBitfieldExtactLegal( in isConstantUnsignedBitfieldExtactLegal() function in AArch64TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1809 virtual bool isConstantUnsignedBitfieldExtactLegal(unsigned Opc, LLT Ty1, in isConstantUnsignedBitfieldExtactLegal() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4102 if (!getTargetLowering().isConstantUnsignedBitfieldExtactLegal( in matchBitfieldExtractFromAnd()