Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:Int64

51   Type *Int64;
123 Int64 = Type::getInt64Ty(Context);
124 ReturnStruct = StructType::get(Boolean, Int64, (Type *)nullptr);
129 Int64Zero = ConstantInt::get(Int64, 0);
135 ElseIntrinsic, ReturnStruct, Int64, (Type *)nullptr);
138 BreakIntrinsic, Int64, Int64, (Type *)nullptr);
141 IfBreakIntrinsic, Int64, Boolean, Int64, (Type *)nullptr);
144 ElseBreakIntrinsic, Int64, Int64, Int64, (Type *)nullptr);
147 LoopIntrinsic, Boolean, Int64, (Type *)nullptr);
150 EndCfIntrinsic, Void, Int64, (Type *)nullptr);
222 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front());
285 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front());