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

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCCodeEmitter.cpp 89 void EmitImmediate(const MCInst &MI, unsigned opNo, bool pcrel,
152 EmitImmediate(const MCInst &MI, unsigned opNo, bool pcrel, unsigned &CurByte,
154 assert(MI.getNumOperands()>opNo && "Not enought operands for instruction");
156 MCOperand oper = MI.getOperand(opNo);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 428 unsigned opNo = UI.getOperandNo();
429 if (opNo == 0) return true; // Storing addr, not into addr.
430 MemoryUses.push_back(std::make_pair(SI, opNo));
553 unsigned OpNo = MemoryUses[i].second;
557 Value *Address = User->getOperand(OpNo);
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 288 milliseconds