Searched refs:bitcastDst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| HD | LegalizerHelper.h | 172 void bitcastDst(MachineInstr &MI, LLT CastTy, unsigned OpIdx);
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | 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-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPULegalizerInfo.cpp | 6747 Helper.bitcastDst(MI, Ty, 0); in legalizeSBufferLoad()
|