/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 339 findPotentialBlockers(MachineInstr *LoadInst) { in findPotentialBlockers() 380 void X86AvoidSFBPass::buildCopy(MachineInstr *LoadInst, unsigned NLoadOpcode, in buildCopy() 431 void X86AvoidSFBPass::buildCopies(int Size, MachineInstr *LoadInst, in buildCopies() 493 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus() 556 unsigned X86AvoidSFBPass::getRegSizeInBytes(MachineInstr *LoadInst) { in getRegSizeInBytes() 563 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies() 608 static bool hasSameBaseOpValue(MachineInstr *LoadInst, in hasSameBaseOpValue() 679 MachineInstr *LoadInst = LoadStoreInstPair.first; in runOnMachineFunction() local
|
H A D | X86InstructionSelector.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | VNCoercion.h | 27 class LoadInst; variable
|
H A D | Local.h | 44 class LoadInst; variable
|
H A D | SSAUpdater.h | 24 class LoadInst; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | Loads.h | 26 class LoadInst; variable
|
H A D | InstructionSimplify.h | 48 class LoadInst; variable
|
H A D | AliasSetTracker.h | 40 class LoadInst; variable
|
H A D | MemoryLocation.h | 28 class LoadInst; variable
|
H A D | MemoryBuiltins.h | 46 class LoadInst; variable
|
H A D | ValueTracking.h | 38 class LoadInst; variable
|
H A D | TargetTransformInfo.h | 55 class LoadInst; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.h | 22 class LoadInst; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | MemCpyOptimizer.h | 31 class LoadInst; variable
|
H A D | SROA.h | 30 class LoadInst; global() variable
|
H A D | JumpThreading.h | 41 class LoadInst; variable
|
H A D | GVN.h | 46 class LoadInst; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 79 class LoadInst; variable 182 friend class LoadInst; // For getting `Val`. variable 507 friend class LoadInst; // For getTopmostLLVMInstruction(). variable 622 LoadInst(llvm::LoadInst *LI, Context &Ctx) in LoadInst() function 874 friend LoadInst; // For createLoadInst() variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 43 class LoadInst; variable 304 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 74 class LoadInst; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 383 static unsigned isMatchingStore(MachineInstr &LoadInst, in isMatchingStore() 628 static bool isLdOffsetInRangeOfSt(MachineInstr &LoadInst, in isLdOffsetInRangeOfSt()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1264 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, in LoadInst() function in LoadInst 1268 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst 1273 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst 1278 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 D | X86InstructionSelector.cpp | 1533 MachineInstr *LoadInst = nullptr; in materializeFP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 1578 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD in emitEpilogue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2822 auto LoadInst = in SelectMVE_VLD() local 2832 auto LoadInst = in SelectMVE_VLD() local
|