Searched defs:OutOps (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp54 std::vector<SDValue> &OutOps) override;
201 std::vector<SDValue> &OutOps) {
211 OutOps.push_back(Op0);
212 OutOps.push_back(Op1);
199 SelectInlineAsmMemoryOperand(const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp113 std::vector<SDValue> &OutOps) override;
289 std::vector<SDValue> &OutOps) {
299 OutOps.push_back(Op0);
300 OutOps.push_back(Op1);
288 SelectInlineAsmMemoryOperand(const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp228 std::vector<SDValue> &OutOps) {
230 OutOps.push_back(Op);
227 SelectInlineAsmMemoryOperand(const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp71 std::vector<SDValue> &OutOps) override;
114 std::vector<SDValue> &OutOps) {
129 OutOps.push_back(Reg);
130 OutOps.push_back(Op.getOperand(0));
113 SelectInlineAsmMemoryOperand(const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h84 /// OutOps vector.
87 std::vector<SDValue> &OutOps) {
85 SelectInlineAsmMemoryOperand(const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3588 const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) {
3595 OutOps.push_back(Op0);
3596 OutOps.push_back(CurDAG->getTargetConstant(0, MVT::i32));
3600 OutOps.push_back(Op0);
3601 OutOps.push_back(Op1);
3587 SelectInlineAsmMemoryOperand( const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp330 std::vector<SDValue> &OutOps) override;
1131 std::vector<SDValue> &OutOps) {
1140 OutOps.push_back(Base);
1141 OutOps.push_back(Disp);
1142 OutOps.push_back(Index);
1129 SelectInlineAsmMemoryOperand(const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp71 std::vector<SDValue> &OutOps) override;
216 const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) {
221 OutOps.push_back(Op);
215 SelectInlineAsmMemoryOperand( const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp90 std::vector<SDValue> &OutOps) override;
1593 std::vector<SDValue> &OutOps) {
1606 OutOps.push_back(Op0);
1607 OutOps.push_back(Op1);
1592 SelectInlineAsmMemoryOperand(const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp261 std::vector<SDValue> &OutOps) override;
3453 std::vector<SDValue> &OutOps) {
3458 OutOps.push_back(Op);
3452 SelectInlineAsmMemoryOperand(const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp233 std::vector<SDValue> &OutOps) override;
2762 std::vector<SDValue> &OutOps) {
2774 OutOps.push_back(Op0);
2775 OutOps.push_back(Op1);
2776 OutOps.push_back(Op2);
2777 OutOps.push_back(Op3);
2778 OutOps.push_back(Op4);
2761 SelectInlineAsmMemoryOperand(const SDValue &Op, char ConstraintCode, std::vector<SDValue> &OutOps) argument
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5362 SDValue OutOps[] = { OutLo, OutHi }; local
5363 return DAG.getMergeValues(OutOps, dl);
5391 SDValue OutOps[] = { OutLo, OutHi }; local
5392 return DAG.getMergeValues(OutOps, dl);
5420 SDValue OutOps[] = { OutLo, OutHi }; local
5421 return DAG.getMergeValues(OutOps, dl);

Completed in 305 milliseconds