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

123456789

/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp142 DebugLoc dl = OldBranch->getDebugLoc(); local
155 BuildMI(MBB, I, dl, TII->get(MSP430::JCC))
161 I = BuildMI(MBB, I, dl, TII->get(MSP430::Bi)).addMBB(Dest);
H A DMSP430ISelLowering.h131 DebugLoc dl, SelectionDAG &DAG,
138 DebugLoc dl,
145 DebugLoc dl, SelectionDAG &DAG,
152 DebugLoc dl, SelectionDAG &DAG,
160 DebugLoc dl, SelectionDAG &DAG,
168 DebugLoc dl, SelectionDAG &DAG) const;
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp148 DebugLoc dl = OldBranch->getDebugLoc(); local
151 BuildMI(MBB, I, dl, TII->get(PPC::BCC))
155 I = BuildMI(MBB, I, dl, TII->get(PPC::B)).addMBB(Dest);
H A DPPCISelLowering.h384 DebugLoc dl) const;
404 SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, DebugLoc dl) const;
419 DebugLoc dl, SelectionDAG &DAG,
421 SDValue FinishCall(CallingConv::ID CallConv, DebugLoc dl, bool isTailCall,
436 DebugLoc dl, SelectionDAG &DAG,
445 DebugLoc dl, SelectionDAG &DAG,
459 DebugLoc dl, SelectionDAG &DAG) const;
465 DebugLoc dl, SelectionDAG &DAG,
471 DebugLoc dl, SelectionDAG &DAG,
480 DebugLoc dl, SelectionDA
[all...]
H A DPPCRegisterInfo.cpp295 DebugLoc dl = MI->getDebugLoc(); local
298 BuildMI(MBB, I, dl, TII.get(ADDIInstr), StackReg).addReg(StackReg).
302 BuildMI(MBB, MBBI, dl, TII.get(LISInstr), TmpReg)
304 BuildMI(MBB, MBBI, dl, TII.get(ORIInstr), TmpReg)
307 BuildMI(MBB, MBBI, dl, TII.get(ADDInstr))
351 DebugLoc dl = MI.getDebugLoc(); local
382 BuildMI(MBB, II, dl, TII.get(PPC::ADDI), Reg)
387 BuildMI(MBB, II, dl, TII.get(PPC::LD), Reg)
391 BuildMI(MBB, II, dl, TII.get(PPC::LD), PPC::X0)
395 BuildMI(MBB, II, dl, TI
461 DebugLoc dl = MI.getDebugLoc(); local
507 DebugLoc dl = MI.getDebugLoc(); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp177 DebugLoc dl = N->getDebugLoc(); local
186 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT),
189 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit);
194 SignBit = DAG.getNode(ISD::SRL, dl, RVT, SignBit,
197 SignBit = DAG.getNode(ISD::TRUNCATE, dl, LVT, SignBit);
199 SignBit = DAG.getNode(ISD::ANY_EXTEND, dl, LVT, SignBit);
200 SignBit = DAG.getNode(ISD::SHL, dl, LVT, SignBit,
206 SDValue Mask = DAG.getNode(ISD::SHL, dl, LVT, DAG.getConstant(1, LVT),
209 Mask = DAG.getNode(ISD::SUB, dl, LVT, Mask, DAG.getConstant(1, LVT));
210 LHS = DAG.getNode(ISD::AND, dl, LV
476 DebugLoc dl = N->getDebugLoc(); local
527 DebugLoc dl = N->getDebugLoc(); local
544 DebugLoc dl = N->getDebugLoc(); local
612 SoftenSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
796 DebugLoc dl = N->getDebugLoc(); local
899 DebugLoc dl = N->getDebugLoc(); local
1053 DebugLoc dl = N->getDebugLoc(); local
1144 DebugLoc dl = N->getDebugLoc(); local
1173 DebugLoc dl = N->getDebugLoc(); local
1293 FloatExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
1353 DebugLoc dl = N->getDebugLoc(); local
1374 DebugLoc dl = N->getDebugLoc(); local
[all...]
H A DLegalizeTypes.cpp883 DebugLoc dl = Op.getDebugLoc(); local
888 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op, StackPtr,
891 return DAG.getLoad(DestVT, dl, Store, StackPtr, MachinePointerInfo(),
974 DebugLoc dl = Pair.getDebugLoc(); local
976 Lo = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, NVT, Pair,
978 Hi = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, NVT, Pair,
984 DebugLoc dl = Index.getDebugLoc(); local
987 Index = DAG.getNode(ISD::TRUNCATE, dl, TLI.getPointerTy(), Index);
989 Index = DAG.getNode(ISD::ZERO_EXTEND, dl, TLI.getPointerTy(), Index);
994 Index = DAG.getNode(ISD::MUL, dl, Inde
1020 DebugLoc dl = N->getDebugLoc(); local
1039 MakeLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, unsigned NumOps, bool isSigned, DebugLoc dl) argument
1102 DebugLoc dl = Bool.getDebugLoc(); local
1113 DebugLoc dl = Op.getDebugLoc(); local
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.h81 DebugLoc dl);
159 DebugLoc dl, SelectionDAG &DAG,
169 DebugLoc dl, SelectionDAG &DAG,
177 DebugLoc dl, SelectionDAG &DAG) const;
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.h116 DebugLoc dl, SelectionDAG &DAG,
131 DebugLoc dl, SelectionDAG &DAG,
141 DebugLoc dl, SelectionDAG &DAG,
149 DebugLoc dl, SelectionDAG &DAG) const;
H A DMBlazeISelDAGToDAG.cpp191 DebugLoc dl = Node->getDebugLoc(); local
216 return CurDAG->getMachineNode(Opc, dl, VT, TFI, imm);
239 SDValue Load = SDValue(CurDAG->getMachineNode(MBlaze::LW, dl,
244 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Load, InFlag);
247 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Callee, InFlag);
250 SDNode *ResNode = CurDAG->getMachineNode(MBlaze::BRLID, dl, MVT::Other,
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h124 DebugLoc dl, SelectionDAG &DAG,
146 DebugLoc dl, SelectionDAG &DAG,
156 DebugLoc dl, SelectionDAG &DAG,
164 DebugLoc dl, SelectionDAG &DAG) const;
/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp94 DebugLoc dl = I->getDebugLoc(); local
99 BuildMI(*MBB, I, dl, TII->get(X86::VZEROUPPER));
H A DX86ISelDAGToDAG.cpp510 DebugLoc dl = N->getDebugLoc(); local
513 SDValue Store = CurDAG->getTruncStore(CurDAG->getEntryNode(), dl,
517 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,
730 DebugLoc dl = N.getDebugLoc(); local
915 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS);
1004 SDValue Srl = CurDAG->getNode(ISD::SRL, dl, N.getValueType(),
1006 SDValue And = CurDAG->getNode(ISD::AND, dl, N.getValueType(),
1009 SDValue Shl = CurDAG->getNode(ISD::SHL, dl, N.getValueType(),
1066 SDValue NewANDMask = CurDAG->getNode(ISD::SRL, dl, N.getValueType(),
1068 SDValue NewAND = CurDAG->getNode(ISD::AND, dl,
1385 DebugLoc dl = Node->getDebugLoc(); local
1638 DebugLoc dl = Node->getDebugLoc(); local
1716 DebugLoc dl = Node->getDebugLoc(); local
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h115 DebugLoc dl, SelectionDAG &DAG,
123 DebugLoc dl, SelectionDAG &DAG,
128 DebugLoc dl, SelectionDAG &DAG,
174 DebugLoc dl, SelectionDAG &DAG,
184 DebugLoc dl, SelectionDAG &DAG,
192 DebugLoc dl, SelectionDAG &DAG) const;
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h386 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) cons
[all...]
H A DARMFrameLowering.cpp109 DebugLoc dl, const ARMBaseInstrInfo &TII,
112 emitARMRegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes,
115 emitT2RegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes,
134 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
144 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -VARegSaveSize,
149 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes,
200 BuildMI(MBB, MBBI, dl, TII.get(ADDriOpc), FramePtr)
232 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes,
261 AddDefaultCC(AddDefaultPred(BuildMI(MBB, MBBI, dl,
272 AddDefaultPred(BuildMI(MBB, MBBI, dl, TI
107 emitSPUpdate(bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, const ARMBaseInstrInfo &TII, int NumBytes, unsigned MIFlags = MachineInstr::NoFlags) argument
315 DebugLoc dl = MBBI->getDebugLoc(); local
[all...]
/external/grub/stage2/
H A Dstart.S149 * %dl = drive number
174 movb %dl, 10(%si)
180 movb %dl, 11(%si)
217 movb 13(%si), %dl
219 shlb $6, %dl /* shift left by 6 bits */
224 orb %dl, %cl /* composite together */
243 * %dl = drive (0x80 for hard disk, 0x0 for floppy disk)
314 popw %dx /* this makes sure %dl is our "boot" drive */
H A Dstart_eltorito.S93 mov %dl, ABS(BootDrive)
117 mov ABS(BootDrive), %dl /* this makes sure %dl is our "boot" drive */
150 mov ABS(BootDrive), %dl
181 mov %ah, %dl /* Save error code */
204 mov %dl, %al
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h416 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; } argument
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) argument
831 : SDNode(Opc, dl, VTs) {
841 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y) argument
842 : SDNode(Opc, dl, VT
852 TernarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y, SDValue Z) argument
1016 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1024 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1032 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1075 MemIntrinsicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, const SDValue *Ops, unsigned NumOps, EVT MemoryVT, MachineMemOperand *MMO) argument
1109 ShuffleVectorSDNode(EVT VT, DebugLoc dl, SDValue N1, SDValue N2, const int *M) argument
1461 EHLabelSDNode(DebugLoc dl, SDValue ch, MCSymbol *L) argument
1517 CvtRndSatSDNode(EVT VT, DebugLoc dl, const SDValue *Ops, unsigned NumOps, ISD::CvtCode Code) argument
1562 LSBaseSDNode(ISD::NodeType NodeTy, DebugLoc dl, SDValue *Operands, unsigned numOperands, SDVTList VTs, ISD::MemIndexedMode AM, EVT MemVT, MachineMemOperand *MMO) argument
1600 LoadSDNode(SDValue *ChainPtrOff, DebugLoc dl, SDVTList VTs, ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT, MachineMemOperand *MMO) argument
1631 StoreSDNode(SDValue *ChainValuePtrOff, DebugLoc dl, SDVTList VTs, ISD::MemIndexedMode AM, bool isTrunc, EVT MemVT, MachineMemOperand *MMO) argument
[all...]
/external/libvpx/vp8/common/x86/
H A Diwalsh_mmx.asm89 movq mm5, mm0 ;temp dl
91 paddw mm0, mm1 ;dl + cl
92 psubw mm5, mm1 ;dl - cl
130 movq mm5, mm0 ;temp dl
132 paddw mm0, mm4 ;dl + cl
133 psubw mm5, mm4 ;dl - cl
/external/llvm/lib/Target/PTX/
H A DPTXISelDAGToDAG.cpp96 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);
H A DPTXInstrInfo.h116 DebugLoc dl, EVT VT,
120 DebugLoc dl, EVT VT,
/external/qemu/distrib/sdl-1.2.12/src/hermes/
H A Dx86p_32.asm274 mov dl,[esi+2]
277 mov [edi+2],dl
291 mov dl,[esi+2]
294 mov [edi+2],dl
345 mov dl,[esi+2]
348 mov [edi+2],dl
370 mov dl,[esi]
375 mov [edi+2],dl
387 mov dl,[esi]
392 mov [edi+2],dl
[all...]
/external/dhcpcd/
H A Ddhcp.c257 valid_length(uint8_t option, int dl, int *type) argument
262 if (dl == 0)
285 return dl % sz;
286 return (dl == sz ? 0 : -1);
551 decode_rfc3442_rt(int dl, const uint8_t *data) argument
561 if (dl < 5)
564 e = p + dl;
597 decode_rfc3361(int dl, const uint8_t *data) argument
605 if (dl < 2) {
611 dl
1120 print_string(char *s, ssize_t len, int dl, const uint8_t *data) argument
1184 print_option(char *s, ssize_t len, int type, int dl, const uint8_t *data) argument
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp184 DebugLoc dl = N.getDebugLoc(); local
248 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS);
589 DebugLoc dl = Node->getDebugLoc(); local
629 Dividend = CurDAG->getMachineNode(SystemZ::MOVSX64rr32, dl, MVT::i64, N0);
635 dl, ResVT);
637 CurDAG->getMachineNode(TargetOpcode::INSERT_SUBREG, dl, ResVT,
645 Result = CurDAG->getMachineNode(MOpc, dl, ResVT, MVT::Other,
650 Result = CurDAG->getMachineNode(Opc, dl, ResVT, SDValue(Dividend, 0), N1);
658 dl, NVT,
672 dl, NV
[all...]

Completed in 422 milliseconds

123456789