Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp339 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 DVNCoercion.h27 class LoadInst; variable
H A DLocal.h44 class LoadInst; variable
H A DSSAUpdater.h24 class LoadInst; variable
/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h26 class LoadInst; variable
H A DInstructionSimplify.h48 class LoadInst; variable
H A DAliasSetTracker.h40 class LoadInst; global() variable
H A DMemoryLocation.h28 class LoadInst; variable
H A DMemoryBuiltins.h46 class LoadInst; global() variable
H A DValueTracking.h38 class LoadInst; global() variable
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.h
/llvm-project/llvm/unittests/Transforms/Utils/
H A DMemTransferLowering.cpp124 Instruction *LoadInst = in TEST_F() local
207 Instruction *LoadInst = in TEST_F() local
252 Instruction *LoadInst = in TEST_F() local
H A DFunctionComparatorTest.cpp34 LoadInst *LoadInst = B.CreateLoad(T, PointerArg); in TestFunction() local
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h31 class LoadInst; global() variable
H A DJumpThreading.h41 class LoadInst; variable
H A DGVN.h46 class LoadInst; variable
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h43 class LoadInst; variable
301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI() argument
/llvm-project/llvm/unittests/Analysis/
H A DMemorySSATest.cpp99 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 DSelectionDAGBuilder.h74 class LoadInst; variable
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp383 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 DInstructions.cpp1264 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 DX86InstructionSelector.cpp1515 MachineInstr *LoadInst = nullptr; materializeFP() local
/llvm-project/polly/include/polly/
H A DScopInfo.h1997 addInvariantLoadMapping(const Value * LoadInst,Value * ClassRep) addInvariantLoadMapping() argument
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp1135 Value *LoadInst = IRB.CreateLoad(IRB.getInt32Ty(), Alloca); TEST_F() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1580 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD emitEpilogue() local

12