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

  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 114 MCInst CallInst;
115 CallInst.setOpcode(SP::CALL);
116 CallInst.addOperand(Callee);
117 OutStreamer.EmitInstruction(CallInst, STI);
  /external/llvm/lib/IR/
Instructions.cpp 36 ? cast<CallInst>(II)->op_end() - 1 // Skip Callee
260 // CallInst Implementation
263 CallInst::~CallInst() {
266 void CallInst::init(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr) {
288 void CallInst::init(Value *Func, const Twine &NameStr) {
302 CallInst::CallInst(Value *Func, const Twine &Name,
307 OperandTraits<CallInst>::op_end(this) - 1,
312 CallInst::CallInst(Value *Func, const Twine &Name
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 43 milliseconds