Home
last modified time | relevance | path

Searched refs:OpLLT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp712 LLT OpLLT = MRI.getType(Reg); in createMemLibcall() local
714 if (OpLLT.isPointer()) in createMemLibcall()
715 OpTy = PointerType::get(Ctx, OpLLT.getAddressSpace()); in createMemLibcall()
717 OpTy = IntegerType::get(Ctx, OpLLT.getSizeInBits()); in createMemLibcall()
1116 LLT OpLLT = MRI.getType(Cmp->getLHSReg()); in createFCMPLibcall() local
1117 unsigned Size = OpLLT.getSizeInBits(); in createFCMPLibcall()
1119 OpLLT != MRI.getType(Cmp->getRHSReg())) in createFCMPLibcall()
1122 Type *OpType = getFloatTypeForLLT(Ctx, OpLLT); in createFCMPLibcall()