Searched refs:IntMask (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 43 Type *IntMask; member in __anon09b393f90111::SIAnnotateControlFlow 128 IntMask = ST.isWave32() ? Type::getInt32Ty(Context) in initialize() 130 ReturnStruct = StructType::get(Boolean, IntMask); in initialize() 135 IntMaskZero = ConstantInt::get(IntMask, 0); in initialize() 137 If = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_if, { IntMask }); in initialize() 139 { IntMask, IntMask }); in initialize() 141 { IntMask }); in initialize() 142 Loop = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_loop, { IntMask }); in initialize() 143 EndCf = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_end_cf, { IntMask }); in initialize() 271 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken", &Target->front()); in handleLoop()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | PointerIntPair.h | 148 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1), enumerator 151 ShiftedIntMask = (uintptr_t)(IntMask << IntShift) 160 return (Value >> IntShift) & IntMask; in getInt() 174 assert((IntWord & ~IntMask) == 0 && "Integer too large for field"); in updateInt()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 2377 SmallVector<int, 16> IntMask; variable 2378 ShuffleVectorInst::getShuffleMask(cast<Constant>(Mask), IntMask); 2379 return CreateShuffleVector(V1, V2, IntMask, Name);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Core.cpp | 1805 SmallVector<int, 16> IntMask; in LLVMConstShuffleVector() local 1806 ShuffleVectorInst::getShuffleMask(unwrap<Constant>(MaskConstant), IntMask); in LLVMConstShuffleVector() 1809 IntMask)); in LLVMConstShuffleVector()
|