Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h39 class LoadInst; variable
121 const LoadInst * /*LI*/) { in TryToFoldLoad()
DSelectionDAGISel.h37 class LoadInst; variable
/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
DAliasAnalysis.h49 class LoadInst; variable
/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
DAliasAnalysis.h45 class LoadInst; variable
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h233 static inline bool classof(const LoadInst *) { return true; } in classof()
/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 …]
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp596 SizeOffsetType ObjectSizeOffsetVisitor::visitLoadInst(LoadInst&) { in visitLoadInst() argument
795 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitLoadInst(LoadInst&) { in visitLoadInst() argument
/external/llvm/include/llvm/CodeGen/
DFastISel.h290 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
DSelectionDAGISel.h38 class LoadInst; variable
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp417 static unsigned isMatchingStore(MachineInstr &LoadInst, in isMatchingStore()
601 static bool isLdOffsetInRangeOfSt(MachineInstr &LoadInst, in isLdOffsetInRangeOfSt()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h54 class LoadInst; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h58 class LoadInst; variable
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1136 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD in emitEpilogue() local