Searched refs:MaskConstant (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1156 SDValue MaskConstant; in LowerSTORE() local 1158 MaskConstant = DAG.getConstant(0xFF, DL, MVT::i32); in LowerSTORE() 1162 MaskConstant = DAG.getConstant(0xFFFF, DL, MVT::i32); in LowerSTORE() 1171 SDValue Mask = DAG.getNode(ISD::SHL, DL, VT, MaskConstant, BitShift); in LowerSTORE() 1174 SDValue TruncValue = DAG.getNode(ISD::AND, DL, VT, Value, MaskConstant); in LowerSTORE()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 2328 LLVMValueRef MaskConstant);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 1788 LLVMValueRef MaskConstant) { in LLVMConstShuffleVector() argument 1790 ShuffleVectorInst::getShuffleMask(unwrap<Constant>(MaskConstant), IntMask); in LLVMConstShuffleVector()
|