Searched refs:DL (Results 226 - 250 of 379) sorted by relevance

1234567891011>>

/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp147 DirectoryLookup DL(DE, SrcMgr::C_User, false);
148 HeaderInfo.AddSearchPath(DL, IsSystemHeader);
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h326 const DataLayout *DL; member in class:llvm::MemoryDependenceAnalysis
419 const DataLayout &DL);
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp21 ARMSelectionDAGInfo::ARMSelectionDAGInfo(const DataLayout &DL) argument
22 : TargetSelectionDAGInfo(&DL) {}
H A DARMSubtarget.cpp157 DL(computeDataLayout(initializeSubtargetDependencies(CPU, FS))),
158 TSInfo(DL), JITInfo(),
H A DARMSubtarget.h266 const DataLayout *getDataLayout() const { return &DL; }
277 const DataLayout DL; member in class:llvm::ARMSubtarget
H A DThumb1FrameLowering.cpp418 DebugLoc DL;
422 if (MI != MBB.end()) DL = MI->getDebugLoc();
424 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(ARM::tPUSH));
462 DebugLoc DL = MI->getDebugLoc(); local
463 MachineInstrBuilder MIB = BuildMI(MF, DL, TII.get(ARM::tPOP));
H A DARMAsmPrinter.cpp185 const DataLayout *DL = TM.getDataLayout(); local
187 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "JTI"
194 const DataLayout *DL = TM.getDataLayout(); local
196 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "SJLJEH"
837 const DataLayout *DL = TM.getDataLayout(); local
846 OS << DL->getPrivateGlobalPrefix() << "_LSDA_" << getFunctionNumber();
874 MCSymbol *PCLabel = getPICLabel(DL->getPrivateGlobalPrefix(),
1154 const DataLayout *DL = TM.getDataLayout(); local
1296 MCSymbol *LabelSym = getPICLabel(DL->getPrivateGlobalPrefix(),
1329 MCSymbol *LabelSym = getPICLabel(DL
[all...]
H A DARMBaseInstrInfo.cpp399 DebugLoc DL) const {
415 BuildMI(&MBB, DL, get(BOpc)).addMBB(TBB).addImm(ARMCC::AL).addReg(0);
417 BuildMI(&MBB, DL, get(BOpc)).addMBB(TBB);
419 BuildMI(&MBB, DL, get(BccOpc)).addMBB(TBB)
425 BuildMI(&MBB, DL, get(BccOpc)).addMBB(TBB)
428 BuildMI(&MBB, DL, get(BOpc)).addMBB(FBB).addImm(ARMCC::AL).addReg(0);
430 BuildMI(&MBB, DL, get(BOpc)).addMBB(FBB);
663 MachineBasicBlock::iterator I, DebugLoc DL,
670 AddDefaultCC(AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::MOVr), DestReg)
691 MachineInstrBuilder MIB = BuildMI(MBB, I, DL, ge
662 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
800 DebugLoc DL; local
991 DebugLoc DL; local
[all...]
H A DARMISelLowering.cpp1382 SDLoc &dl = CLI.DL;
2047 SDLoc DL, SelectionDAG &DAG) {
2075 return DAG.getNode(ARMISD::INTRET_FLAG, DL, MVT::Other, RetOps);
2291 SDLoc DL(Op);
2306 CPAddr = DAG.getNode(ARMISD::Wrapper, DL, PtrVT, CPAddr);
2307 SDValue Result = DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), CPAddr,
2313 return DAG.getNode(ARMISD::PIC_ADD, DL, PtrVT, Result, PICLabel);
2509 SDLoc DL(Op);
2515 Result = DAG.getNode(ARMISD::Wrapper, DL, PtrVT,
2516 DAG.getTargetGlobalAddress(GV, DL, PtrV
2046 LowerInterruptReturn(SmallVectorImpl<SDValue> &RetOps, SDLoc DL, SelectionDAG &DAG) argument
7164 DebugLoc DL = MI->getDebugLoc(); local
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h72 DebugLoc DL) const override;
79 MachineBasicBlock::iterator I, DebugLoc DL,
/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp118 DL(computeDataLayout(initializeSubtargetDependencies(CPU, FS, TM))),
119 TSInfo(DL), JITInfo(), InstrInfo(MipsInstrInfo::create(*TM)),
H A DMipsSubtarget.h149 const DataLayout DL; // Calculates type size & alignment member in class:llvm::MipsSubtarget
294 const DataLayout *getDataLayout() const { return &DL; }
/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp40 const DataLayout *DL = TM.getDataLayout(); local
51 Name += DL->getPrivateGlobalPrefix();
H A DPPCSubtarget.cpp83 DL(getDataLayoutString(*this)), InstrInfo(*this), JITInfo(*this),
84 TLInfo(TM), TSInfo(&DL) {}
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.h65 MachineBasicBlock::iterator MI, DebugLoc DL,
166 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const override;
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp45 DL = TM.getDataLayout();
109 NameStr += DL->getPrivateGlobalPrefix();
/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp356 DL(computeDataLayout(*this)), TSInfo(DL),
H A DX86Subtarget.h230 const DataLayout DL; member in class:llvm::final
249 const DataLayout *getDataLayout() const { return &DL; }
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp213 const DataLayout *DL = TM.getDataLayout(); local
229 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
/external/lzma/Asm/x86/
H A D7zAsm.asm53 x2_L equ DL
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp475 const DataLayout *DL) {
476 if (!DL)
483 Constant *C = ConstantFoldLoadFromConstPtr(CE->getOperand(0), DL);
492 if (DL->getTypeSizeInBits(DestTy) == DL->getTypeSizeInBits(SrcTy)) {
614 /// these together. If target data info is available, it is provided as DL,
615 /// otherwise DL is null.
617 Constant *Op1, const DataLayout *DL){
625 if (Opc == Instruction::And && DL) {
626 unsigned BitWidth = DL
474 ConstantFoldLoadThroughBitcast(ConstantExpr *CE, const DataLayout *DL) argument
616 SymbolicallyEvaluateBinop(unsigned Opc, Constant *Op0, Constant *Op1, const DataLayout *DL) argument
[all...]
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp81 DebugLoc DL; member in class:__anon25754::UserValueScopes
86 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {}
92 LS.getMachineBasicBlocks(DL, LBlocks);
93 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB))
310 bool IsIndirect, DebugLoc DL);
425 bool IsIndirect, DebugLoc DL) {
436 make_unique<UserValue>(Var, Offset, IsIndirect, DL, allocator));
424 getUserValue(const MDNode *Var, unsigned Offset, bool IsIndirect, DebugLoc DL) argument
H A DMachineFunction.cpp180 DebugLoc DL, bool NoImp) {
182 MachineInstr(*this, MCID, DL, NoImp);
462 const DataLayout *DL = getTarget().getDataLayout(); local
466 const char *Prefix = isLinkerPrivate ? DL->getLinkerPrivateGlobalPrefix() :
467 DL->getPrivateGlobalPrefix();
477 const DataLayout *DL = getTarget().getDataLayout(); local
478 return Ctx.GetOrCreateSymbol(Twine(DL->getPrivateGlobalPrefix())+
179 CreateMachineInstr(const MCInstrDesc &MCID, DebugLoc DL, bool NoImp) argument
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp431 void processDebugLoc(DebugLoc DL, bool BeforePrintingInsn) override;
738 void JITEmitter::processDebugLoc(DebugLoc DL, bool BeforePrintingInsn) { argument
739 if (DL.isUnknown()) return;
744 if (DL.getScope(Context) != nullptr && PrevDL != DL) {
747 NextLine.Loc = DL;
751 PrevDL = DL;
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp145 const DataLayout *DL; member in class:__anon26293::LoopReroll
883 if (!isSimpleLoadStore(J2) && !isSafeToSpeculativelyExecute(J2, DL))
928 !isSafeToSpeculativelyExecute(J1, DL)) ||
930 !isSafeToSpeculativelyExecute(J2, DL)))) {
1033 isSafeToSpeculativelyExecute(J, DL))))
1124 SimplifyInstructionsInBlock(Header, DL, TLI);
1139 DL = DLP ? &DLP->getDataLayout() : nullptr;

Completed in 379 milliseconds

1234567891011>>