Home
last modified time | relevance | path

Searched refs:IntMask (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp46 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 DPointerIntPair.h184 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 DIRBuilder.h2597 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 DCore.cpp1907 SmallVector<int, 16> IntMask; in LLVMConstShuffleVector() local
1908 ShuffleVectorInst::getShuffleMask(unwrap<Constant>(MaskConstant), IntMask); in LLVMConstShuffleVector()
1911 IntMask)); in LLVMConstShuffleVector()