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

  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 159 std::vector<SDValue> AsmNodeOperands;
180 AsmNodeOperands.push_back(op);
198 AsmNodeOperands.push_back(op);
261 SDValue Chain = AsmNodeOperands[InlineAsm::Op_InputChain];
287 AsmNodeOperands[InlineAsm::Op_InputChain] = Chain;
301 AsmNodeOperands[AsmNodeOperands.size() -1] = CurDAG->getTargetConstant(
304 AsmNodeOperands.push_back(PairedReg);
311 AsmNodeOperands.push_back(Glue);
316 CurDAG->getVTList(MVT::Other, MVT::Glue), AsmNodeOperands);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]

Completed in 55 milliseconds