Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp402 MIRBuilder.buildLoad(Val, BaseAddr, *Load4MMO); in legalizeCustom()
404 auto Load = MIRBuilder.buildLoad(s32, BaseAddr, *Load4MMO); in legalizeCustom()
412 auto Load_P2Half = MIRBuilder.buildLoad(s32, BaseAddr, *P2HalfMemOp); in legalizeCustom()
413 auto Load_Rem = MIRBuilder.buildLoad(s32, Addr, *RemMemOp); in legalizeCustom()
517 MIRBuilder.buildLoad(PtrTy, MI.getOperand(2), in legalizeIntrinsic()
H A DMipsCallLowering.cpp159 MIRBuilder.buildLoad(ValVReg, Addr, *MMO); in assignValueToAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp275 auto LoadVReg = buildLoad(LLT::scalar(32), Addr, MemTy, MPO); in assignValueToAddress()
279 buildLoad(ValVReg, Addr, MemTy, MPO); in assignValueToAddress()
283 MachineInstrBuilder buildLoad(const DstOp &Res, Register Addr, LLT MemTy, in buildLoad() function
289 return MIRBuilder.buildLoad(Res, Addr, *MMO); in buildLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCCallLowering.cpp162 return MIRBuilder.buildLoad(Res, Addr, *MMO); in assignValueToAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp163 MIRBuilder.buildLoad(ValVReg, Addr, *MMO); in assignValueToAddress()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp424 MachineIRBuilder::buildLoad(const DstOp &Dst, const SrcOp &Addr, in buildLoad() function in MachineIRBuilder
434 return buildLoad(Dst, Addr, *MMO); in buildLoad()
459 return buildLoad(Dst, BasePtr, *OffsetMMO); in buildLoadFromOffset()
465 return buildLoad(Dst, Ptr, *OffsetMMO); in buildLoadFromOffset()
H A DLegalizerHelper.cpp1364 MIRBuilder.buildLoad(TmpReg, LoadMI.getPointerReg(), LoadMI.getMMO()); in narrowScalar()
1383 MIRBuilder.buildLoad(TmpReg, PtrReg, MMO); in narrowScalar()
3502 auto NewLoad = MIRBuilder.buildLoad(LoadTy, PtrReg, *NewMMO); in lowerLoad()
3505 auto NewLoad = MIRBuilder.buildLoad(LoadTy, PtrReg, *NewMMO); in lowerLoad()
3510 MIRBuilder.buildLoad(LoadReg, PtrReg, *NewMMO); in lowerLoad()
4679 MIRBuilder.buildLoad(Dst, NewAddrReg, *NewMMO); in reduceLoadStoreWidth()
7589 MIRBuilder.buildLoad(DstReg, StackTemp, PtrInfo, VecAlign); in lowerExtractInsertVectorElt()
7591 MIRBuilder.buildLoad(DstReg, EltPtr, PtrInfo, EltAlign); in lowerExtractInsertVectorElt()
7681 MIRBuilder.buildLoad(ValTy, LastElmtPtr, ValPtrInfo, ValAlign) in lowerVECTOR_COMPRESS()
7718 MIRBuilder.buildLoad(Dst, StackPtr, PtrInfo, VecAlign); in lowerVECTOR_COMPRESS()
[all …]
H A DCallLowering.cpp961 MIRBuilder.buildLoad(Args[i].OrigRegs[0], Args[i].Regs[0], MPO, in handleAssignments()
1017 MIRBuilder.buildLoad(VRegs[I], Addr, *MMO); in insertSRetLoads()
H A DIRTranslator.cpp1406 MIRBuilder.buildLoad(Regs[i], Addr, *MMO); in translateLoad()
3700 ->buildLoad(PtrMemTy, StackSlotPtr, in emitSPDescriptorParent()
3756 ->buildLoad(PtrMemTy, GuardPtr, in emitSPDescriptorParent()
H A DCombinerHelper.cpp1417 B.buildLoad(Result, finalPtr, PtrInfo, Alignment); in matchCombineExtractedVectorLoad()
4014 MIB.buildLoad(LoadDst, Ptr, *NewMMO); in matchLoadOrCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp217 MIRBuilder.buildLoad(ValVReg, Addr, *MMO); in assignValueToAddress()
H A DX86LegalizerInfo.cpp642 MIRBuilder.buildLoad(Dst, Addr, *MMO); in legalizeBuildVector()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1526 MIB.buildLoad(Val, MI.getOperand(2), in legalizeIntrinsic()
1815 auto NewLoad = MIRBuilder.buildLoad(NewTy, MI.getOperand(1), MMO); in legalizeLoadStore()
1835 auto List = MIRBuilder.buildLoad( in legalizeVaArg()
1852 MIRBuilder.buildLoad( in legalizeVaArg()
H A DAArch64PostLegalizerLowering.cpp450 Builder.buildLoad(Insert.getReg(0), StackTemp, PtrInfo, Align(8)); in applyNonConstInsert()
H A DAArch64CallLowering.cpp202 MIRBuilder.buildLoad(ValVReg, Addr, *MMO); in assignValueToAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h948 MachineInstrBuilder buildLoad(const DstOp &Res, const SrcOp &Addr, in buildLoad() function
956 buildLoad(const DstOp &Res, const SrcOp &Addr, MachinePointerInfo PtrInfo,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp148 MIRBuilder.buildLoad(ValVReg, Addr, *MMO); in assignValueToAddress()
450 B.buildLoad(SplitArg.Regs[0], PtrReg, *MMO); in lowerParameter()
H A DAMDGPULegalizerInfo.cpp2253 return B.buildLoad(S32, LoadAddr, *MMO).getReg(0); in getSegmentAperture()
2274 return B.buildLoad(S32, LoadAddr, *MMO).getReg(0); in getSegmentAperture()
3048 auto Load = B.buildLoad(PtrTy, GOTAddr, *GOTMMO); in legalizeGlobalValue()
3051 B.buildLoad(DstReg, GOTAddr, *GOTMMO); in legalizeGlobalValue()
4442 B.buildLoad(DstReg, Ptr, PtrInfo, Align(4), in legalizeKernargMemParameter()
6863 Register Temp = B.buildLoad(S64, LoadAddr, *MMO).getReg(0); in legalizeTrapHsaQueuePtr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp236 MIRBuilder.buildLoad(ValVReg, Addr, *MMO); in assignValueToAddress()
H A DRISCVLegalizerInfo.cpp498 auto Tmp = MIRBuilder.buildLoad(PtrTy, MI.getOperand(2), *LoadMMO); in legalizeIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp452 MIRBuilder.buildLoad(DestinationReg, PtrRegister, PtrInfo, Align()); in buildLoadInst()