HomeSort by relevance Sort by last modified time
    Searched refs:dl (Results 226 - 250 of 641) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 250 DebugLoc dl = Op.getDebugLoc(); local
255 Operands[j] = DAG.getNode(ISD::BITCAST, dl, NVT, Op.getOperand(j));
260 Op = DAG.getNode(Op.getOpcode(), dl, NVT, &Operands[0], Operands.size());
262 return DAG.getNode(ISD::BITCAST, dl, VT, Op);
269 DebugLoc DL = Op.getDebugLoc();
287 Op1 = DAG.getNode(ISD::BITCAST, DL, VT, Op1);
288 Op2 = DAG.getNode(ISD::BITCAST, DL, VT, Op2);
292 SDValue NotMask = DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes);
294 Op1 = DAG.getNode(ISD::AND, DL, VT, Op1, Mask);
295 Op2 = DAG.getNode(ISD::AND, DL, VT, Op2, NotMask)
354 DebugLoc dl = Op.getDebugLoc(); local
    [all...]
LegalizeTypes.cpp 883 DebugLoc dl = Op.getDebugLoc(); local
974 DebugLoc dl = Pair.getDebugLoc(); local
984 DebugLoc dl = Index.getDebugLoc(); local
1020 DebugLoc dl = N->getDebugLoc(); local
1102 DebugLoc dl = Bool.getDebugLoc(); local
1113 DebugLoc dl = Op.getDebugLoc(); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 386 void PassF64ArgInRegs(DebugLoc dl, SelectionDAG &DAG,
395 DebugLoc dl) const;
400 DebugLoc dl, SelectionDAG &DAG,
435 DebugLoc dl, SelectionDAG &DAG,
442 DebugLoc dl, SelectionDAG &DAG,
446 DebugLoc dl, SDValue &Chain, unsigned ArgOffset)
459 DebugLoc dl, SelectionDAG &DAG,
482 DebugLoc dl, SelectionDAG &DAG) const;
489 SDValue &ARMcc, SelectionDAG &DAG, DebugLoc dl) const;
491 SelectionDAG &DAG, DebugLoc dl) const
    [all...]
