Searched refs:dl (Results 76 - 100 of 311) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, argument
H A DHexagonISelDAGToDAG.cpp95 SDNode *SelectBaseOffsetLoad(LoadSDNode *LD, DebugLoc dl);
96 SDNode *SelectIndexedLoad(LoadSDNode *LD, DebugLoc dl);
98 DebugLoc dl);
100 DebugLoc dl);
101 SDNode *SelectBaseOffsetStore(StoreSDNode *ST, DebugLoc dl);
102 SDNode *SelectIndexedStore(StoreSDNode *ST, DebugLoc dl);
337 SDNode *HexagonDAGToDAGISel::SelectBaseOffsetLoad(LoadSDNode *LD, DebugLoc dl) { argument
352 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
354 dl, PointerTy,
365 SDNode* Result = CurDAG->getMachineNode(Opcode, dl,
383 SelectIndexedLoadSignExtend64(LoadSDNode *LD, unsigned Opcode, DebugLoc dl) argument
447 SelectIndexedLoadZeroExtend64(LoadSDNode *LD, unsigned Opcode, DebugLoc dl) argument
524 SelectIndexedLoad(LoadSDNode *LD, DebugLoc dl) argument
619 DebugLoc dl = N->getDebugLoc(); local
634 SelectIndexedStore(StoreSDNode *ST, DebugLoc dl) argument
703 SelectBaseOffsetStore(StoreSDNode *ST, DebugLoc dl) argument
758 DebugLoc dl = N->getDebugLoc(); local
771 DebugLoc dl = N->getDebugLoc(); local
855 DebugLoc dl = N->getDebugLoc(); local
922 DebugLoc dl = N->getDebugLoc(); local
1035 DebugLoc dl = N->getDebugLoc(); local
1111 DebugLoc dl = N->getDebugLoc(); local
1154 DebugLoc dl = N->getDebugLoc(); local
1205 DebugLoc dl = N->getDebugLoc(); local
1225 DebugLoc dl = N->getDebugLoc(); local
1264 DebugLoc dl = N->getDebugLoc(); local
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.S58 addb %dl,%al
77 addb %dl,%bl
95 addb %dl,%al
113 addb %dl,%bl
131 addb %dl,%al
149 addb %dl,%bl
167 addb %dl,%al
185 addb %dl,%bl
203 addb %dl,%al
221 addb %dl,
[all...]
/external/valgrind/main/none/tests/s390x/
H A Ddiv.c8 memsweep(dl, m2);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp323 DebugLoc dl = Op.getDebugLoc(); local
328 Operands[j] = DAG.getNode(ISD::BITCAST, dl, NVT, Op.getOperand(j));
333 Op = DAG.getNode(Op.getOpcode(), dl, NVT, &Operands[0], Operands.size());
335 return DAG.getNode(ISD::BITCAST, dl, VT, Op);
360 DebugLoc dl = Op.getDebugLoc(); local
367 Operands[j] = DAG.getNode(Opc, dl, NVT, Op.getOperand(j));
372 return DAG.getNode(Op.getOpcode(), dl, Op.getValueType(), &Operands[0],
378 DebugLoc dl = Op.getDebugLoc(); local
416 ScalarLoad = DAG.getLoad(WideVT, dl, Chain, BasePTR,
426 ScalarLoad = DAG.getExtLoad(ISD::EXTLOAD, dl, WideV
522 DebugLoc dl = Op.getDebugLoc(); local
749 DebugLoc dl = Op.getDebugLoc(); local
[all...]
H A DTargetLowering.cpp73 bool isSigned, DebugLoc dl) const {
93 Callee, Args, DAG, dl);
105 DebugLoc dl) const {
186 NewLHS = makeLibCall(DAG, LC1, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
190 SDValue Tmp = DAG.getNode(ISD::SETCC, dl, getSetCCResultType(RetVT),
192 NewLHS = makeLibCall(DAG, LC2, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
193 NewLHS = DAG.getNode(ISD::SETCC, dl, getSetCCResultType(RetVT), NewLHS,
195 NewLHS = DAG.getNode(ISD::OR, dl, Tmp.getValueType(), Tmp, NewLHS);
265 DebugLoc dl = Op.getDebugLoc(); local
283 SDValue New = DAG.getNode(Op.getOpcode(), dl, V
302 ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded, DebugLoc dl) argument
359 DebugLoc dl = Op.getDebugLoc(); local
2440 BuildExactSDIV(SDValue Op1, SDValue Op2, DebugLoc dl, SelectionDAG &DAG) const argument
2472 DebugLoc dl= N->getDebugLoc(); local
2532 DebugLoc dl = N->getDebugLoc(); local
[all...]
H A DSelectionDAGBuilder.cpp330 static void getCopyToPartsVector(SelectionDAG &DAG, DebugLoc dl,
647 DebugLoc dl,
655 void getCopyToRegs(SDValue Val, SelectionDAG &DAG, DebugLoc dl,
674 DebugLoc dl,
696 P = DAG.getCopyFromReg(Chain, dl, Regs[Part+i], RegisterVT);
698 P = DAG.getCopyFromReg(Chain, dl, Regs[Part+i], RegisterVT, *Flag);
745 Parts[i] = DAG.getNode(isSExt ? ISD::AssertSext : ISD::AssertZext, dl,
749 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(),
755 return DAG.getNode(ISD::MERGE_VALUES, dl,
764 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, DebugLoc dl, argument
672 getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo, DebugLoc dl, SDValue &Chain, SDValue *Flag, const Value *V) const argument
993 DebugLoc dl = DDI.getdl(); local
1599 DebugLoc dl = getCurDebugLoc(); local
3402 InsertFenceForAtomic(SDValue Chain, AtomicOrdering Order, SynchronizationScope Scope, bool Before, DebugLoc dl, SelectionDAG &DAG, const TargetLowering &TLI) argument
3427 DebugLoc dl = getCurDebugLoc(); local
3459 DebugLoc dl = getCurDebugLoc(); local
3505 DebugLoc dl = getCurDebugLoc(); local
3514 DebugLoc dl = getCurDebugLoc(); local
3543 DebugLoc dl = getCurDebugLoc(); local
3668 GetSignificand(SelectionDAG &DAG, SDValue Op, DebugLoc dl) argument
3682 GetExponent(SelectionDAG &DAG, SDValue Op, const TargetLowering &TLI, DebugLoc dl) argument
3702 expandExp(DebugLoc dl, SDValue Op, SelectionDAG &DAG, const TargetLowering &TLI) argument
3805 expandLog(DebugLoc dl, SDValue Op, SelectionDAG &DAG, const TargetLowering &TLI) argument
3901 expandLog2(DebugLoc dl, SDValue Op, SelectionDAG &DAG, const TargetLowering &TLI) argument
3996 expandLog10(DebugLoc dl, SDValue Op, SelectionDAG &DAG, const TargetLowering &TLI) argument
4084 expandExp2(DebugLoc dl, SDValue Op, SelectionDAG &DAG, const TargetLowering &TLI) argument
4179 expandPow(DebugLoc dl, SDValue LHS, SDValue RHS, SelectionDAG &DAG, const TargetLowering &TLI) argument
4435 DebugLoc dl = getCurDebugLoc(); local
5102 Args, DAG, dl); local
6595 DebugLoc dl = SDB->getCurDebugLoc(); local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp189 DebugLoc dl = MI.getDebugLoc(); local
213 BuildMI(MBB, II, dl, TII.get(PPC::ADDI), Reg)
217 BuildMI(MBB, II, dl, TII.get(PPC::LD), Reg)
221 BuildMI(MBB, II, dl, TII.get(PPC::LWZ), Reg)
229 BuildMI(MBB, II, dl, TII.get(PPC::STDUX), PPC::X1)
234 BuildMI(MBB, II, dl, TII.get(PPC::ADDI8), MI.getOperand(0).getReg())
239 BuildMI(MBB, II, dl, TII.get(PPC::ADDI8), MI.getOperand(0).getReg())
244 BuildMI(MBB, II, dl, TII.get(PPC::STWUX), PPC::R1)
250 BuildMI(MBB, II, dl, TII.get(PPC::ADDI), MI.getOperand(0).getReg())
255 BuildMI(MBB, II, dl, TI
280 DebugLoc dl = MI.getDebugLoc(); local
322 DebugLoc dl = MI.getDebugLoc(); local
392 DebugLoc dl = MI.getDebugLoc(); local
[all...]
H A DPPCISelLowering.h479 DebugLoc dl) const;
500 SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, DebugLoc dl) const;
515 DebugLoc dl, SelectionDAG &DAG,
517 SDValue FinishCall(CallingConv::ID CallConv, DebugLoc dl, bool isTailCall,
532 DebugLoc dl, SelectionDAG &DAG,
550 DebugLoc dl, SelectionDAG &DAG) const;
554 SDValue ArgVal, DebugLoc dl) const;
565 DebugLoc dl, SelectionDAG &DAG,
571 DebugLoc dl, SelectionDAG &DAG,
577 DebugLoc dl, SelectionDA
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp58 static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
67 SelectionDAG &DAG, DebugLoc dl) {
90 return DAG.getNode(ISD::BUILD_VECTOR, dl, ResultVT,
94 SDValue Result = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, ResultVT, Vec,
107 DebugLoc dl) {
127 return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Result, Vec,
137 DebugLoc dl) {
138 SDValue V = Insert128BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
139 return Insert128BitVector(V, V2, NumElems/2, DAG, dl);
1599 DebugLoc dl, SelectionDA
66 Extract128BitVector(SDValue Vec, unsigned IdxVal, SelectionDAG &DAG, DebugLoc dl) argument
105 Insert128BitVector(SDValue Result, SDValue Vec, unsigned IdxVal, SelectionDAG &DAG, DebugLoc dl) argument
135 Concat128BitVectors(SDValue V1, SDValue V2, EVT VT, unsigned NumElems, SelectionDAG &DAG, DebugLoc dl) argument
1595 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
1761 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1869 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, ISD::ArgFlagsTy Flags, SelectionDAG &DAG, DebugLoc dl) argument
1906 LowerMemArgument(SDValue Chain, CallingConv::ID CallConv, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, const CCValAssign &VA, MachineFrameInfo *MFI, unsigned i) const argument
1947 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2224 LowerMemOpCallTo(SDValue Chain, SDValue StackPtr, SDValue Arg, DebugLoc dl, SelectionDAG &DAG, const CCValAssign &VA, ISD::ArgFlagsTy Flags) const argument
2260 EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF, SDValue Chain, SDValue RetAddrFrIdx, EVT PtrVT, unsigned SlotSize, int FPDiff, DebugLoc dl) argument
2279 DebugLoc &dl = CLI.DL; local
3063 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, SelectionDAG &DAG) argument
3074 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, unsigned TargetMask, SelectionDAG &DAG) argument
3088 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, SDValue V2, unsigned TargetMask, SelectionDAG &DAG) argument
3101 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, SDValue V2, SelectionDAG &DAG) argument
3629 DebugLoc dl = SVOp->getDebugLoc(); local
4396 getZeroVector(EVT VT, const X86Subtarget *Subtarget, SelectionDAG &DAG, DebugLoc dl) argument
4433 getOnesVector(MVT VT, bool HasInt256, SelectionDAG &DAG, DebugLoc dl) argument
4467 getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, SDValue V2) argument
4478 getUnpackl(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, SDValue V2) argument
4490 getUnpackh(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, SDValue V2) argument
4508 DebugLoc dl = V.getDebugLoc(); local
4525 DebugLoc dl = V.getDebugLoc(); local
4552 DebugLoc dl = SV->getDebugLoc(); local
4963 getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, SelectionDAG &DAG, const TargetLowering &TLI, DebugLoc dl) argument
4977 LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl, SelectionDAG &DAG) const argument
5147 DebugLoc dl = Op.getDebugLoc(); local
5342 DebugLoc dl = Op.getDebugLoc(); local
5675 DebugLoc dl = Op.getDebugLoc(); local
5701 DebugLoc dl = SVOp->getDebugLoc(); local
5762 DebugLoc dl = SVOp->getDebugLoc(); local
6017 DebugLoc dl = SVOp->getDebugLoc(); local
6146 DebugLoc dl = SVOp->getDebugLoc(); local
6192 DebugLoc dl = SVOp->getDebugLoc(); local
6228 getVZextMovL(MVT VT, EVT OpVT, SDValue SrcOp, SelectionDAG &DAG, const X86Subtarget *Subtarget, DebugLoc dl) argument
6275 DebugLoc dl = SVOp->getDebugLoc(); local
6381 DebugLoc dl = SVOp->getDebugLoc(); local
6397 assert(Idx < 8 && Ó); if (Idx < 4) { Locs[i] = std::make_pair(0, NumLo); Mask1[NumLo] = Idx; NumLo++; } else { Locs[i] = std::make_pair(1, NumHi); if (2+NumHi < 4) Mask1[2+NumHi] = Idx; NumHi++; } } } if (NumLo <= 2 && NumHi <= 2) { V1 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]); int Mask2[] = { -1, -1, -1, -1 }; for (unsigned i = 0; i != 4; ++i) if (Locs[i].first != -1) { unsigned Idx = (i < 2) ? 0 : 4; Idx += Locs[i].first * 2 + Locs[i].second; Mask2[i] = Idx; } return DAG.getVectorShuffle(VT, dl, V1, V1, &Mask2[0]); } if (NumLo == 3 || NumHi == 3) { if (NumHi == 3) { CommuteVectorShuffleMask(PermMask, 4); std::swap(V1, V2); } unsigned HiIndex; for (HiIndex = 0; HiIndex < 3; ++HiIndex) { int Val = PermMask[HiIndex]; if (Val < 0) continue; if (Val >= 4) break; } Mask1[0] = PermMask[HiIndex]; Mask1[1] = -1; Mask1[2] = PermMask[HiIndex^1]; Mask1[3] = -1; V2 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]); if (HiIndex >= 2) { Mask1[0] = PermMask[0]; Mask1[1] = PermMask[1]; Mask1[2] = HiIndex & 1 ? 6 : 4; Mask1[3] = HiIndex & 1 ? 4 : 6; return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]); } Mask1[0] = HiIndex & 1 ? 2 : 0; Mask1[1] = HiIndex & 1 ? 0 : 2; Mask1[2] = PermMask[2]; Mask1[3] = PermMask[3]; if (Mask1[2] >= 0) Mask1[2] += 4; if (Mask1[3] >= 0) Mask1[3] += 4; return DAG.getVectorShuffle(VT, dl, V2, V1, &Mask1[0]); } int LoMask[] = { -1, -1, -1, -1 }; int HiMask[] = { -1, -1, -1, -1 }; int *MaskPtr = LoMask; unsigned MaskIdx = 0; unsigned LoIdx = 0; unsigned HiIdx = 2; for (unsigned i = 0; i != 4; ++i) { if (i == 2) { MaskPtr = HiMask; MaskIdx = 1; LoIdx = 0; HiIdx = 2; } int Idx = PermMask[i]; if (Idx < 0) { Locs[i] = std::make_pair(-1, -1); } else if (Idx < 4) { Locs[i] = std::make_pair(MaskIdx, LoIdx); MaskPtr[LoIdx] = Idx; LoIdx++; } else { Locs[i] = std::make_pair(MaskIdx, HiIdx); MaskPtr[HiIdx] = Idx; HiIdx++; } } SDValue LoShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &LoMask[0]); SDValue HiShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &HiMask[0]); int MaskOps[] = { -1, -1, -1, -1 }; for (unsigned i = 0; i != 4; ++i) if (Locs[i].first != -1) MaskOps[i] = Locs[i].first * 4 + Locs[i].second; return DAG.getVectorShuffle(VT, dl, LoShuffle, HiShuffle, &MaskOps[0]); } static bool MayFoldVectorLoad(SDValue V) { while (V.hasOneUse() && V.getOpcode() == ISD::BITCAST) V = V.getOperand(0); if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR) V = V.getOperand(0); if (V.hasOneUse() && V.getOpcode() == ISD::BUILD_VECTOR && V.getNumOperands() == 2 && V.getOperand(1).getOpcode() == ISD::UNDEF) V = V.getOperand(0); return MayFoldLoad(V); } static SDValue getMOVDDup(SDValue &Op, DebugLoc &dl, SDValue V1, SelectionDAG &DAG) { EVT VT = Op.getValueType(); V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, V1); return DAG.getNode(ISD::BITCAST, dl, VT, getTargetShuffleNode(X86ISD::MOVDDUP, dl, MVT::v2f64, V1, DAG)); } static SDValue getMOVLowToHigh(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG, bool HasSSE2) { SDValue V1 = Op.getOperand(0); SDValue V2 = Op.getOperand(1); EVT VT = Op.getValueType(); assert(VT != MVT::v2i64 && Ó); if (HasSSE2 && VT == MVT::v2f64) return getTargetShuffleNode(X86ISD::MOVLHPD, dl, VT, V1, V2, DAG); return DAG.getNode(ISD::BITCAST, dl, VT, getTargetShuffleNode(X86ISD::MOVLHPS, dl, MVT::v4f32, DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, V1), DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, V2), DAG)); } static SDValue getMOVHighToLow(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG) { SDValue V1 = Op.getOperand(0); SDValue V2 = Op.getOperand(1); EVT VT = Op.getValueType(); assert((VT == MVT::v4i32 || VT == MVT::v4f32) && Ó); if (V2.getOpcode() == ISD::UNDEF) V2 = V1; return getTargetShuffleNode(X86ISD::MOVHLPS, dl, VT, V1, V2, DAG); } static SDValue getMOVLP(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG, bool HasSSE2) { SDValue V1 = Op.getOperand(0); SDValue V2 = Op.getOperand(1); EVT VT = Op.getValueType(); unsigned NumElems = VT.getVectorNumElements(); bool CanFoldLoad = false; if (MayFoldVectorLoad(V2)) CanFoldLoad = true; else if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op)) CanFoldLoad = true; ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op); if (CanFoldLoad) { if (HasSSE2 && NumElems == 2) return getTargetShuffleNode(X86ISD::MOVLPD, dl, VT, V1, V2, DAG); if (NumElems == 4) if (SVOp->getMaskElt(1) != -1) return getTargetShuffleNode(X86ISD::MOVLPS, dl, VT, V1, V2, DAG); } if (HasSSE2) { if (NumElems == 2 || !isMOVLMask(SVOp->getMask(), VT)) return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG); return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG); } assert(VT != MVT::v4i32 && Ó); return getTargetShuffleNode(X86ISD::SHUFP, dl, VT, V2, V1, getShuffleSHUFImmediate(SVOp), DAG); } SDValue X86TargetLowering::LowerVectorIntExtend(SDValue Op, SelectionDAG &DAG) const { if (!Subtarget->hasSSE41()) return SDValue(); EVT VT = Op.getValueType(); if (!Subtarget->hasInt256() && VT.is256BitVector()) return SDValue(); ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op); DebugLoc DL = Op.getDebugLoc(); SDValue V1 = Op.getOperand(0); SDValue V2 = Op.getOperand(1); unsigned NumElems = VT.getVectorNumElements(); if (V2.getOpcode() != ISD::UNDEF || !VT.isInteger() || VT.getVectorElementType() == MVT::i64) return SDValue(); unsigned Shift = 1; while ((1U << Shift) < NumElems) { if (SVOp->getMaskElt(1U << Shift) == 1) break; Shift += 1; if (Shift > 3) return SDValue(); } unsigned Mask = (1U << Shift) - 1; for (unsigned i = 0; i != NumElems; ++i) { int EltIdx = SVOp->getMaskElt(i); if ((i & Mask) != 0 && EltIdx != -1) return SDValue(); if ((i & Mask) == 0 && (unsigned)EltIdx != (i >> Shift)) return SDValue(); } LLVMContext *Context = DAG.getContext(); unsigned NBits = VT.getVectorElementType().getSizeInBits() << Shift; EVT NeVT = EVT::getIntegerVT(*Context, NBits); EVT NVT = EVT::getVectorVT(*Context, NeVT, NumElems >> Shift); if (!isTypeLegal(NVT)) return SDValue(); unsigned SignificantBits = NVT.getSizeInBits() >> Shift; if (V1.getOpcode() == ISD::BITCAST && V1.getOperand(0).getOpcode() == ISD::SCALAR_TO_VECTOR && V1.getOperand(0).getOperand(0).getOpcode() == ISD::EXTRACT_VECTOR_ELT && V1.getOperand(0) .getOperand(0).getValueType().getSizeInBits() == SignificantBits) { SDValue V = V1.getOperand(0).getOperand(0).getOperand(0); ConstantSDNode *CIdx = dyn_cast<ConstantSDNode>(V1.getOperand(0).getOperand(0).getOperand(1)); if (CIdx && CIdx->getZExtValue() == 0 && (!ISD::isNormalLoad(V.getNode()) || !V.hasOneUse())) { if (V.getValueSizeInBits() > V1.getValueSizeInBits()) argument
6727 DebugLoc dl = Op.getDebugLoc(); local
6786 DebugLoc dl = Op.getDebugLoc(); local
7097 DebugLoc dl = Op.getDebugLoc(); local
7169 DebugLoc dl = Op.getNode()->getDebugLoc(); local
7192 DebugLoc dl = Op.getDebugLoc(); local
7251 DebugLoc dl = Op.getDebugLoc(); local
7306 DebugLoc dl = Op.getDebugLoc(); local
7351 DebugLoc dl = Op.getDebugLoc(); local
7384 DebugLoc dl = Op.getNode()->getDebugLoc(); local
7404 DebugLoc dl = Op.getNode()->getDebugLoc(); local
7545 DebugLoc dl = Op.getDebugLoc(); local
7566 LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl, int64_t Offset, SelectionDAG &DAG) const argument
7624 DebugLoc dl = GA->getDebugLoc(); local
7653 DebugLoc dl = GA->getDebugLoc(); // ? function entry point might be better local
7674 DebugLoc dl = GA->getDebugLoc(); local
7713 DebugLoc dl = GA->getDebugLoc(); local
7853 DebugLoc dl = GA->getDebugLoc(); local
7911 DebugLoc dl = Op.getDebugLoc(); local
7970 DebugLoc dl = Op.getDebugLoc(); local
8061 DebugLoc dl = Op.getDebugLoc(); local
8115 DebugLoc dl = Op.getDebugLoc(); local
8163 DebugLoc dl = Op.getDebugLoc(); local
8178 DebugLoc dl = Op.getDebugLoc(); local
8362 DebugLoc dl = Op->getDebugLoc(); local
8618 DebugLoc dl = Op.getDebugLoc(); local
8652 DebugLoc dl = Op.getDebugLoc(); local
8689 DebugLoc dl = Op.getDebugLoc(); local
8766 DebugLoc dl = Op.getDebugLoc(); local
8872 DebugLoc dl = Op.getDebugLoc(); local
9130 LowerToBT(SDValue And, ISD::CondCode CC, DebugLoc dl, SelectionDAG &DAG) const argument
9219 DebugLoc dl = Op.getDebugLoc(); local
9249 DebugLoc dl = Op.getDebugLoc(); local
9403 DebugLoc dl = Op.getDebugLoc(); local
9687 DebugLoc dl = Op->getDebugLoc(); local
9760 DebugLoc dl = Op.getDebugLoc(); local
10030 DebugLoc dl = Op.getDebugLoc(); local
10155 DebugLoc dl = Op.getDebugLoc(); local
10231 getTargetVShiftNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue SrcOp, SDValue ShAmt, SelectionDAG &DAG) argument
10275 DebugLoc dl = Op.getDebugLoc(); local
10920 DebugLoc dl = Op.getDebugLoc(); local
10956 DebugLoc dl = Op.getDebugLoc(); local
10980 DebugLoc dl = Op.getDebugLoc(); // FIXME probably not meaningful local
11000 DebugLoc dl = Op.getDebugLoc(); local
11044 DebugLoc dl = Op.getDebugLoc(); local
11260 DebugLoc dl = Op.getDebugLoc(); local
11294 DebugLoc dl = Op.getDebugLoc(); local
11318 DebugLoc dl = Op.getDebugLoc(); local
11344 DebugLoc dl = Op.getDebugLoc(); local
11380 DebugLoc dl = Op.getDebugLoc(); local
11456 DebugLoc dl = Op.getDebugLoc(); local
11497 DebugLoc dl = Op.getDebugLoc(); local
11787 DebugLoc dl = Op.getDebugLoc(); local
11839 DebugLoc dl = Op.getDebugLoc(); local
11885 DebugLoc dl = Op.getDebugLoc(); local
11958 DebugLoc dl = Op.getDebugLoc(); local
11994 DebugLoc dl = Node->getDebugLoc(); local
12010 DebugLoc dl = Node->getDebugLoc(); local
12064 DebugLoc dl = Op.getDebugLoc(); local
12185 DebugLoc dl = Node->getDebugLoc(); local
12206 DebugLoc dl = Node->getDebugLoc(); local
12231 DebugLoc dl = N->getDebugLoc(); local
13478 DebugLoc dl = MI->getDebugLoc(); local
13515 DebugLoc dl = MI->getDebugLoc(); local
13538 DebugLoc dl = MI->getDebugLoc(); local
14782 DebugLoc dl = N->getDebugLoc(); local
14877 DebugLoc dl = N->getDebugLoc(); local
14996 DebugLoc dl = N->getDebugLoc(); local
16527 DebugLoc dl = Ld->getDebugLoc(); local
16723 DebugLoc dl = St->getDebugLoc(); local
17196 DebugLoc dl = N->getDebugLoc(); local
17243 DebugLoc dl = N->getDebugLoc(); local
17288 DebugLoc dl = N->getDebugLoc(); local
17425 DebugLoc dl = N->getDebugLoc(); local
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestPostFilters.java93 DirectionalLight dl = new DirectionalLight();
94 dl.setDirection(lightDir);
96 dl.setColor(new ColorRGBA(.9f, .9f, .9f, 1));
98 rootNode.addLight(dl);
100 dl = new DirectionalLight();
101 dl.setDirection(new Vector3f(1, 0, -1).normalizeLocal());
103 dl.setColor(new ColorRGBA(.4f, .4f, .4f, 1));
105 rootNode.addLight(dl);
/external/libppp/src/
H A Darp.c237 struct sockaddr_dl *dl; local
267 dl = (struct sockaddr_dl *)(ifm + 1); /* Single _dl at end */
283 dl->sdl_nlen, dl->sdl_data);
305 "Found interface %.*s for %s\n", dl->sdl_nlen,
306 dl->sdl_data, inet_ntoa(ipaddr));
307 memcpy(hwaddr, dl, dl->sdl_len);
H A Dcbcp.c89 cbcp->p->dl->name);
120 cbcp->p->dl->name);
126 cbcp->p->dl->name, missed);
127 datalink_CBCPFailed(cbcp->p->dl);
164 log_Printf(LogCBCP, "%s: State change %s --> %s\n", cbcp->p->dl->name,
208 link_PushPacket(&cbcp->p->link, bp, cbcp->p->dl->bundle,
265 log_Printf(LogCBCP, "%s: SendReq(%d) state = %s\n", cbcp->p->dl->name,
318 cbcp->fsm.delay = cbcp->p->dl->cfg.cbcp.delay;
319 if (*cbcp->p->dl->peer.authname == '\0' ||
320 !auth_SetPhoneList(cbcp->p->dl
[all...]
H A Dprompt.h94 #define prompt_IsTermMode(p, dl) ((p)->TermMode == (dl) ? 1 : 0)
H A Dpap.c85 struct bundle *bundle = authp->physical->dl->bundle;
138 link_PushPacket(&authp->physical->link, bp, authp->physical->dl->bundle,
145 struct bundle *bundle = authp->physical->dl->bundle;
147 datalink_GotAuthname(authp->physical->dl, authp->in.name);
163 datalink_AuthOk(authp->physical->dl);
170 datalink_AuthNotOk(authp->physical->dl);
183 struct authinfo *authp = &p->dl->pap;
291 datalink_AuthOk(p->dl);
297 datalink_AuthNotOk(p->dl);
/external/quake/quake/src/QW/client/
H A Dd_scana.s75 movb (%ebp,%edx,1),%dl
77 movb %dl,-1(%edi)
H A Dcl_tent.c168 dlight_t *dl; local
239 dl = CL_AllocDlight (0);
240 VectorCopy (pos, dl->origin);
241 dl->radius = 350;
242 dl->die = cl.time + 0.5;
243 dl->decay = 300;
244 dl->color[0] = 0.2;
245 dl->color[1] = 0.1;
246 dl->color[2] = 0.05;
247 dl
[all...]
/external/quake/quake/src/WinQuake/
H A Dd_scana.s75 movb (%ebp,%edx,1),%dl
77 movb %dl,-1(%edi)
/external/jmonkeyengine/engine/src/test/jme3test/material/
H A DTestParallax.java65 DirectionalLight dl; field in class:TestParallax
69 dl = new DirectionalLight();
70 dl.setDirection(lightDir);
71 dl.setColor(new ColorRGBA(.9f, .9f, .9f, 1));
72 rootNode.addLight(dl);
170 // dl.setDirection(lightDir);
/external/jmonkeyengine/engine/src/test/jme3test/tools/
H A DTestOctree.java93 DirectionalLight dl = new DirectionalLight();
94 dl.setColor(ColorRGBA.White);
95 dl.setDirection(new Vector3f(-1, -1, -1).normalize());
96 rootNode.addLight(dl);
113 geom.addLight(dl);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h133 DebugLoc dl, SelectionDAG &DAG,
140 DebugLoc dl,
147 DebugLoc dl, SelectionDAG &DAG,
154 DebugLoc dl, SelectionDAG &DAG,
165 DebugLoc dl, SelectionDAG &DAG) const;
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp47 unsigned DstReg, int Offset, DebugLoc dl,
55 BuildMI(MBB, I, dl, TII.get(Opcode), DstReg)
62 unsigned SrcReg, int Offset, DebugLoc dl,
70 BuildMI(MBB, I, dl, TII.get(Opcode))
98 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
104 loadFromStack(MBB, MBBI, XCore::R11, 0, dl, TII);
132 BuildMI(MBB, MBBI, dl, TII.get(Opcode)).addImm(FrameSize);
139 BuildMI(MBB, MBBI, dl, TII.get(XCore::PROLOG_LABEL)).addSym(FrameLabel);
153 storeToStack(MBB, MBBI, XCore::LR, LRSpillOffset + FrameSize*4, dl, TII);
158 BuildMI(MBB, MBBI, dl, TI
45 loadFromStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned DstReg, int Offset, DebugLoc dl, const TargetInstrInfo &TII) argument
60 storeToStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned SrcReg, int Offset, DebugLoc dl, const TargetInstrInfo &TII) argument
216 DebugLoc dl = MBBI->getDebugLoc(); local
[all...]
/external/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp67 DebugLoc dl,
78 BuildMI(MBB, MBBI, dl, TII.get(ARM::tLDRpci))
92 DebugLoc dl,
117 AddDefaultT1CC(BuildMI(MBB, MBBI, dl, TII.get(ARM::tMOVi8), LdReg))
120 AddDefaultT1CC(BuildMI(MBB, MBBI, dl, TII.get(ARM::tMOVi8), LdReg))
122 AddDefaultT1CC(BuildMI(MBB, MBBI, dl, TII.get(ARM::tRSB), LdReg))
125 MRI.emitLoadConstPool(MBB, MBBI, dl, LdReg, 0, NumBytes,
131 BuildMI(MBB, MBBI, dl, TII.get(Opc), DestReg);
169 DebugLoc dl,
229 emitThumbRegPlusImmInReg(MBB, MBBI, dl,
65 emitLoadConstPool(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned SubIdx, int Val, ARMCC::CondCodes Pred, unsigned PredReg, unsigned MIFlags) const argument
90 emitThumbRegPlusImmInReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned BaseReg, int NumBytes, bool CanChangeCC, const TargetInstrInfo &TII, const ARMBaseRegisterInfo& MRI, unsigned MIFlags = MachineInstr::NoFlags) argument
167 emitThumbRegPlusImmediate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned BaseReg, int NumBytes, const TargetInstrInfo &TII, const ARMBaseRegisterInfo& MRI, unsigned MIFlags) argument
301 emitThumbConstant(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, unsigned DestReg, int Imm, const TargetInstrInfo &TII, const Thumb1RegisterInfo& MRI, DebugLoc dl) argument
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
H A DTestAnimationFactory.java29 DirectionalLight dl = new DirectionalLight();
30 dl.setDirection(Vector3f.UNIT_XYZ.negate());
31 rootNode.addLight(dl);
H A DTestSpatialAnim.java29 DirectionalLight dl = new DirectionalLight();
30 dl.setDirection(Vector3f.UNIT_XYZ.negate());
31 rootNode.addLight(dl);

Completed in 2680 milliseconds

1234567891011>>