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