Searched refs:Op3 (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h60 SDValue Op3, unsigned Align, bool isVolatile,
77 SDValue Op3, unsigned Align, bool isVolatile,
93 SDValue Op3, unsigned Align, bool isVolatile,
57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
74 EmitTargetCodeForMemmove(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
90 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h61 SDValue Op3, unsigned Align,
/external/llvm/lib/Target/PTX/
H A DPTXSelectionDAGInfo.h45 SDValue Op3, unsigned Align,
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp441 const MachineOperand &Op3 = MI.getOperand(Op+3);
446 if (Op3.isGlobal()) {
447 DispForReloc = &Op3;
448 } else if (Op3.isSymbol()) {
449 DispForReloc = &Op3;
450 } else if (Op3.isCPI()) {
452 DispForReloc = &Op3;
454 DispVal += MCE.getConstantPoolEntryAddress(Op3.getIndex());
455 DispVal += Op3.getOffset();
457 } else if (Op3
[all...]
H A DX86ISelDAGToDAG.cpp2514 SDValue Op0, Op1, Op2, Op3, Op4; local
2520 if (!SelectAddr(0, Op, Op0, Op1, Op2, Op3, Op4))
2528 OutOps.push_back(Op3);
H A DX86ISelLowering.cpp10627 unsigned Op3 = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); local
10631 if (!Op1 && !Op2 && !Op3 && Op4)
10635 if (Op1 && !Op2 && !Op3 && !Op4)
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h714 SDValue Op3);
716 SDValue Op3, SDValue Op4);
718 SDValue Op3, SDValue Op4, SDValue Op5);
731 SDValue Op1, SDValue Op2, SDValue Op3);
747 EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3);
749 EVT VT2, EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3);
770 SDValue Op1, SDValue Op2, SDValue Op3);
779 EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3);
785 EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3);
H A DSelectionDAGNodes.h736 const SDValue &Op2, const SDValue &Op3) {
744 Ops[3].setInitial(Op3);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4734 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3) { argument
4735 SDValue Ops[] = { Op1, Op2, Op3 };
4741 SDValue Op3, SDValue Op4) {
4742 SDValue Ops[] = { Op1, Op2, Op3, Op4 };
4748 SDValue Op3, SDValue Op4, SDValue Op5) {
4749 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 };
4827 SDValue Op2, SDValue Op3) {
4829 SDValue Ops[] = { Op1, Op2, Op3 };
4886 SDValue Op3) {
4888 SDValue Ops[] = { Op1, Op2, Op3 };
4740 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3, SDValue Op4) argument
4747 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3, SDValue Op4, SDValue Op5) argument
4825 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1, SDValue Op2, SDValue Op3) argument
4883 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3) argument
4892 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3) argument
5043 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1, SDValue Op2, SDValue Op3) argument
5080 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3) argument
5106 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3) argument
[all...]
H A DSelectionDAGBuilder.cpp4509 SDValue Op3 = getValue(I.getArgOperand(2)); local
4512 DAG.setRoot(DAG.getMemcpy(getRoot(), dl, Op1, Op2, Op3, Align, isVol, false,
4525 SDValue Op3 = getValue(I.getArgOperand(2)); local
4528 DAG.setRoot(DAG.getMemset(getRoot(), dl, Op1, Op2, Op3, Align, isVol,
4542 SDValue Op3 = getValue(I.getArgOperand(2)); local
4545 DAG.setRoot(DAG.getMemmove(getRoot(), dl, Op1, Op2, Op3, Align, isVol,
H A DLegalizeIntegerTypes.cpp195 SDValue Op3 = GetPromotedInteger(N->getOperand(3)); local
198 Op2, Op3, N->getMemOperand(), N->getOrdering(),

Completed in 178 milliseconds