Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h23 class LoadInst; variable
H A DLocal.h32 class LoadInst; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h30 class LoadInst; variable
H A DAliasAnalysis.h46 class LoadInst; variable
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp932 LoadInst::LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef) in LoadInst() function in LoadInst
942 LoadInst::LoadInst(Value *Ptr, const Twine &Name, BasicBlock *InsertAE) in LoadInst() function in LoadInst
952 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
963 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
974 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
985 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
996 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1009 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
1022 LoadInst::LoadInst(Value *Ptr, const char *Name, Instruction *InsertBef) in LoadInst() function in LoadInst
1032 LoadInst::LoadInst(Value *Ptr, const char *Name, BasicBlock *InsertAE) in LoadInst() function in LoadInst
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp569 SizeOffsetType ObjectSizeOffsetVisitor::visitLoadInst(LoadInst&) { in visitLoadInst() argument
752 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitLoadInst(LoadInst&) { in visitLoadInst() argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h281 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
H A DSelectionDAGISel.h38 class LoadInst; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h56 class LoadInst; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp912 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD in emitEpilogue() local