Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp339 findPotentialBlockers(MachineInstr *LoadInst) { in findPotentialBlockers()
385 void X86AvoidSFBPass::buildCopy(MachineInstr *LoadInst, unsigned NLoadOpcode, in buildCopy()
436 void X86AvoidSFBPass::buildCopies(int Size, MachineInstr *LoadInst, in buildCopies()
498 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
563 unsigned X86AvoidSFBPass::getRegSizeInBytes(MachineInstr *LoadInst) { in getRegSizeInBytes()
570 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
615 static bool hasSameBaseOpValue(MachineInstr *LoadInst, in hasSameBaseOpValue()
686 MachineInstr *LoadInst = LoadStoreInstPair.first; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp338 findPotentialBlockers(MachineInstr *LoadInst) { in findPotentialBlockers()
384 void X86AvoidSFBPass::buildCopy(MachineInstr *LoadInst, unsigned NLoadOpcode, in buildCopy()
436 void X86AvoidSFBPass::buildCopies(int Size, MachineInstr *LoadInst, in buildCopies()
498 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
565 unsigned X86AvoidSFBPass::getRegSizeInBytes(MachineInstr *LoadInst) { in getRegSizeInBytes()
572 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
617 static bool hasSameBaseOpValue(MachineInstr *LoadInst, in hasSameBaseOpValue()
688 MachineInstr *LoadInst = LoadStoreInstPair.first; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h203 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd) in LoadInst() function
210 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, in LoadInst() function
218 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, MaybeAlign Align, in LoadInst() function
227 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, MaybeAlign Align, in LoadInst() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h28 class LoadInst; variable
DSSAUpdater.h24 class LoadInst; variable
DLocal.h51 class LoadInst; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DLoads.h25 class LoadInst; variable
DValueTracking.h37 class LoadInst; variable
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h27 class LoadInst; variable
DSSAUpdater.h24 class LoadInst; variable
DLocal.h54 class LoadInst; variable
/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp91 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F() local
128 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F() local
171 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F() local
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h23 class LoadInst; variable
DLocal.h36 class LoadInst; variable
/external/llvm/include/llvm/Analysis/
DMemoryLocation.h25 class LoadInst; variable
DAliasSetTracker.h30 class LoadInst; variable
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h31 class LoadInst; variable
DJumpThreading.h42 class LoadInst; variable
DGVN.h47 class LoadInst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h42 class LoadInst; variable
DGVN.h47 class LoadInst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h43 class LoadInst; variable
305 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
/external/llvm-project/llvm/include/llvm/CodeGen/
DFastISel.h42 class LoadInst; variable
304 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DFunctionComparatorTest.cpp34 LoadInst *LoadInst = B.CreateLoad(T, PointerArg); in TestFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h25 class LoadInst; variable

123