Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp371 static Type *getTypeForLLT(LLT Ty, LLVMContext &C) { in getTypeForLLT() function
398 Align Alignment = DL.getABITypeAlign(getTypeForLLT(PtrTy, Ctx)); in legalizeIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8074 static Type *getTypeForLLT(LLT Ty, LLVMContext &C);
8085 Align PtrAlignment = DL.getABITypeAlign(getTypeForLLT(PtrTy, Ctx)); in lowerVAArg()
8105 Type *Ty = getTypeForLLT(LLTTy, Ctx); in lowerVAArg()
8199 static Type *getTypeForLLT(LLT Ty, LLVMContext &C) { in getTypeForLLT() function
8278 Type *IRTy = getTypeForLLT(MemOps[0], C); in lowerMemset()
8432 Type *IRTy = getTypeForLLT(MemOps[0], C); in lowerMemcpy()
8540 Type *IRTy = getTypeForLLT(MemOps[0], C); in lowerMemmove()
H A DCombinerHelper.cpp948 static Type *getTypeForLLT(LLT Ty, LLVMContext &C) { in getTypeForLLT() function
973 getTypeForLLT(MI->getMMO().getMemoryType(), in canFoldInAddressingMode()
1581 AccessTy = getTypeForLLT(MRI.getType(LdSt->getReg(0)), in matchPtrAddImmedChain()
4556 Type *AccessTy = getTypeForLLT(LdStMI->getMMO().getMemoryType(), in reassociationCanBreakAddressingModePattern()