/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 339 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 D | X86AvoidStoreForwardingBlocks.cpp | 338 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 D | Instructions.h | 203 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 D | MemorySSA.cpp | 91 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 D | Instructions.cpp | 1326 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/ |
D | FastISel.h | 43 class LoadInst; variable 301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | FastISel.h | 43 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 D | FastISel.h | 43 class LoadInst; variable 301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | FastISel.h | 43 class LoadInst; variable 301 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | FastISel.h | 43 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 D | FastISel.h | 43 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 D | VNCoercion.h | 28 class LoadInst; variable
|
H A D | SSAUpdater.h | 24 class LoadInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | VNCoercion.h | 27 class LoadInst; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | VNCoercion.h | 27 class LoadInst; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.h | 21 class LoadInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | VNCoercion.h | 27 class LoadInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | VNCoercion.h | 27 class LoadInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | VNCoercion.h | 27 class LoadInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | Loads.h | 26 class LoadInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | Loads.h | 26 class LoadInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | Loads.h | 26 class LoadInst; variable
|
D | InstructionSimplify.h | 48 class LoadInst; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | Loads.h | 26 class LoadInst; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | Loads.h | 26 class LoadInst; variable
|