Searched refs:MaskConstant (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1275 SDValue MaskConstant; in LowerSTORE() local 1277 MaskConstant = DAG.getConstant(0xFF, DL, MVT::i32); in LowerSTORE() 1281 MaskConstant = DAG.getConstant(0xFFFF, DL, MVT::i32); in LowerSTORE() 1290 SDValue Mask = DAG.getNode(ISD::SHL, DL, VT, MaskConstant, BitShift); in LowerSTORE() 1293 SDValue TruncValue = DAG.getNode(ISD::AND, DL, VT, Value, MaskConstant); in LowerSTORE()
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | Core.h | 2130 LLVMValueRef MaskConstant);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Core.cpp | 1762 LLVMValueRef MaskConstant) { in LLVMConstShuffleVector() argument 1765 unwrap<Constant>(MaskConstant))); in LLVMConstShuffleVector()
|