HomeSort by relevance Sort by last modified time
    Searched refs:SDLoc (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 29 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
38 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL,
SystemZSelectionDAGInfo.cpp 29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
51 static SDValue memsetStore(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
64 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.h 37 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
45 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
X86ISelLowering.h 794 SDLoc dl, SelectionDAG &DAG,
799 SDLoc dl, SelectionDAG &DAG,
803 SDLoc dl, SelectionDAG &DAG,
825 int FPDiff, SDLoc dl) const;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 385 SDValue getGlobalAddress(const GlobalValue *GV, SDLoc DL, EVT VT,
388 SDValue getTargetGlobalAddress(const GlobalValue *GV, SDLoc DL, EVT VT,
423 SDValue getBasicBlock(MachineBasicBlock *MBB, SDLoc dl);
425 SDValue getExternalSymbol(const char *Sym, SDLoc dl, EVT VT);
431 SDValue getEHLabel(SDLoc dl, SDValue Root, MCSymbol *Label);
441 SDValue getCopyToReg(SDValue Chain, SDLoc dl, unsigned Reg, SDValue N) {
449 SDValue getCopyToReg(SDValue Chain, SDLoc dl, unsigned Reg, SDValue N,
457 SDValue getCopyToReg(SDValue Chain, SDLoc dl, SDValue Reg, SDValue N,
464 SDValue getCopyFromReg(SDValue Chain, SDLoc dl, unsigned Reg, EVT VT) {
473 SDValue getCopyFromReg(SDValue Chain, SDLoc dl, unsigned Reg, EVT VT
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h 29 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
HexagonSelectionDAGInfo.cpp 30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain,
HexagonISelLowering.h 111 SDLoc dl, SelectionDAG &DAG,
122 SDLoc dl, SelectionDAG &DAG,
136 SDLoc dl, SelectionDAG &DAG) const;
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 48 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
58 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
ARMISelLowering.h 418 void PassF64ArgInRegs(SDLoc dl, SelectionDAG &DAG,
427 SDLoc dl) const;
432 SDLoc dl, SelectionDAG &DAG,
481 SDLoc dl, SelectionDAG &DAG,
489 SDLoc dl, SelectionDAG &DAG,
493 SDLoc dl, SDValue &Chain,
502 SDLoc dl, SDValue &Chain,
542 SDLoc dl, SelectionDAG &DAG) const;
549 SDValue &ARMcc, SelectionDAG &DAG, SDLoc dl) const;
551 SelectionDAG &DAG, SDLoc dl) const
    [all...]
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
74 EmitTargetCodeForMemmove(SelectionDAG &DAG, SDLoc dl,
90 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 81 SDLoc dl, SelectionDAG &DAG,
87 SDLoc dl, SelectionDAG &DAG,
93 SDLoc dl, SelectionDAG &DAG,
109 SDLoc dl, SelectionDAG &DAG) const;
114 SDLoc DL, SelectionDAG &DAG) const;
119 SDLoc DL, SelectionDAG &DAG) const;
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 158 SDValue Trunc, SDValue ExtLoad, SDLoc DL,
249 SDValue ReassociateOps(unsigned Opc, SDLoc DL, SDValue LHS, SDValue RHS);
255 SDValue SimplifySelect(SDLoc DL, SDValue N0, SDValue N1, SDValue N2);
256 SDValue SimplifySelectCC(SDLoc DL, SDValue N0, SDValue N1, SDValue N2,
260 SDLoc DL, bool foldBooleans = true);
270 SDNode *MatchRotate(SDValue LHS, SDValue RHS, SDLoc DL);
494 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(),
499 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(),
513 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(),
524 return DAG.getNode(Op.getOpcode(), SDLoc(Op), Op.getValueType()
    [all...]
LegalizeFloatTypes.cpp 121 return DAG.getNode(ISD::BUILD_PAIR, SDLoc(N),
136 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N),
150 return DAG.getNode(ISD::AND, SDLoc(N), NVT, Op, Mask);
163 NVT, Ops, 2, false, SDLoc(N));
175 NVT, &Op, 1, false, SDLoc(N));
181 SDLoc dl(N);
229 NVT, &Op, 1, false, SDLoc(N));
242 NVT, Ops, 2, false, SDLoc(N));
254 NVT, &Op, 1, false, SDLoc(N));
266 NVT, &Op, 1, false, SDLoc(N))
    [all...]
