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.cpp44 Type *IntMask; member in __anon9f980a420111::SIAnnotateControlFlow
129 IntMask = ST.isWave32() ? Type::getInt32Ty(Context) in initialize()
131 ReturnStruct = StructType::get(Boolean, IntMask); in initialize()
136 IntMaskZero = ConstantInt::get(IntMask, 0); in initialize()
138 If = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_if, { IntMask }); in initialize()
140 { IntMask, IntMask }); in initialize()
142 { IntMask }); in initialize()
143 Loop = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_loop, { IntMask }); in initialize()
144 EndCf = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_end_cf, { IntMask }); in initialize()
280 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken"); in handleLoop()
/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()
210 assert((IntWord & ~IntMask) == 0 && "Integer too large for field"); in updateInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2501 SmallVector<int, 16> IntMask; variable
2502 ShuffleVectorInst::getShuffleMask(cast<Constant>(Mask), IntMask);
2503 return CreateShuffleVector(V1, V2, IntMask, Name);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1908 SmallVector<int, 16> IntMask; in LLVMConstShuffleVector() local
1909 ShuffleVectorInst::getShuffleMask(unwrap<Constant>(MaskConstant), IntMask); in LLVMConstShuffleVector()
1912 IntMask)); in LLVMConstShuffleVector()