Searched refs:buildZExtInReg (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 539 return buildZExtInReg(Res, Op, 1); in buildBoolExtInReg() 586 MachineInstrBuilder MachineIRBuilder::buildZExtInReg(const DstOp &Res, in buildZExtInReg() function in MachineIRBuilder
|
H A D | LegalizerHelper.cpp | 2359 ExtResult = MIRBuilder.buildZExtInReg(WideTy, Mul, SrcBitWidth); in widenScalarMulo() 3638 auto ZextInReg = MIRBuilder.buildZExtInReg(SrcTy, SrcReg, StoreWidth); in lowerStore()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 797 MachineInstrBuilder buildZExtInReg(const DstOp &Res, const SrcOp &Op,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 268 Helper.getBuilder().buildZExtInReg(${dst}, ${src}, ${imm}.getImm());
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 1104 B.buildZExtInReg(MI.getOperand(0), WideLoad, MemSize); in applyMappingLoad()
|