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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 182 const MDNode *LocMD = 0;
185 (LocMD = MI->getOperand(i-1).getMetadata()) &&
186 LocMD->getNumOperands() != 0) {
187 if (const ConstantInt *CI = dyn_cast<ConstantInt>(LocMD->getOperand(0))) {
369 EmitInlineAsm(OS.str(), LocMD);
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 123 milliseconds