Searched refs:IntMask (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 46 Type *IntMask; member in __anon9f980a420111::SIAnnotateControlFlow 117 IntMask = ST.isWave32() ? Type::getInt32Ty(Context) in initialize() 119 ReturnStruct = StructType::get(Boolean, IntMask); in initialize() 124 IntMaskZero = ConstantInt::get(IntMask, 0); in initialize() 190 Value *IfCall = IRB.CreateCall(getDecl(If, Intrinsic::amdgcn_if, IntMask), in openIf() 207 getDecl(Else, Intrinsic::amdgcn_else, {IntMask, IntMask}), {popSaved()}); in insertElse() 221 getDecl(IfBreak, Intrinsic::amdgcn_if_break, IntMask), {Cond, Broken}); in handleLoopCondition() 268 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken"); in handleLoop() 288 getDecl(Loop, Intrinsic::amdgcn_loop, IntMask), {Arg}); in handleLoop() 333 IRB.CreateCall(getDecl(EndCf, Intrinsic::amdgcn_end_cf, IntMask), {Exec}); in closeControlFlow()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | PointerIntPair.h | 184 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1), enumerator 187 ShiftedIntMask = (uintptr_t)(IntMask << IntShift) 196 return (Value >> IntShift) & IntMask; in getInt() 209 assert((Int & ~IntMask) == 0 && "Integer too large for field"); in updateInt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 2597 SmallVector<int, 16> IntMask; variable 2598 ShuffleVectorInst::getShuffleMask(cast<Constant>(Mask), IntMask); 2599 return CreateShuffleVector(V1, V2, IntMask, Name);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 1907 SmallVector<int, 16> IntMask; in LLVMConstShuffleVector() local 1908 ShuffleVectorInst::getShuffleMask(unwrap<Constant>(MaskConstant), IntMask); in LLVMConstShuffleVector() 1911 IntMask)); in LLVMConstShuffleVector()
|