Searched refs:buildZExtInReg (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 485 return buildZExtInReg(Res, Op, 1); in buildBoolExtInReg() 532 MachineInstrBuilder MachineIRBuilder::buildZExtInReg(const DstOp &Res, in buildZExtInReg() function in MachineIRBuilder
|
| H A D | LegalizerHelper.cpp | 2006 ExtResult = MIRBuilder.buildZExtInReg(WideTy, Mul, SrcBitWidth); in widenScalarMulo() 3095 auto ZextInReg = MIRBuilder.buildZExtInReg(SrcTy, SrcReg, StoreWidth); in lowerStore()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 752 MachineInstrBuilder buildZExtInReg(const DstOp &Res, const SrcOp &Op,
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 1091 B.buildZExtInReg(MI.getOperand(0), WideLoad, MemSize); in applyMappingLoad()
|