ARMFrameLowering.cpp 111 DebugLoc dl, const ARMBaseInstrInfo &TII,
114 emitARMRegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes,
117 emitT2RegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes,
136 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
150 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -VARegSaveSize,
155 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes,
206 BuildMI(MBB, MBBI, dl, TII.get(ADDriOpc), FramePtr)
238 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes,
267 AddDefaultCC(AddDefaultPred(BuildMI(MBB, MBBI, dl,
278 AddDefaultPred(BuildMI(MBB, MBBI, dl, TII.get(ARM::tMOVr), ARM::R4
321 DebugLoc dl = MBBI->getDebugLoc(); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 917 SDNode *SelectionDAG::GetBinarySDNode(unsigned Opcode, const SDLoc &DL,
928 auto *FN = newSDNode<BinaryWithFlagsSDNode>(Opcode, DL.getIROrder(),
929 DL.getDebugLoc(), VTs, *Flags);
935 auto *N = newSDNode<SDNode>(Opcode, DL.getIROrder(), DL.getDebugLoc(), VTs);
    [all...]
LegalizeFloatTypes.cpp 253 SDLoc dl(N);
263 ISD::SHL, dl, RVT, DAG.getConstant(1, dl, RVT),
264 DAG.getConstant(RSize - 1, dl,
266 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit);
272 DAG.getNode(ISD::SRL, dl, RVT, SignBit,
273 DAG.getConstant(SizeDiff, dl,
276 SignBit = DAG.getNode(ISD::TRUNCATE, dl, LVT, SignBit);
278 SignBit = DAG.getNode(ISD::ANY_EXTEND, dl, LVT, SignBit);
280 DAG.getNode(ISD::SHL, dl, LVT, SignBit
    [all...]
LegalizeTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.h 68 /// #5 - The value to pass in DL/DX/EDX (optional)
697 const DataLayout &DL) const override;
849 EVT getSetCCResultType(const DataLayout &DL, LLVMContext &Context,
919 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
940 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
    [all...]
  /external/owasp/sanitizer/empiricism/
canned-data.js 43 "dl": true,
169 "dl",
284 "dl",
399 "dl",
514 "dl",
629 "dl",
745 "dl",
860 "dl",
975 "dl",
1090 "dl",
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 398 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL,
403 return LowerCCCArguments(Chain, CallConv, IsVarArg, Ins, DL, DAG, InVals);
412 SDLoc &DL = CLI.DL;
429 OutVals, Ins, DL, DAG, InVals);
439 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL,
465 SDValue ArgValue = DAG.getCopyFromReg(Chain, DL, VReg, RegVT);
471 ArgValue = DAG.getNode(ISD::AssertSext, DL, RegVT, ArgValue,
474 ArgValue = DAG.getNode(ISD::AssertZext, DL, RegVT, ArgValue,
478 ArgValue = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), ArgValue)
    [all...]
  /external/toybox/toys/posix/
find.c 114 struct double_list *dl; local
118 for (dl = bb->names; dl; dl = dl->next) newargs[pos++] = dl->data;
162 struct double_list *dl; local
168 for (dl = TT.argdata; dl; dl = dl->next)
    [all...]
grep.c 283 struct double_list *dl = dlist_pop(&dlb); local
284 unsigned *uu = (void *)(dl->data+((strlen(dl->data)+1)|3)+1);
286 outline(dl->data, '-', name, lcount-before, uu[0]+1, uu[1]);
287 free(dl->data);
288 free(dl);
336 struct double_list *dl; local
338 dl = dlist_pop(&dlb);
339 free(dl->data);
340 free(dl);
358 struct double_list *dl = dlist_pop(&dlb); local
    [all...]
  /bionic/libc/arch-x86/atom/string/
sse2-strchr-atom.S 194 mov %dl, %ch
200 test $0x10, %dl
204 test $0x20, %dl
208 test $0x40, %dl
217 test $0x01, %dl
221 test $0x02, %dl
225 test $0x04, %dl
232 test %dl, %dl
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 534 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
817 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
821 debugLoc(std::move(dl)) {
842 DebugLoc DL;
847 SDLoc(const SDNode *N) : DL(N->getDebugLoc()), IROrder(N->getIROrder()) {}
852 DL = I->getDebugLoc();
855 const DebugLoc &getDebugLoc() const { return DL; }
959 BinaryWithFlagsSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl,
961 : SDNode(Opc, Order, dl, VTs), Flags(NodeFlags) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeFloatTypes.cpp 256 SDLoc dl(N);
266 ISD::SHL, dl, RVT, DAG.getConstant(1, dl, RVT),
267 DAG.getConstant(RSize - 1, dl,
269 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit);
275 DAG.getNode(ISD::SRL, dl, RVT, SignBit,
276 DAG.getConstant(SizeDiff, dl,
279 SignBit = DAG.getNode(ISD::TRUNCATE, dl, LVT, SignBit);
281 SignBit = DAG.getNode(ISD::ANY_EXTEND, dl, LVT, SignBit);
283 DAG.getNode(ISD::SHL, dl, LVT, SignBit
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 137 const SDLoc &dl, SelectionDAG &DAG,
143 const SDLoc &dl, SelectionDAG &DAG,
149 const SDLoc &dl, SelectionDAG &DAG,
155 const SDLoc &dl, SelectionDAG &DAG,
170 const SDLoc &dl, SelectionDAG &DAG) const override;
MSP430RegisterInfo.cpp 113 DebugLoc dl = MI.getDebugLoc(); local
145 BuildMI(MBB, std::next(II), dl, TII.get(MSP430::SUB16ri), DstReg)
148 BuildMI(MBB, std::next(II), dl, TII.get(MSP430::ADD16ri), DstReg)
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 89 href="http://dl.google.com/android/repository/<?cs var:ndk.win32_download ?>"><?cs var:ndk.win32_download ?></a>
97 href="http://dl.google.com/android/repository/<?cs var:ndk.win32.legacy_download ?>"><?cs var:ndk.win32.legacy_download ?></a>
106 href="http://dl.google.com/android/repository/<?cs var:ndk.win64_download ?>"><?cs var:ndk.win64_download ?></a>
114 href="http://dl.google.com/android/repository/<?cs var:ndk.win64.legacy_download ?>"><?cs var:ndk.win64.legacy_download ?></a>
123 href="http://dl.google.com/android/repository/<?cs var:ndk.mac32_download ?>"><?cs var:ndk.mac32_download ?></a>
131 href="http://dl.google.com/android/repository/<?cs var:ndk.mac32.legacy_download ?>"><?cs var:ndk.mac32.legacy_download ?></a>
139 href="http://dl.google.com/android/repository/<?cs var:ndk.mac64_download ?>"><?cs var:ndk.mac64_download ?></a>
147 href="http://dl.google.com/android/repository/<?cs var:ndk.mac64.legacy_download ?>"><?cs var:ndk.mac64.legacy_download ?></a>
155 href="http://dl.google.com/android/repository/<?cs var:ndk.linux32.legacy_download ?>"><?cs var:ndk.linux32.legacy_download ?></a>
164 href="http://dl.google.com/android/repository/<?cs var:ndk.linux64_download ?>"><?cs var:ndk.linux64_download ?></ (…)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 416 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
677 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs, const SDValue *Ops,
684 debugLoc(dl) {
694 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs)
698 debugLoc(dl) {}
830 UnarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X)
831 : SDNode(Opc, dl, VTs) {
841 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y)
842 : SDNode(Opc, dl, VTs)
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 113 DebugLoc dl = MI.getDebugLoc(); local
145 BuildMI(MBB, std::next(II), dl, TII.get(MSP430::SUB16ri), DstReg)
148 BuildMI(MBB, std::next(II), dl, TII.get(MSP430::ADD16ri), DstReg)
  /external/boringssl/linux-x86/crypto/fipsmodule/
ghash-x86.S 28 movb %dl,%cl
142 movb %dl,(%esp)
152 movb %dl,1(%esp)
166 movb %dl,2(%esp)
180 movb %dl,3(%esp)
194 movb %dl,4(%esp)
208 movb %dl,5(%esp)
222 movb %dl,6(%esp)
236 movb %dl,7(%esp)
250 movb %dl,8(%esp
    [all...]
  /external/boringssl/mac-x86/crypto/fipsmodule/
ghash-x86.S 27 movb %dl,%cl
139 movb %dl,(%esp)
149 movb %dl,1(%esp)
163 movb %dl,2(%esp)
177 movb %dl,3(%esp)
191 movb %dl,4(%esp)
205 movb %dl,5(%esp)
219 movb %dl,6(%esp)
233 movb %dl,7(%esp)
247 movb %dl,8(%esp
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelDAGToDAG.cpp 96 DebugLoc dl = Node->getDebugLoc(); local
103 return CurDAG->getMachineNode(PTX::BRAdp, dl, MVT::Other, Ops, 4);
135 DebugLoc dl = Node->getDebugLoc(); local
138 return CurDAG->getMachineNode(OpCode, dl, VT, Ops, 4);
173 DebugLoc dl = Node->getDebugLoc(); local
176 SDNode* Ret = CurDAG->getMachineNode(OpCode, dl, MVT::Other, Ops, 4);
  /external/u-boot/lib/
string.c 510 unsigned long *dl = (unsigned long *)dest, *sl = (unsigned long *)src; local
517 if ( (((ulong)dest | (ulong)src) & (sizeof(*dl) - 1)) == 0) {
518 while (count >= sizeof(*dl)) {
519 *dl++ = *sl++;
520 count -= sizeof(*dl);
524 d8 = (char *)dl;

Completed in 1673 milliseconds

1 2 3 4 5 6 7 8 91011>>