Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp339 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A 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
/aosp_15_r20/external/llvm/unittests/Transforms/Utils/
H A 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
/aosp_15_r20/external/llvm/lib/IR/
H A DInstructions.cpp1326 LoadInst::LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef) in LoadInst() function in LoadInst
1329 LoadInst::LoadInst(Value *Ptr, const Twine &Name, BasicBlock *InsertAE) in LoadInst() function in LoadInst
1332 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1336 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1340 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1345 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1350 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1362 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1375 LoadInst::LoadInst(Value *Ptr, const char *Name, Instruction *InsertBef) in LoadInst() function in LoadInst
1385 LoadInst::LoadInst(Value *Ptr, const char *Name, BasicBlock *InsertAE) in LoadInst() function in LoadInst
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DFastISel.h43 class LoadInst; variable
301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DFastISel.h43 class LoadInst; variable
301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DFastISel.h43 class LoadInst; variable
301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DFastISel.h43 class LoadInst; variable
301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DFastISel.h43 class LoadInst; variable
301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DFastISel.h43 class LoadInst; variable
305 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h28 class LoadInst; variable
H A DSSAUpdater.h24 class LoadInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DVNCoercion.h27 class LoadInst; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h27 class LoadInst; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.h21 class LoadInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DVNCoercion.h27 class LoadInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DVNCoercion.h27 class LoadInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DVNCoercion.h27 class LoadInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLoads.h26 class LoadInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLoads.h26 class LoadInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLoads.h26 class LoadInst; variable
DInstructionSimplify.h48 class LoadInst; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLoads.h26 class LoadInst; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLoads.h26 class LoadInst; variable

12345