HomeSort by relevance Sort by last modified time
    Searched defs:LoadInst (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 858 const MCInstrDesc& LoadInst = TII.get( isPPC64 ? PPC::LD
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 146 // LoadInst Class
149 /// LoadInst - an instruction for reading from memory. This uses the
152 class LoadInst : public UnaryInstruction {
155 LoadInst *clone_impl() const override;
157 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
158 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd);
159 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false,
161 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
163 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
165 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile
    [all...]

Completed in 221 milliseconds