Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp338 findPotentialBlockers(MachineInstr *LoadInst) { in findPotentialBlockers()
379 void X86AvoidSFBPass::buildCopy(MachineInstr *LoadInst, unsigned NLoadOpcode, in buildCopy()
430 void X86AvoidSFBPass::buildCopies(int Size, MachineInstr *LoadInst, in buildCopies()
492 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
555 unsigned X86AvoidSFBPass::getRegSizeInBytes(MachineInstr *LoadInst) { in getRegSizeInBytes()
562 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
607 static bool hasSameBaseOpValue(MachineInstr *LoadInst, in hasSameBaseOpValue()
675 MachineInstr *LoadInst = LoadStoreInstPair.first; in runOnMachineFunction() local
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h28 class LoadInst; variable
H A DSSAUpdater.h24 class LoadInst; variable
H A DLocal.h45 class LoadInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h27 class LoadInst; variable
H A DInstructionSimplify.h49 class LoadInst; variable
H A DAliasSetTracker.h43 class LoadInst; variable
H A DMemoryLocation.h29 class LoadInst; variable
H A DMemoryBuiltins.h46 class LoadInst; variable
H A DTargetTransformInfo.h56 class LoadInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMemoryUtils.h22 class LoadInst; variable
H A DAMDGPUPreloadKernelArguments.cpp232 ImplicitArgLoads, [&](const std::pair<LoadInst *, unsigned> &Load) { in tryAllocHiddenArgPreloadSGPRs()
250 LoadInst *LoadInst = I->first; in tryAllocHiddenArgPreloadSGPRs() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h32 class LoadInst; variable
H A DSROA.h30 class LoadInst; global() variable
H A DJumpThreading.h42 class LoadInst; variable
H A DGVN.h46 class LoadInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h43 class LoadInst; variable
301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h58 class LoadInst; variable
H A DValue.h121 friend class LoadInst; // For getting `Val`. variable
H A DInstruction.h72 friend class LoadInst; // For getTopmostLLVMInstruction(). variable
1199 LoadInst(llvm::LoadInst *LI, Context &Ctx) in LoadInst() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h73 class LoadInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp413 static unsigned isMatchingStore(MachineInstr &LoadInst, in isMatchingStore()
694 static bool isLdOffsetInRangeOfSt(MachineInstr &LoadInst, in isLdOffsetInRangeOfSt()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1327 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, in LoadInst() function in LoadInst
1331 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1336 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1341 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1573 MachineInstr *LoadInst = nullptr; in materializeFP() local

12