Lines Matching refs:addDef
90 .addDef(createTypeVReg(MIRBuilder)); in getOpTypeBool()
125 .addDef(createTypeVReg(MIRBuilder)) in getOpTypeInt()
134 .addDef(createTypeVReg(MIRBuilder)) in getOpTypeFloat()
141 .addDef(createTypeVReg(MIRBuilder)); in getOpTypeVoid()
154 .addDef(createTypeVReg(MIRBuilder)) in getOpTypeVector()
248 .addDef(Res) in getOrCreateConstFP()
252 .addDef(Res) in getOrCreateConstFP()
282 .addDef(Res) in getOrCreateConstInt()
287 .addDef(Res) in getOrCreateConstInt()
326 .addDef(Res) in buildConstantInt()
331 .addDef(Res) in buildConstantInt()
363 .addDef(Res) in buildConstantFP()
421 .addDef(SpvVecConst) in getOrCreateCompositeOrNull()
427 .addDef(SpvVecConst) in getOrCreateCompositeOrNull()
524 .addDef(SpvVecConst) in getOrCreateIntCompositeOrNull()
530 .addDef(SpvVecConst) in getOrCreateIntCompositeOrNull()
571 .addDef(Res) in getOrCreateConstNullPtr()
593 .addDef(Sampler) in buildConstantSampler()
633 .addDef(ResVReg) in buildGlobalVariable()
713 .addDef(createTypeVReg(MIRBuilder)) in getOpTypeArray()
724 auto MIB = MIRBuilder.buildInstr(SPIRV::OpTypeOpaque).addDef(ResVReg); in getOpTypeOpaque()
741 auto MIB = MIRBuilder.buildInstr(SPIRV::OpTypeStruct).addDef(ResVReg); in getOpTypeStruct()
764 .addDef(Reg) in getOpTypePointer()
780 .addDef(createTypeVReg(MIRBuilder)) in getOpTypeFunction()
1125 .addDef(ResVReg) in getOrCreateOpTypeImage()
1143 return MIRBuilder.buildInstr(SPIRV::OpTypeSampler).addDef(ResVReg); in getOrCreateOpTypeSampler()
1155 .addDef(ResVReg) in getOrCreateOpTypePipe()
1166 return MIRBuilder.buildInstr(SPIRV::OpTypeDeviceEvent).addDef(ResVReg); in getOrCreateOpTypeDeviceEvent()
1180 .addDef(ResVReg) in getOrCreateOpTypeSampledImage()
1194 .addDef(ResVReg) in getOrCreateOpTypeCoopMatr()
1210 SPIRVType *SpirvTy = MIRBuilder.buildInstr(Opcode).addDef(ResVReg); in getOrCreateOpTypeByOpcode()
1297 .addDef(createTypeVReg(CurMF->getRegInfo())) in getOrCreateSPIRVType()
1351 .addDef(createTypeVReg(CurMF->getRegInfo())); in getOrCreateSPIRVBoolType()
1374 .addDef(createTypeVReg(CurMF->getRegInfo())) in getOrCreateSPIRVVectorType()
1393 .addDef(createTypeVReg(CurMF->getRegInfo())) in getOrCreateSPIRVArrayType()
1415 .addDef(createTypeVReg(CurMF->getRegInfo())) in getOrCreateSPIRVPointerType()
1448 .addDef(Res) in getOrCreateUndef()