Searched refs:AsmNodeOperands (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6054 // AsmNodeOperands - The operands for the ISD::INLINEASM node.
6055 std::vector<SDValue> AsmNodeOperands; local
6056 AsmNodeOperands.push_back(SDValue()); // reserve space for input chain
6057 AsmNodeOperands.push_back(
6065 AsmNodeOperands.push_back(DAG.getMDNode(SrcLoc));
6099 AsmNodeOperands.push_back(DAG.getTargetConstant(ExtraInfo,
6121 AsmNodeOperands.push_back(DAG.getTargetConstant(OpFlags,
6123 AsmNodeOperands.push_back(OpInfo.CallOperand);
6157 false, 0, DAG, AsmNodeOperands);
6174 cast<ConstantSDNode>(AsmNodeOperands[CurO
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3491 std::vector<SDValue> AsmNodeOperands; local
3511 AsmNodeOperands.push_back(op);
3529 AsmNodeOperands.push_back(op);
3593 SDValue Chain = AsmNodeOperands[InlineAsm::Op_InputChain];
3608 AsmNodeOperands[InlineAsm::Op_InputChain] = Chain;
3619 AsmNodeOperands[AsmNodeOperands.size() -1] = CurDAG->getTargetConstant(
3622 AsmNodeOperands.push_back(PairedReg);
3629 AsmNodeOperands.push_back(Glue);
3634 CurDAG->getVTList(MVT::Other, MVT::Glue), &AsmNodeOperands[
[all...]

Completed in 265 milliseconds