Searched refs:bitcastDst (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.h | 168 void bitcastDst(MachineInstr &MI, LLT CastTy, unsigned OpIdx);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 1487 void LegalizerHelper::bitcastDst(MachineInstr &MI, LLT CastTy, unsigned OpIdx) { in bitcastDst() function in LegalizerHelper 3175 bitcastDst(MI, CastTy, 0); in bitcast() 3209 bitcastDst(MI, CastTy, 0); in bitcast() 3219 bitcastDst(MI, CastTy, 0); in bitcast()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 5230 Helper.bitcastDst(MI, Ty, 0); in legalizeSBufferLoad()
|