Home
last modified time | relevance | path

Searched defs:LoadInst (Results 1 – 21 of 21) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp339 findPotentialBlockers(MachineInstr *LoadInst) { in findPotentialBlockers() argument
380 void X86AvoidSFBPass::buildCopy(MachineInstr *LoadInst, unsigned NLoadOpcode, in buildCopy() argument
431 buildCopies(int Size,MachineInstr * LoadInst,int64_t LdDispImm,MachineInstr * StoreInst,int64_t StDispImm,int64_t LMMOffset,int64_t SMMOffset) buildCopies() argument
493 updateKillStatus(MachineInstr * LoadInst,MachineInstr * StoreInst) updateKillStatus() argument
556 getRegSizeInBytes(MachineInstr * LoadInst) getRegSizeInBytes() argument
563 breakBlockedCopies(MachineInstr * LoadInst,MachineInstr * StoreInst,const DisplacementSizeMap & BlockingStoresDispSizeMap) breakBlockedCopies() argument
608 hasSameBaseOpValue(MachineInstr * LoadInst,MachineInstr * StoreInst) hasSameBaseOpValue() argument
679 MachineInstr *LoadInst = LoadStoreInstPair.first; runOnMachineFunction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.h18 class LoadInst; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h27 class LoadInst; variable
H A DSSAUpdater.h24 class LoadInst; variable
H A DLocal.h43 class LoadInst; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h26 class LoadInst; variable
H A DAliasSetTracker.h40 class LoadInst; variable
H A DMemoryLocation.h28 class LoadInst; variable
H A DMemoryBuiltins.h46 class LoadInst; variable
H A DValueTracking.h37 class LoadInst; global() variable
H A DTargetTransformInfo.h54 class LoadInst; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h31 class LoadInst; variable
H A DJumpThreading.h40 class LoadInst; global() variable
H A DGVN.h46 class LoadInst; variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h43 class LoadInst; variable
301 tryToFoldLoadIntoMI(MachineInstr *,unsigned,const LoadInst *) tryToFoldLoadIntoMI() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1399 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, LoadInst() function in LoadInst
1403 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, LoadInst() function in LoadInst
1407 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, LoadInst() function in LoadInst
1412 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, LoadInst() function in LoadInst
1417 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, LoadInst() function in LoadInst
1422 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, LoadInst() function in LoadInst
1427 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, LoadInst() function in LoadInst
1438 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, LoadInst() function in LoadInst
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h74 class LoadInst; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp381 isMatchingStore(MachineInstr & LoadInst,MachineInstr & StoreInst) isMatchingStore() argument
626 isLdOffsetInRangeOfSt(MachineInstr & LoadInst,MachineInstr & StoreInst,const AArch64InstrInfo * TII) isLdOffsetInRangeOfSt() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1498 MachineInstr *LoadInst = nullptr; materializeFP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1583 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD emitEpilogue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2826 transferMemOperands(N, LoadInst); in SelectMVE_VLD() local
2816 auto LoadInst = SelectMVE_VLD() local