Searched refs:bitcastDst (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.h | 172 void bitcastDst(MachineInstr &MI, LLT CastTy, unsigned OpIdx);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1836 void LegalizerHelper::bitcastDst(MachineInstr &MI, LLT CastTy, unsigned OpIdx) { in bitcastDst() function in LegalizerHelper 3718 bitcastDst(MI, CastTy, 0); in bitcast() 3755 bitcastDst(MI, CastTy, 0); in bitcast() 3765 bitcastDst(MI, CastTy, 0); in bitcast()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 6747 Helper.bitcastDst(MI, Ty, 0); in legalizeSBufferLoad()
|