/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 339 findPotentialBlockers(MachineInstr * LoadInst) findPotentialBlockers() argument 380 buildCopy(MachineInstr * LoadInst,unsigned NLoadOpcode,int64_t LoadDisp,MachineInstr * StoreInst,unsigned NStoreOpcode,int64_t StoreDisp,unsigned Size,int64_t LMMOffset,int64_t SMMOffset) 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...] |
/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
|
/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; global() variable
|
H A D | MemoryLocation.h | 28 class LoadInst; variable
|
H A D | MemoryBuiltins.h | 46 class LoadInst; global() variable
|
H A D | ValueTracking.h | 38 class LoadInst; global() variable
|
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.h |
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | MemTransferLowering.cpp | 124 Instruction *LoadInst = in TEST_F() local 207 Instruction *LoadInst = in TEST_F() local 252 Instruction *LoadInst = in TEST_F() local
|
H A D | FunctionComparatorTest.cpp | 34 LoadInst *LoadInst = B.CreateLoad(T, PointerArg); in TestFunction() local
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | MemCpyOptimizer.h | 31 class LoadInst; global() variable
|
H A D | JumpThreading.h | 41 class LoadInst; variable
|
H A D | GVN.h | 46 class LoadInst; variable [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 43 class LoadInst; variable 301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI() argument
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | MemorySSATest.cpp | 99 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F() local 237 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F() local 489 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), PointerArg); TEST_F() local 533 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), PointerArg); TEST_F() local 899 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), FirstArg); TEST_F() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 74 class LoadInst; variable
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 383 isMatchingStore(MachineInstr & LoadInst,MachineInstr & StoreInst) isMatchingStore() argument 628 isLdOffsetInRangeOfSt(MachineInstr & LoadInst,MachineInstr & StoreInst,const AArch64InstrInfo * TII) isLdOffsetInRangeOfSt() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1264 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, LoadInst() function in LoadInst 1268 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, LoadInst() function in LoadInst 1273 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, LoadInst() function in LoadInst 1278 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, LoadInst() function in LoadInst [all...] |
/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1515 MachineInstr *LoadInst = nullptr; materializeFP() local
|
/llvm-project/polly/include/polly/ |
H A D | ScopInfo.h | 1997 addInvariantLoadMapping(const Value * LoadInst,Value * ClassRep) addInvariantLoadMapping() argument
|
/llvm-project/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 1135 Value *LoadInst = IRB.CreateLoad(IRB.getInt32Ty(), Alloca); TEST_F() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 1580 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD emitEpilogue() local
|