Searched refs:DL (Results 26 - 50 of 379) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/s390x/
H A Ddfp-2.c278 _Decimal128 d128 = 50.0005DL;
285 eextr(0.DL);
292 esxtr(0.DL);
299 ltxtr(0.0DL);
312 d128 = 12345678.54321DL;
315 slxt(0.DL, 2);
316 slxt(-0.DL, 2);
320 srxt(0.DL, 2);
321 srxt(-0.DL, 2);
334 d128 = 5.000005DL;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp361 DebugLoc DL = Op.getDebugLoc(); local
363 DL,
386 DL,
397 DL,
408 DL,
424 DebugLoc DL = Op.getDebugLoc(); local
434 Data = DAG.getNode(ISD::ZERO_EXTEND, DL, IVT, Data);
440 Data = DAG.getNode(ISD::SHL, DL, DVT, Data, Shift);
442 Data = DAG.getNode(ISD::SRA, DL, DVT, Data, Shift);
446 Data = DAG.getSExtOrTrunc(Data, DL, O
491 DebugLoc DL = Op.getDebugLoc(); local
572 DebugLoc DL = Op.getDebugLoc(); local
645 DebugLoc DL = Op.getDebugLoc(); local
663 DebugLoc DL = Op.getDebugLoc(); local
681 DebugLoc DL = Op.getDebugLoc(); local
[all...]
/external/llvm/include/llvm/Analysis/
H A DPHITransAddr.h40 const DataLayout *DL; member in class:llvm::PHITransAddr
48 PHITransAddr(Value *addr, const DataLayout *DL) argument
49 : Addr(addr), DL(DL), TLI(nullptr) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp361 DebugLoc DL = Op.getDebugLoc(); local
363 DL,
386 DL,
397 DL,
408 DL,
424 DebugLoc DL = Op.getDebugLoc(); local
434 Data = DAG.getNode(ISD::ZERO_EXTEND, DL, IVT, Data);
440 Data = DAG.getNode(ISD::SHL, DL, DVT, Data, Shift);
442 Data = DAG.getNode(ISD::SRA, DL, DVT, Data, Shift);
446 Data = DAG.getSExtOrTrunc(Data, DL, O
491 DebugLoc DL = Op.getDebugLoc(); local
572 DebugLoc DL = Op.getDebugLoc(); local
645 DebugLoc DL = Op.getDebugLoc(); local
663 DebugLoc DL = Op.getDebugLoc(); local
681 DebugLoc DL = Op.getDebugLoc(); local
[all...]
/external/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp139 DebugLoc DL = From.getDebugLoc();
140 BuildMI(*From.getParent(), &From, DL, TII->get(AMDGPU::S_CBRANCH_EXECZ))
148 DebugLoc DL = MI.getDebugLoc(); local
159 BuildMI(MBB, Insert, DL, TII->get(AMDGPU::S_CBRANCH_EXECNZ))
164 BuildMI(MBB, Insert, DL, TII->get(AMDGPU::EXP))
176 BuildMI(MBB, Insert, DL, TII->get(AMDGPU::S_ENDPGM));
181 DebugLoc DL = MI.getDebugLoc(); local
185 BuildMI(MBB, &MI, DL, TII->get(AMDGPU::S_AND_SAVEEXEC_B64), Reg)
188 BuildMI(MBB, &MI, DL, TII->get(AMDGPU::S_XOR_B64), Reg)
199 DebugLoc DL local
218 DebugLoc DL = MI.getDebugLoc(); local
232 DebugLoc DL = MI.getDebugLoc(); local
247 DebugLoc DL = MI.getDebugLoc(); local
262 DebugLoc DL = MI.getDebugLoc(); local
278 DebugLoc DL = MI.getDebugLoc(); local
298 DebugLoc DL = MI.getDebugLoc(); local
335 DebugLoc DL = MI.getDebugLoc(); local
402 DebugLoc DL = MI.getDebugLoc(); local
423 DebugLoc DL = MI.getDebugLoc(); local
[all...]
H A DAMDGPUISelLowering.cpp449 const DataLayout *DL = getDataLayout(); local
450 unsigned SrcSize = DL->getTypeSizeInBits(Src->getScalarType());
451 unsigned DestSize = DL->getTypeSizeInBits(Dest->getScalarType());
494 SDLoc DL, SelectionDAG &DAG) const {
495 return DAG.getNode(AMDGPUISD::RET_FLAG, DL, MVT::Other, Chain);
599 SDLoc DL(InitPtr);
605 return DAG.getStore(Chain, DL, DAG.getConstant(*CI, VT), InitPtr,
613 return DAG.getStore(Chain, DL, DAG.getConstantFP(*CFP, VT), InitPtr,
626 SDValue Ptr = DAG.getNode(ISD::ADD, DL, PtrVT, InitPtr, Offset);
632 return DAG.getNode(ISD::TokenFactor, DL, MV
488 LowerReturn( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc DL, SelectionDAG &DAG) const argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h229 DebugLoc DL,
231 return MachineInstrBuilder(MF, MF.CreateMachineInstr(MCID, DL));
238 DebugLoc DL,
241 return MachineInstrBuilder(MF, MF.CreateMachineInstr(MCID, DL))
251 DebugLoc DL,
255 MachineInstr *MI = MF.CreateMachineInstr(MCID, DL);
262 DebugLoc DL,
266 MachineInstr *MI = MF.CreateMachineInstr(MCID, DL);
273 DebugLoc DL,
278 return BuildMI(BB, MII, DL, MCI
228 BuildMI(MachineFunction &MF, DebugLoc DL, const MCInstrDesc &MCID) argument
237 BuildMI(MachineFunction &MF, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
249 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::iterator I, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
260 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::instr_iterator I, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
271 BuildMI(MachineBasicBlock &BB, MachineInstr *I, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
289 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::iterator I, DebugLoc DL, const MCInstrDesc &MCID) argument
299 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::instr_iterator I, DebugLoc DL, const MCInstrDesc &MCID) argument
309 BuildMI(MachineBasicBlock &BB, MachineInstr *I, DebugLoc DL, const MCInstrDesc &MCID) argument
326 BuildMI(MachineBasicBlock *BB, DebugLoc DL, const MCInstrDesc &MCID) argument
336 BuildMI(MachineBasicBlock *BB, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
348 BuildMI(MachineFunction &MF, DebugLoc DL, const MCInstrDesc &MCID, bool IsIndirect, unsigned Reg, unsigned Offset, const MDNode *MD) argument
373 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::iterator I, DebugLoc DL, const MCInstrDesc &MCID, bool IsIndirect, unsigned Reg, unsigned Offset, const MDNode *MD) argument
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp424 SDLoc DL(ADDENode);
427 SDValue ACCIn = CurDAG->getNode(MipsISD::MTLOHI, DL, MVT::Untyped,
434 SDValue MAdd = CurDAG->getNode(MultOpc, DL, MVT::Untyped,
441 SDValue LoOut = CurDAG->getNode(MipsISD::MFLO, DL, MVT::i32, MAdd);
445 SDValue HiOut = CurDAG->getNode(MipsISD::MFHI, DL, MVT::i32, MAdd);
496 SDLoc DL(SUBENode);
499 SDValue ACCIn = CurDAG->getNode(MipsISD::MTLOHI, DL, MVT::Untyped,
506 SDValue MSub = CurDAG->getNode(MultOpc, DL, MVT::Glue,
513 SDValue LoOut = CurDAG->getNode(MipsISD::MFLO, DL, MVT::i32, MSub);
517 SDValue HiOut = CurDAG->getNode(MipsISD::MFHI, DL, MV
793 genConstMult(SDValue X, uint64_t C, SDLoc DL, EVT VT, EVT ShiftTy, SelectionDAG &DAG) argument
1281 initAccumulator(SDValue In, SDLoc DL, SelectionDAG &DAG) argument
1289 extractLOHI(SDValue Op, SDLoc DL, SelectionDAG &DAG) argument
2749 DebugLoc DL = MI->getDebugLoc(); local
2814 DebugLoc DL = MI->getDebugLoc(); local
2875 DebugLoc DL = MI->getDebugLoc(); local
2912 DebugLoc DL = MI->getDebugLoc(); local
2938 DebugLoc DL = MI->getDebugLoc(); local
2972 DebugLoc DL = MI->getDebugLoc(); local
3020 DebugLoc DL = MI->getDebugLoc(); local
3130 DebugLoc DL = MI->getDebugLoc(); local
3161 DebugLoc DL = MI->getDebugLoc(); local
3192 DebugLoc DL = MI->getDebugLoc(); local
3221 DebugLoc DL = MI->getDebugLoc(); local
[all...]
H A DMipsLongBranch.cpp81 void replaceBranch(MachineBasicBlock &MBB, Iter Br, DebugLoc DL,
218 DebugLoc DL, MachineBasicBlock *MBBOpnd) {
224 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc);
251 DebugLoc DL = I.Br->getDebugLoc(); local
293 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::ADDiu), Mips::SP)
295 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::SW)).addReg(Mips::RA)
314 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::LONG_BRANCH_LUi), Mips::AT)
317 .append(BuildMI(*MF, DL, TII->get(BalOp)).addMBB(BalTgtMBB))
318 .append(BuildMI(*MF, DL, TII->get(Mips::LONG_BRANCH_ADDiu), Mips::AT)
325 BuildMI(*BalTgtMBB, Pos, DL, TI
217 replaceBranch(MachineBasicBlock &MBB, Iter Br, DebugLoc DL, MachineBasicBlock *MBBOpnd) argument
440 DebugLoc DL = MBB.findDebugLoc(MBB.begin()); local
[all...]
H A DMipsISelLowering.cpp439 SDLoc DL(N);
441 SDValue DivRem = DAG.getNode(Opc, DL, MVT::Glue,
448 SDValue CopyFromLo = DAG.getCopyFromReg(InChain, DL, LO, Ty,
457 SDValue CopyFromHi = DAG.getCopyFromReg(InChain, DL,
517 SDLoc DL(Op);
523 return DAG.getNode(MipsISD::FPCmp, DL, MVT::Glue, LHS, RHS,
529 SDValue False, SDLoc DL) {
534 return DAG.getNode((invert ? MipsISD::CMovFP_F : MipsISD::CMovFP_T), DL,
568 const SDLoc DL(N);
574 SetCC = DAG.getSetCC(DL, SetC
528 createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, SDValue False, SDLoc DL) argument
963 DebugLoc DL = MI->getDebugLoc(); local
1046 DebugLoc DL = MI->getDebugLoc(); local
1082 DebugLoc DL = MI->getDebugLoc(); local
1232 DebugLoc DL = MI->getDebugLoc(); local
1314 DebugLoc DL = MI->getDebugLoc(); local
1451 DebugLoc DL = MI->getDebugLoc(); local
2315 passArgOnStack(SDValue StackPtr, unsigned Offset, SDValue Chain, SDValue Arg, SDLoc DL, bool IsTailCall, SelectionDAG &DAG) const argument
2391 SDLoc DL = CLI.DL; local
2604 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals, const SDNode *CallNode, const Type *RetTy) const argument
2643 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2803 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc DL, SelectionDAG &DAG) const argument
3533 copyByValRegs(SDValue Chain, SDLoc DL, std::vector<SDValue> &OutChains, SelectionDAG &DAG, const ISD::ArgFlagsTy &Flags, SmallVectorImpl<SDValue> &InVals, const Argument *FuncArg, const MipsCC &CC, const ByValArgInfo &ByVal) const argument
3577 passByValArg(SDValue Chain, SDLoc DL, std::deque< std::pair<unsigned, SDValue> > &RegsToPass, SmallVectorImpl<SDValue> &MemOpChains, SDValue StackPtr, MachineFrameInfo *MFI, SelectionDAG &DAG, SDValue Arg, const MipsCC &CC, const ByValArgInfo &ByVal, const ISD::ArgFlagsTy &Flags, bool isLittle) const argument
3672 writeVarArgRegs(std::vector<SDValue> &OutChains, const MipsCC &CC, SDValue Chain, SDLoc DL, SelectionDAG &DAG) const argument
[all...]
H A DMips16ISelDAGToDAG.cpp46 Mips16DAGToDAGISel::selectMULT(SDNode *N, unsigned Opc, SDLoc DL, EVT Ty, argument
49 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0),
55 Lo = CurDAG->getMachineNode(Opcode, DL, Ty, MVT::Glue, InFlag);
60 Hi = CurDAG->getMachineNode(Opcode, DL, Ty, InFlag);
75 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); local
84 BuildMI(MBB, I, DL, TII.get(Mips::GotPrologue16), V0).
89 BuildMI(MBB, I, DL, TII.get(Mips::SllX16), V2).addReg(V0).addImm(16);
90 BuildMI(MBB, I, DL, TII.get(Mips::AdduRxRyRz16), GlobalBaseReg)
106 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); local
109 BuildMI(MBB, I, DL, TI
[all...]
H A DMips16RegisterInfo.cpp67 DebugLoc DL; local
69 TII.copyPhysReg(MBB, I, DL, Mips::T0, Reg, true);
70 TII.copyPhysReg(MBB, UseMI, DL, Reg, Mips::T0, true);
140 DebugLoc DL = II->getDebugLoc(); local
145 FrameReg = TII.loadImmediate(FrameReg, Offset, MBB, II, DL, NewImm);
/external/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp66 DebugLoc DL,
72 DebugLoc DL,
78 DebugLoc DL,
83 DebugLoc DL,
88 DebugLoc DL, unsigned DReg, unsigned Lane,
93 DebugLoc DL);
427 DebugLoc DL,
433 DL,
446 DebugLoc DL,
452 DL,
425 createDupLane(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL, unsigned Reg, unsigned Lane, bool QPR) argument
444 createExtractSubreg(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL, unsigned DReg, unsigned Lane, const TargetRegisterClass *TRC) argument
461 createRegSequence(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL, unsigned Reg1, unsigned Reg2) argument
480 createVExt(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL, unsigned Ssub0, unsigned Ssub1) argument
496 createInsertSubreg(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL, unsigned DReg, unsigned Lane, unsigned ToInsert) argument
513 createImplicitDef(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, DebugLoc DL) argument
530 DebugLoc DL = MI->getDebugLoc(); local
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
66 BuildMI(MBB, MBBI, DL, TII.get(MSP430::PUSH16r))
70 BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::FPW)
86 DL = MBBI->getDebugLoc();
98 BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SPW)
115 DebugLoc DL = MBBI->getDebugLoc(); local
135 BuildMI(MBB, MBBI, DL, TII.get(MSP430::POP16r), MSP430::FPW);
148 DL = MBBI->getDebugLoc();
156 BuildMI(MBB, MBBI, DL,
160 BuildMI(MBB, MBBI, DL,
[all...]
H A DMSP430Subtarget.h35 const DataLayout DL; // Calculates type size & alignment member in class:llvm::MSP430Subtarget
56 const DataLayout *getDataLayout() const { return &DL; }
/external/llvm/lib/Target/XCore/
H A DXCoreSubtarget.h34 const DataLayout DL; // Calculates type size & alignment member in class:llvm::XCoreSubtarget
58 const DataLayout *getDataLayout() const { return &DL; }
H A DXCoreSelectionDAGInfo.h25 explicit XCoreSelectionDAGInfo(const DataLayout &DL);
/external/llvm/lib/Analysis/
H A DPtrUseVisitor.cpp34 return GEPI.accumulateConstantOffset(DL, Offset);
/external/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.h23 explicit AArch64SelectionDAGInfo(const DataLayout *DL);
/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.h23 explicit HexagonSelectionDAGInfo(const DataLayout &DL);
/external/llvm/lib/CodeGen/
H A DErlangGC.cpp32 DebugLoc DL) const;
55 DebugLoc DL) const {
58 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp36 MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL,
46 BuildMI(MBB, I, DL, get(NVPTX::IMOV32rr), DestReg)
49 BuildMI(MBB, I, DL, get(NVPTX::IMOV1rr), DestReg)
52 BuildMI(MBB, I, DL, get(NVPTX::FMOV32rr), DestReg)
55 BuildMI(MBB, I, DL, get(NVPTX::IMOV16rr), DestReg)
58 BuildMI(MBB, I, DL, get(NVPTX::IMOV64rr), DestReg)
61 BuildMI(MBB, I, DL, get(NVPTX::FMOV64rr), DestReg)
253 const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const {
262 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB);
264 BuildMI(&MBB, DL, ge
35 copyPhysReg( MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp625 static SDValue convertLocVTToValVT(SelectionDAG &DAG, SDLoc DL, argument
631 Value = DAG.getNode(ISD::AssertSext, DL, VA.getLocVT(), Value,
634 Value = DAG.getNode(ISD::AssertZext, DL, VA.getLocVT(), Value,
638 Value = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Value);
640 Value = DAG.getLoad(VA.getValVT(), DL, Chain, Value,
650 static SDValue convertValVTToLocVT(SelectionDAG &DAG, SDLoc DL, argument
654 return DAG.getNode(ISD::SIGN_EXTEND, DL, VA.getLocVT(), Value);
656 return DAG.getNode(ISD::ZERO_EXTEND, DL, VA.getLocVT(), Value);
658 return DAG.getNode(ISD::ANY_EXTEND, DL, VA.getLocVT(), Value);
669 SDLoc DL, SelectionDA
667 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
806 SDLoc &DL = CLI.DL; local
966 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc DL, SelectionDAG &DAG) const argument
1013 prepareVolatileOrAtomicLoad(SDValue Chain, SDLoc DL, SelectionDAG &DAG) const argument
1615 emitCmp(SelectionDAG &DAG, SDLoc DL, Comparison &C) argument
1631 lowerMUL_LOHI32(SelectionDAG &DAG, SDLoc DL, unsigned Extend, SDValue Op0, SDValue Op1, SDValue &Hi, SDValue &Lo) argument
1647 lowerGR128Binary(SelectionDAG &DAG, SDLoc DL, EVT VT, unsigned Extend, unsigned Opcode, SDValue Op0, SDValue Op1, SDValue &Even, SDValue &Odd) argument
1662 emitSETCC(SelectionDAG &DAG, SDLoc DL, SDValue Glue, unsigned CCValid, unsigned CCMask) argument
1724 getAbsolute(SelectionDAG &DAG, SDLoc DL, SDValue Op, bool IsNegative) argument
2624 DebugLoc DL = MI->getDebugLoc(); local
2674 DebugLoc DL = MI->getDebugLoc(); local
2747 DebugLoc DL = MI->getDebugLoc(); local
2870 DebugLoc DL = MI->getDebugLoc(); local
2983 DebugLoc DL = MI->getDebugLoc(); local
3090 DebugLoc DL = MI->getDebugLoc(); local
3122 DebugLoc DL = MI->getDebugLoc(); local
3292 DebugLoc DL = MI->getDebugLoc(); local
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h153 const DataLayout *DL = nullptr,
160 explicit InlineFunctionInfo(CallGraph *cg = nullptr, const DataLayout *DL = nullptr)
161 : CG(cg), DL(DL) {}
166 const DataLayout *DL; member in class:llvm::InlineFunctionInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h50 DebugLoc DL; member in class:llvm::SDDbgValue
58 Offset(off), DL(dl), Order(O),
68 mdPtr(mdP), IsIndirect(false), Offset(off), DL(dl), Order(O),
76 mdPtr(mdP), IsIndirect(false), Offset(off), DL(dl), Order(O),
107 DebugLoc getDebugLoc() { return DL; }

Completed in 3195 milliseconds

1234567891011>>