Searched refs:DL (Results 76 - 100 of 179) sorted by relevance

12345678

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp148 PathDiagnosticLocation DL; local
152 DL = PathDiagnosticLocation::createBegin(S, B.getSourceManager(), LC);
153 SL = DL.asLocation();
166 "This statement is never executed", DL, SR);
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h55 DebugLoc DL; member in class:llvm::FastISel
92 DebugLoc getCurDebugLoc() const { return DL; }
145 DebugLoc DL; member in struct:llvm::FastISel::SavePoint
353 void FastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL);
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp37 DL("e-p:64:64-i64:64:64-i128:128:128-s0:32:32-f128:128:128-n32:64-S128"),
H A DAArch64ISelDAGToDAG.cpp228 DebugLoc DL = Node->getDebugLoc(); local
261 PoolAddr = CurDAG->getNode(AArch64ISD::WrapperSmall, DL, PtrVT,
268 return CurDAG->getExtLoad(Extension, DL, DestType, CurDAG->getEntryNode(),
277 DebugLoc DL = Node->getDebugLoc(); local
287 PoolAddr = CurDAG->getNode(AArch64ISD::WrapperSmall, DL, PtrVT,
294 return CurDAG->getLoad(DestType, DL, CurDAG->getEntryNode(), PoolAddr,
/external/llvm/lib/Target/MBlaze/
H A DMBlazeTargetMachine.cpp41 DL("E-p:32:32:32-i8:8:8-i16:16:16"),
H A DMBlazeInstrInfo.h205 DebugLoc DL) const;
212 MachineBasicBlock::iterator I, DebugLoc DL,
/external/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.h33 DebugLoc DL, SDNode *Node) const;
/external/llvm/lib/Target/R600/
H A DSIISelLowering.h45 DebugLoc DL, SelectionDAG &DAG,
H A DSIInstrInfo.h34 MachineBasicBlock::iterator MI, DebugLoc DL,
H A DSIISelLowering.cpp85 DebugLoc DL, SelectionDAG &DAG,
170 InVals.push_back(DAG.getCopyFromReg(Chain, DL, Reg, VT));
177 SDValue Val = DAG.getCopyFromReg(Chain, DL, Reg, VT);
191 Regs.push_back(DAG.getCopyFromReg(Chain, DL, Reg, VT));
199 InVals.push_back(DAG.getNode(ISD::BUILD_VECTOR, DL, Arg.VT,
275 DebugLoc DL = BRCOND.getDebugLoc(); local
311 Res.size() > 1 ? ISD::INTRINSIC_W_CHAIN : ISD::INTRINSIC_VOID, DL,
332 Chain, DL,
355 DebugLoc DL = Op.getDebugLoc(); local
363 SDValue Cond = DAG.getNode(ISD::SETCC, DL, MV
80 LowerFormalArguments( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
374 DebugLoc DL = N->getDebugLoc(); local
[all...]
H A DR600InstrInfo.h44 MachineBasicBlock::iterator MI, DebugLoc DL,
77 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const;
/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp114 DataLayout* DL = new DataLayout(M.get()); local
115 IntegerType *IntPtrTy = Builder.getIntPtrTy(DL);
116 unsigned IntPtrBitSize = DL->getPointerSizeInBits(0);
118 delete DL;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp925 SDValue SelectionDAG::getAnyExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) { argument
927 getNode(ISD::ANY_EXTEND, DL, VT, Op) :
928 getNode(ISD::TRUNCATE, DL, VT, Op);
931 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) { argument
933 getNode(ISD::SIGN_EXTEND, DL, VT, Op) :
934 getNode(ISD::TRUNCATE, DL, VT, Op);
937 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) { argument
939 getNode(ISD::ZERO_EXTEND, DL, VT, Op) :
940 getNode(ISD::TRUNCATE, DL, VT, Op);
943 SDValue SelectionDAG::getZeroExtendInReg(SDValue Op, DebugLoc DL, EV argument
957 getNOT(DebugLoc DL, SDValue Val, EVT VT) argument
1080 getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT, int64_t Offset, bool isTargetGA, unsigned char TargetFlags) argument
2402 getNode(unsigned Opcode, DebugLoc DL, EVT VT) argument
2419 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue Operand) argument
2792 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2) argument
3255 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3) argument
3345 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
3352 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
4635 getNode(unsigned Opcode, DebugLoc DL, EVT VT, const SDUse *Ops, unsigned NumOps) argument
4651 getNode(unsigned Opcode, DebugLoc DL, EVT VT, const SDValue *Ops, unsigned NumOps) argument
4706 getNode(unsigned Opcode, DebugLoc DL, ArrayRef<EVT> ResultTys, const SDValue *Ops, unsigned NumOps) argument
4713 getNode(unsigned Opcode, DebugLoc DL, const EVT *VTs, unsigned NumVTs, const SDValue *Ops, unsigned NumOps) argument
4721 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, const SDValue *Ops, unsigned NumOps) argument
4788 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList) argument
4792 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1) argument
4798 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2) argument
4804 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3) argument
4810 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
4817 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
5366 getMachineNode(unsigned Opcode, DebugLoc DL, SDVTList VTs, const SDValue *Ops, unsigned NumOps) argument
5408 getTargetExtractSubreg(int SRIdx, DebugLoc DL, EVT VT, SDValue Operand) argument
5419 getTargetInsertSubreg(int SRIdx, DebugLoc DL, EVT VT, SDValue Operand, SDValue Subreg) argument
5444 getDbgValue(MDNode *MDPtr, SDNode *N, unsigned R, uint64_t Off, DebugLoc DL, unsigned O) argument
5450 getDbgValue(MDNode *MDPtr, const Value *C, uint64_t Off, DebugLoc DL, unsigned O) argument
5456 getDbgValue(MDNode *MDPtr, unsigned FI, uint64_t Off, DebugLoc DL, unsigned O) argument
5893 GlobalAddressSDNode(unsigned Opc, DebugLoc DL, const GlobalValue *GA, EVT VT, int64_t o, unsigned char TF) argument
[all...]
H A DLegalizeVectorTypes.cpp306 DebugLoc DL = N->getDebugLoc(); local
309 return DAG.getNode(ISD::SETCC, DL, MVT::i1, LHS, RHS, N->getOperand(2));
333 DebugLoc DL = N->getDebugLoc(); local
336 SDValue Res = DAG.getNode(ISD::SETCC, DL, MVT::i1, LHS, RHS,
342 return DAG.getNode(ExtendCode, DL, NVT, Res);
846 DebugLoc DL = N->getDebugLoc(); local
854 LL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(0),
856 LH = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(0),
859 RL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(1),
861 RH = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNV
1097 DebugLoc DL = N->getDebugLoc(); local
1232 DebugLoc DL = N->getDebugLoc(); local
1273 DebugLoc DL = N->getDebugLoc(); local
1302 DebugLoc DL = N->getDebugLoc(); local
1320 DebugLoc DL = N->getDebugLoc(); local
1602 DebugLoc DL = N->getDebugLoc(); local
[all...]
/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp113 MachineBasicBlock::iterator I, DebugLoc DL,
118 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);
120 AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::tMOVr), DestReg)
132 DebugLoc DL; local
133 if (I != MBB.end()) DL = I->getDebugLoc();
142 AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::t2STRi12))
159 DebugLoc DL; local
160 if (I != MBB.end()) DL = I->getDebugLoc();
169 AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::t2LDRi12), DestReg)
112 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
H A DARMInstrInfo.cpp120 DebugLoc DL = FirstMBB.findDebugLoc(MBBI); local
125 MachineInstrBuilder MIB = BuildMI(FirstMBB, MBBI, DL,
H A DARMFrameLowering.cpp587 DebugLoc DL; local
588 if (MI != MBB.end()) DL = MI->getDebugLoc();
629 AddDefaultPred(BuildMI(MBB, MI, DL, TII.get(StmOpc), ARM::SP)
634 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc),
655 DebugLoc DL = MI->getDebugLoc(); local
694 AddDefaultPred(BuildMI(MBB, MI, DL, TII.get(LdmOpc), ARM::SP)
709 BuildMI(MBB, MI, DL, TII.get(LdrOpc), Regs[0])
735 DebugLoc DL = MI->getDebugLoc(); local
775 AddDefaultCC(AddDefaultPred(BuildMI(MBB, MI, DL, TII.get(Opc), ARM::R4)
782 AddDefaultCC(AddDefaultPred(BuildMI(MBB, MI, DL, TI
894 DebugLoc DL = MI->getDebugLoc(); local
[all...]
H A DThumb1FrameLowering.cpp336 DebugLoc DL;
340 if (MI != MBB.end()) DL = MI->getDebugLoc();
342 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(ARM::tPUSH));
380 DebugLoc DL = MI->getDebugLoc(); local
381 MachineInstrBuilder MIB = BuildMI(MF, DL, TII.get(ARM::tPOP));
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp710 DebugLoc DL = (InsertPos != PH->end()) ? InsertPos->getDebugLoc() local
792 BuildMI(*PH, InsertPos, DL, SubD, SubR);
818 BuildMI(*PH, InsertPos, DL, AddD, AddR)
839 BuildMI(*PH, InsertPos, DL, LsrD, LsrR)
1082 DebugLoc DL; local
1084 DL = InsertPos->getDebugLoc();
1089 BuildMI(*Preheader, InsertPos, DL, TII->get(TargetOpcode::COPY), CountReg)
1092 BuildMI(*Preheader, InsertPos, DL, TII->get(Hexagon::LOOP0_r))
1103 BuildMI(*Preheader, InsertPos, DL, TII->get(Hexagon::TFRI), CountReg)
1105 BuildMI(*Preheader, InsertPos, DL, TI
1243 DebugLoc DL = DI->getDebugLoc(); local
1427 DebugLoc DL; local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2279 DebugLoc &dl = CLI.DL;
5061 DebugLoc &DL, SelectionDAG &DAG) {
5098 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
5102 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
5112 DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, DL, Tys, Ops, 2, MVT::i64,
5122 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
5129 return DAG.getNode(ISD::BITCAST, DL, VT, ResNode);
5274 DebugLoc DL = Op.getDebugLoc();
5330 SDValue NV = DAG.getVectorShuffle(VT, DL, VecIn1, VecIn2, &Mask[0]);
5333 NV = DAG.getNode(ISD::INSERT_VECTOR_ELT, DL, V
5060 EltsFromConsecutiveLoads(EVT VT, SmallVectorImpl<SDValue> &Elts, DebugLoc &DL, SelectionDAG &DAG) argument
7446 DebugLoc DL = CP->getDebugLoc(); local
7478 DebugLoc DL = JT->getDebugLoc(); local
7516 DebugLoc DL = Op.getDebugLoc(); local
7806 DebugLoc DL = Op.getDebugLoc(); local
7986 DebugLoc DL = Op.getDebugLoc(); local
8266 DebugLoc DL = Op.getDebugLoc(); local
8411 DebugLoc DL = Op.getDebugLoc(); local
8443 DebugLoc DL = Op.getDebugLoc(); local
8604 DebugLoc DL = Op.getDebugLoc(); local
8788 DebugLoc DL = N->getDebugLoc(); local
9497 DebugLoc DL = Op.getDebugLoc(); local
10088 DebugLoc DL = Op.getDebugLoc(); local
10221 DebugLoc DL = Op.getDebugLoc(); local
11021 DebugLoc DL = Op.getDebugLoc(); local
11029 DebugLoc DL = Op.getDebugLoc(); local
11214 DebugLoc DL = Op.getDebugLoc(); local
11720 DebugLoc DL = Op.getDebugLoc(); local
11924 DebugLoc DL = Op.getDebugLoc(); local
12728 DebugLoc DL = MI->getDebugLoc(); local
12924 DebugLoc DL = MI->getDebugLoc(); local
13197 DebugLoc DL = MI->getDebugLoc(); local
13597 DebugLoc DL = MI->getDebugLoc(); local
13852 DebugLoc DL = MI->getDebugLoc(); local
13929 DebugLoc DL = MI->getDebugLoc(); local
13997 DebugLoc DL = MI->getDebugLoc(); local
14118 DebugLoc DL = MI->getDebugLoc(); local
14176 DebugLoc DL = MI->getDebugLoc(); local
14229 DebugLoc DL = MI->getDebugLoc(); local
14364 DebugLoc DL = MI->getDebugLoc(); local
14471 DebugLoc DL = MI->getDebugLoc(); local
15179 DebugLoc DL = N->getDebugLoc(); local
15642 DebugLoc DL = N->getDebugLoc(); local
15845 DebugLoc DL = N->getDebugLoc(); local
15943 DebugLoc DL = N->getDebugLoc(); local
16058 DebugLoc DL = N->getDebugLoc(); local
16177 DebugLoc DL = Narrow->getDebugLoc(); local
16249 DebugLoc DL = N->getDebugLoc(); local
16283 DebugLoc DL = N->getDebugLoc(); local
16410 DebugLoc DL = N->getDebugLoc(); local
16457 DebugLoc DL = N->getDebugLoc(); local
16507 DebugLoc DL = N->getDebugLoc(); local
17345 MaterializeSETB(DebugLoc DL, SDValue EFLAGS, SelectionDAG &DAG) argument
17356 DebugLoc DL = N->getDebugLoc(); local
17400 DebugLoc DL = N->getDebugLoc(); local
17460 DebugLoc DL = N->getDebugLoc(); local
17479 DebugLoc DL = N->getDebugLoc(); local
[all...]
H A DX86TargetMachine.cpp39 DL(getSubtargetImpl()->isTargetDarwin() ?
63 DL(getSubtargetImpl()->isTarget64BitILP32() ?
H A DX86InstrInfo.h224 DebugLoc DL) const;
229 MachineBasicBlock::iterator MI, DebugLoc DL,
234 MachineBasicBlock::iterator MI, DebugLoc DL,
269 DebugLoc DL) const;
/external/llvm/include/llvm/IR/
H A DOperator.h444 bool accumulateConstantOffset(const DataLayout &DL, APInt &Offset) const { argument
446 DL.getPointerSizeInBits(getPointerAddressSpace()) &&
460 const StructLayout *SL = DL.getStructLayout(STy);
469 DL.getTypeAllocSize(GTI.getIndexedType()));
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp73 DL(Subtarget.getDataLayout()),
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp36 DL(Subtarget.getDataLayout()),

Completed in 459 milliseconds

12345678