Searched refs:bitcastSrc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.h | 168 void bitcastSrc(MachineInstr &MI, LLT CastTy, unsigned OpIdx);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1831 void LegalizerHelper::bitcastSrc(MachineInstr &MI, LLT CastTy, unsigned OpIdx) { in bitcastSrc() function in LegalizerHelper 3737 bitcastSrc(MI, CastTy, 0); in bitcast() 3753 bitcastSrc(MI, CastTy, 2); in bitcast() 3754 bitcastSrc(MI, CastTy, 3); in bitcast() 3763 bitcastSrc(MI, CastTy, 1); in bitcast() 3764 bitcastSrc(MI, CastTy, 2); in bitcast()
|