Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDSSAUpdater.h24 class LoadInst; variable
HDLocal.h33 class LoadInst; variable
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDMemoryLocation.h25 class LoadInst; variable
HDAliasSetTracker.h30 class LoadInst; variable
HDAliasAnalysis.h48 class LoadInst; variable
/NextBSD/contrib/llvm/lib/IR/
HDInstructions.cpp885 LoadInst::LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef) in LoadInst() function in LoadInst
888 LoadInst::LoadInst(Value *Ptr, const Twine &Name, BasicBlock *InsertAE) in LoadInst() function in LoadInst
891 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
895 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
899 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
904 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
909 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
921 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() function in LoadInst
934 LoadInst::LoadInst(Value *Ptr, const char *Name, Instruction *InsertBef) in LoadInst() function in LoadInst
944 LoadInst::LoadInst(Value *Ptr, const char *Name, BasicBlock *InsertAE) in LoadInst() function in LoadInst
[all …]
/NextBSD/contrib/llvm/lib/Analysis/
HDMemoryBuiltins.cpp549 SizeOffsetType ObjectSizeOffsetVisitor::visitLoadInst(LoadInst&) { in visitLoadInst() argument
731 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitLoadInst(LoadInst&) { in visitLoadInst() argument
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFastISel.h286 const LoadInst * /*LI*/) { in tryToFoldLoadIntoMI()
HDSelectionDAGISel.h38 class LoadInst; variable
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.h58 class LoadInst; variable
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.cpp966 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD in emitEpilogue() local