Lines Matching defs:IntMask
44 Type *IntMask;
129 IntMask = ST.isWave32() ? Type::getInt32Ty(Context)
131 ReturnStruct = StructType::get(Boolean, IntMask);
136 IntMaskZero = ConstantInt::get(IntMask, 0);
138 If = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_if, { IntMask });
140 { IntMask, IntMask });
142 { IntMask });
143 Loop = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_loop, { IntMask });
144 EndCf = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_end_cf, { IntMask });
280 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken");