/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 339 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 D | AMDGPUMemoryUtils.h | 18 class LoadInst; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | VNCoercion.h | 27 class LoadInst; variable
|
H A D | SSAUpdater.h | 24 class LoadInst; variable
|
H A D | Local.h | 43 class LoadInst; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | Loads.h | 26 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 | 37 class LoadInst; global() variable
|
H A D | TargetTransformInfo.h | 54 class LoadInst; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | MemCpyOptimizer.h | 31 class LoadInst; variable
|
H A D | JumpThreading.h | 40 class LoadInst; global() variable
|
H A D | GVN.h | 46 class LoadInst; variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 43 class LoadInst; variable 301 tryToFoldLoadIntoMI(MachineInstr *,unsigned,const LoadInst *) tryToFoldLoadIntoMI() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1399 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 D | SelectionDAGBuilder.h | 74 class LoadInst; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 381 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 D | X86InstructionSelector.cpp | 1498 MachineInstr *LoadInst = nullptr; materializeFP() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 1583 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD emitEpilogue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2826 transferMemOperands(N, LoadInst); in SelectMVE_VLD() local 2816 auto LoadInst = SelectMVE_VLD() local
|