Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:Int64

51   Type *Int64;
135 Int64 = Type::getInt64Ty(Context);
136 ReturnStruct = StructType::get(Boolean, Int64, (Type *)nullptr);
141 Int64Zero = ConstantInt::get(Int64, 0);
147 ElseIntrinsic, ReturnStruct, Int64, (Type *)nullptr);
150 BreakIntrinsic, Int64, Int64, (Type *)nullptr);
153 IfBreakIntrinsic, Int64, Boolean, Int64, (Type *)nullptr);
156 ElseBreakIntrinsic, Int64, Int64, Int64, (Type *)nullptr);
159 LoopIntrinsic, Boolean, Int64, (Type *)nullptr);
162 EndCfIntrinsic, Void, Int64, (Type *)nullptr);
247 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front());
335 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front());