Searched refs:SDLoc (Results 1 - 25 of 86) sorted by relevance

1234

/external/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h49 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
66 EmitTargetCodeForMemmove(SelectionDAG &DAG, SDLoc dl,
82 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
95 EmitTargetCodeForMemcmp(SelectionDAG &DAG, SDLoc dl,
108 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc dl, SDValue Chain,
121 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
134 EmitTargetCodeForStrcmp(SelectionDAG &DAG, SDLoc dl,
143 EmitTargetCodeForStrlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
149 EmitTargetCodeForStrnlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h27 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL,
40 EmitTargetCodeForMemcmp(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
46 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
51 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
58 EmitTargetCodeForStrcmp(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
64 EmitTargetCodeForStrlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
69 EmitTargetCodeForStrnlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
H A DSystemZSelectionDAGInfo.cpp26 static SDValue emitMemMem(SelectionDAG &DAG, SDLoc DL, unsigned Sequence,
50 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
67 static SDValue memsetStore(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
81 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
153 static SDValue emitCLC(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
177 static SDValue addIPMSequence(SDLoc DL, SDValue Glue, SelectionDAG &DAG) {
187 EmitTargetCodeForMemcmp(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
202 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
230 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
241 EmitTargetCodeForStrcmp(SelectionDAG &DAG, SDLoc D
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h430 SDValue getConstant(uint64_t Val, SDLoc DL, EVT VT, bool isTarget = false,
432 SDValue getConstant(const APInt &Val, SDLoc DL, EVT VT, bool isTarget = false,
434 SDValue getConstant(const ConstantInt &Val, SDLoc DL, EVT VT,
436 SDValue getIntPtrConstant(uint64_t Val, SDLoc DL, bool isTarget = false);
437 SDValue getTargetConstant(uint64_t Val, SDLoc DL, EVT VT,
441 SDValue getTargetConstant(const APInt &Val, SDLoc DL, EVT VT,
445 SDValue getTargetConstant(const ConstantInt &Val, SDLoc DL, EVT VT,
451 SDValue getConstantFP(double Val, SDLoc DL, EVT VT, bool isTarget = false);
452 SDValue getConstantFP(const APFloat& Val, SDLoc DL, EVT VT,
454 SDValue getConstantFP(const ConstantFP &CF, SDLoc D
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.h24 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain,
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h41 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
49 SDValue EmitTargetCodeForMemmove(SelectionDAG &DAG, SDLoc dl,
57 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
64 SDValue EmitSpecializedLibcall(SelectionDAG &DAG, SDLoc dl,
/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.h24 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
41 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
/external/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.h27 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
H A DXCoreISelLowering.h151 SDLoc dl, SelectionDAG &DAG,
159 SDLoc dl, SelectionDAG &DAG,
164 SDValue lowerLoadWordFromAlignedBasePlusOffset(SDLoc DL, SDValue Chain,
213 SDLoc dl, SelectionDAG &DAG,
225 SDLoc dl, SelectionDAG &DAG) const override;
H A DXCoreISelDAGToDAG.cpp50 inline SDValue getI32Imm(unsigned Imm, SDLoc dl) {
93 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32);
103 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), SDLoc(Addr),
134 SDLoc dl(N);
229 return CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, Ops);
233 SDLoc dl(N);
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.h57 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL,
69 SDLoc DL, SelectionDAG &DAG,
74 const SmallVectorImpl<SDValue> &OutVals, SDLoc DL,
H A DBPFISelDAGToDAG.cpp60 SDLoc DL(Addr);
95 SDLoc DL(Addr);
139 SDLoc DL(Node);
161 return CurDAG->getMachineNode(Opc, SDLoc(Node), VT, TFI);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h115 SDLoc dl, SelectionDAG &DAG,
121 SDLoc dl, SelectionDAG &DAG,
127 SDLoc dl, SelectionDAG &DAG,
143 SDLoc dl, SelectionDAG &DAG) const override;
148 SDLoc DL, SelectionDAG &DAG) const;
153 SDLoc DL, SelectionDAG &DAG) const;
167 SDValue Arg, SDLoc DL,
174 SDLoc DL,
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h136 SDLoc dl, SelectionDAG &DAG,
143 SDLoc dl,
150 SDLoc dl, SelectionDAG &DAG,
157 SDLoc dl, SelectionDAG &DAG,
167 SDLoc dl, SelectionDAG &DAG) const override;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp215 SDValue Trunc, SDValue ExtLoad, SDLoc DL,
329 SDValue ReassociateOps(unsigned Opc, SDLoc DL, SDValue LHS, SDValue RHS);
335 SDValue SimplifySelect(SDLoc DL, SDValue N0, SDValue N1, SDValue N2);
336 SDValue SimplifySelectCC(SDLoc DL, SDValue N0, SDValue N1, SDValue N2,
340 SDLoc DL, bool foldBooleans = true);
367 SDLoc DL);
368 SDNode *MatchRotate(SDValue LHS, SDValue RHS, SDLoc DL);
418 SDLoc SL,
649 return DAG.getConstantFP(V, SDLoc(Op), Op.getValueType());
658 return DAG.getNode(ISD::FSUB, SDLoc(O
[all...]
H A DLegalizeFloatTypes.cpp140 return DAG.getNode(ISD::BUILD_PAIR, SDLoc(N),
152 return DAG.getConstant(CN->getValueAPF().bitcastToAPInt(), SDLoc(CN),
159 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N),
174 SDValue Mask = DAG.getConstant(API, SDLoc(N), NVT);
176 return DAG.getNode(ISD::AND, SDLoc(N), NVT, Op, Mask);
189 NVT, Ops, false, SDLoc(N)).first;
202 NVT, Ops, false, SDLoc(N)).first;
215 NVT, Ops, false, SDLoc(N)).first;
227 NVT, Op, false, SDLoc(N)).first;
236 SDLoc d
[all...]
H A DLegalizeIntegerTypes.cpp170 return DAG.getNode(ISD::AssertSext, SDLoc(N),
177 return DAG.getNode(ISD::AssertZext, SDLoc(N),
183 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N),
196 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N),
221 ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, SDLoc(N), N->getMemoryVT(), VTs,
235 N->getOpcode(), SDLoc(N), N->getMemoryVT(), VTs, N->getChain(),
250 SDLoc dl(N);
311 SDLoc dl(N);
324 SDLoc dl(N);
336 return DAG.getNode(ISD::ANY_EXTEND, SDLoc(
[all...]
H A DLegalizeVectorTypes.cpp148 return DAG.getNode(N->getOpcode(), SDLoc(N),
156 return DAG.getNode(N->getOpcode(), SDLoc(N),
168 return DAG.getNode(ISD::BITCAST, SDLoc(N),
178 return DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, InOp);
185 return DAG.getConvertRndSat(NewVT, SDLoc(N),
194 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N),
202 return DAG.getNode(ISD::FP_ROUND, SDLoc(N),
208 return DAG.getNode(ISD::FPOWI, SDLoc(N),
219 Op = DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, Op);
229 SDLoc(
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h39 SDLoc DL, SelectionDAG &DAG,
51 SDLoc DL, unsigned DwordOffset) const;
56 SDLoc DL) const;
H A DAMDGPUISelDAGToDAG.cpp142 SDNode *getS_BFE(unsigned Opcode, SDLoc DL, SDValue Val,
216 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32);
219 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32);
226 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32);
249 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i64);
252 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i64);
259 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i64);
275 SDValue M0 = Lowering.copyToM0(*CurDAG, CurDAG->getEntryNode(), SDLoc(N),
276 CurDAG->getTargetConstant(-1, SDLoc(N), MVT::i32));
358 SDLoc D
[all...]
H A DSIISelLowering.h24 SDValue LowerParameter(SelectionDAG &DAG, EVT VT, EVT MemVT, SDLoc DL,
95 SDLoc DL, SelectionDAG &DAG,
116 MachineSDNode *wrapAddr64Rsrc(SelectionDAG &DAG, SDLoc DL, SDValue Ptr) const;
118 SDLoc DL,
126 SDValue copyToM0(SelectionDAG &DAG, SDValue Chain, SDLoc DL, SDValue V) const;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h696 SelectionDAG &DAG, SDLoc dl) const;
698 SDLoc dl) const;
700 SDLoc dl) const;
718 SDLoc dl) const;
746 SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, SDLoc dl) const;
766 SDLoc dl, SelectionDAG &DAG,
768 SDValue FinishCall(CallingConv::ID CallConv, SDLoc dl, bool isTailCall,
784 SDLoc dl, SelectionDAG &DAG,
802 SDLoc dl, SelectionDAG &DAG) const override;
806 SDValue ArgVal, SDLoc d
[all...]
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.h26 std::pair<SDNode*, SDNode*> selectMULT(SDNode *N, unsigned Opc, SDLoc DL,
H A DMipsISelLowering.h303 SDValue getAddrLocal(NodeTy *N, SDLoc DL, EVT Ty, SelectionDAG &DAG,
323 SDValue getAddrGlobal(NodeTy *N, SDLoc DL, EVT Ty, SelectionDAG &DAG,
336 SDValue getAddrGlobalLargeGOT(NodeTy *N, SDLoc DL, EVT Ty,
354 SDValue getAddrNonPIC(NodeTy *N, SDLoc DL, EVT Ty,
368 SDValue getAddrGPRel(NodeTy *N, SDLoc DL, EVT Ty, SelectionDAG &DAG) const {
420 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl,
459 void copyByValRegs(SDValue Chain, SDLoc DL, std::vector<SDValue> &OutChains,
467 void passByValArg(SDValue Chain, SDLoc DL,
479 SDLoc DL, SelectionDAG &DAG, CCState &State) const;
485 SDLoc d
[all...]

Completed in 817 milliseconds

1234