Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp343 findPotentialBlockers(MachineInstr *LoadInst) { in findPotentialBlockers()
385 void X86AvoidSFBPass::buildCopy(MachineInstr *LoadInst, unsigned NLoadOpcode, in buildCopy()
434 void X86AvoidSFBPass::buildCopies(int Size, MachineInstr *LoadInst, in buildCopies()
496 static void updateKillStatus(MachineInstr *LoadInst, MachineInstr *StoreInst) { in updateKillStatus()
560 unsigned X86AvoidSFBPass::getRegSizeInBytes(MachineInstr *LoadInst) { in getRegSizeInBytes()
567 MachineInstr *LoadInst, MachineInstr *StoreInst, in breakBlockedCopies()
612 static bool hasSameBaseOpValue(MachineInstr *LoadInst, in hasSameBaseOpValue()
682 MachineInstr *LoadInst = LoadStoreInstPair.first; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h29 class LoadInst; variable
DSSAUpdater.h25 class LoadInst; variable
DLocal.h52 class LoadInst; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h39 class LoadInst; variable
121 const LoadInst * /*LI*/) { in TryToFoldLoad()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DLocal.h27 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryLocation.h26 class LoadInst; variable
DMemoryBuiltins.h47 class LoadInst; variable
DMemoryDependenceAnalysis.h44 class LoadInst; variable
DAliasSetTracker.h39 class LoadInst; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h42 class LoadInst; variable
DGVN.h47 class LoadInst; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFastISel.h44 class LoadInst; variable
306 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DFunctionComparator.cpp35 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TestFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp96 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F() local
232 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F() local
494 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F() local
539 LoadInst *LoadInst = B.CreateLoad(PointerArg); in TEST_F() local
906 LoadInst *LoadInst = B.CreateLoad(FirstArg); in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp935 LoadInst::LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef) in LoadInst() function in LoadInst
945 LoadInst::LoadInst(Value *Ptr, const Twine &Name, BasicBlock *InsertAE) in LoadInst() function in LoadInst
955 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
966 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
977 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
988 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
999 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1012 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1025 LoadInst::LoadInst(Value *Ptr, const char *Name, Instruction *InsertBef) in LoadInst() function in LoadInst
1035 LoadInst::LoadInst(Value *Ptr, const char *Name, BasicBlock *InsertAE) in LoadInst() function in LoadInst
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasSetTracker.h30 class LoadInst; variable
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h233 static inline bool classof(const LoadInst *) { return true; } in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp1092 LoadInst::LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef) in LoadInst() function in LoadInst
1095 LoadInst::LoadInst(Value *Ptr, const Twine &Name, BasicBlock *InsertAE) in LoadInst() function in LoadInst
1098 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1102 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1106 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1111 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1116 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1128 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1141 LoadInst::LoadInst(Value *Ptr, const char *Name, Instruction *InsertBef) in LoadInst() function in LoadInst
1151 LoadInst::LoadInst(Value *Ptr, const char *Name, BasicBlock *InsertAE) in LoadInst() function in LoadInst
[all …]
/external/llvm/lib/IR/
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 …]

12