LegalizeVectorTypes.cpp 131 return DAG.getNode(N->getOpcode(), SDLoc(N),
139 return DAG.getNode(N->getOpcode(), SDLoc(N),
151 return DAG.getNode(ISD::BITCAST, SDLoc(N),
161 return DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, InOp);
168 return DAG.getConvertRndSat(NewVT, SDLoc(N),
177 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N),
185 return DAG.getNode(ISD::FP_ROUND, SDLoc(N),
191 return DAG.getNode(ISD::FPOWI, SDLoc(N),
202 Op = DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, Op);
212 SDLoc(N)
    [all...]
LegalizeIntegerTypes.cpp 156 return DAG.getNode(ISD::AssertSext, SDLoc(N),
163 return DAG.getNode(ISD::AssertZext, SDLoc(N),
169 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N),
182 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N),
196 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N),
212 SDLoc dl(N);
267 SDLoc dl(N);
277 return DAG.getNode(ISD::ANY_EXTEND, SDLoc(N),
286 SDLoc dl(N);
304 return DAG.getConvertRndSat(OutVT, SDLoc(N), N->getOperand(0)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.h 35 std::pair<SDNode*, SDNode*> selectMULT(SDNode *N, unsigned Opc, SDLoc dl,
39 SDLoc DL, SDNode *Node) const;
Mips16ISelDAGToDAG.h 26 std::pair<SDNode*, SDNode*> selectMULT(SDNode *N, unsigned Opc, SDLoc DL,
MipsISelLowering.h 339 SDLoc dl, SelectionDAG &DAG,
379 void copyByValRegs(SDValue Chain, SDLoc DL,
387 void passByValArg(SDValue Chain, SDLoc DL,
398 SDValue Chain, SDLoc DL, SelectionDAG &DAG) const;
404 SDLoc dl, SelectionDAG &DAG,
408 SDValue Arg, SDLoc DL, bool IsTailCall,
426 SDLoc dl, SelectionDAG &DAG) const;
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 490 SDLoc dl) const;
513 SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, SDLoc dl) const;
528 SDLoc dl, SelectionDAG &DAG,
530 SDValue FinishCall(CallingConv::ID CallConv, SDLoc dl, bool isTailCall,
545 SDLoc dl, SelectionDAG &DAG,
563 SDLoc dl, SelectionDAG &DAG) const;
567 SDValue ArgVal, SDLoc dl) const;
578 SDLoc dl, SelectionDAG &DAG,
584 SDLoc dl, SelectionDAG &DAG,
590 SDLoc dl, SelectionDAG &DAG
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 134 SDLoc dl, SelectionDAG &DAG,
141 SDLoc dl,
148 SDLoc dl, SelectionDAG &DAG,
155 SDLoc dl, SelectionDAG &DAG,
166 SDLoc dl, SelectionDAG &DAG) const;
  /external/llvm/lib/Target/R600/
R600ISelLowering.h 39 SDLoc DL, SelectionDAG &DAG,
49 SDLoc DL, unsigned DwordOffset) const;
SIISelLowering.h 24 SDValue LowerParameter(SelectionDAG &DAG, EVT VT, SDLoc DL,
51 SDLoc DL, SelectionDAG &DAG,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 154 SDLoc dl, SelectionDAG &DAG,
161 SDLoc dl, SelectionDAG &DAG) const;
169 SDLoc dl, SelectionDAG &DAG,
175 void SaveVarArgRegisters(CCState &CCInfo, SelectionDAG &DAG, SDLoc DL,
207 SDValue &A64cc, SelectionDAG &DAG, SDLoc &dl) const;
242 SDValue LowerTLSDescCall(SDValue SymAddr, SDValue DescAddr, SDLoc DL,
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 118 SDLoc dl, SelectionDAG &DAG,
126 SDLoc dl, SelectionDAG &DAG,
131 SDLoc dl, SelectionDAG &DAG,
136 SDValue lowerLoadWordFromAlignedBasePlusOffset(SDLoc DL, SDValue Chain,
180 SDLoc dl, SelectionDAG &DAG,
192 SDLoc dl, SelectionDAG &DAG) const;

Completed in 392 milliseconds

1 2 3