Searched defs:DL (Results 1 - 25 of 140) sorted by relevance

123456

/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h32 const DataLayout DL; member in class:llvm::SystemZTargetMachine
H A DSystemZRegisterInfo.cpp69 DebugLoc DL = MI->getDebugLoc(); local
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDebugLoc.h34 DebugLoc DL; local
42 DebugLoc DL; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h30 const DataLayout DL; member in class:llvm::AArch64TargetMachine
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp63 DebugLoc DL; local
91 DebugLoc DL; local
41 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
H A DARMInstrInfo.cpp122 DebugLoc DL = FirstMBB.findDebugLoc(MBBI); local
H A DARMTargetMachine.h71 const DataLayout DL; // Calculates type size & alignment member in class:llvm::ARMTargetMachine
108 const DataLayout DL; // Calculates type size & alignment member in class:llvm::ThumbTargetMachine
H A DThumb2InstrInfo.cpp131 DebugLoc DL; local
181 DebugLoc DL; local
114 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h30 const DataLayout DL; // Calculates type size & alignment. member in class:llvm::HexagonTargetMachine
H A DHexagonFixupHwLoops.cpp163 DebugLoc DL = MII->getDebugLoc(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h34 const DataLayout DL; // Calculates type size & alignment member in class:llvm::MSP430TargetMachine
H A DMSP430FrameLowering.cpp49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
115 DebugLoc DL = MBBI->getDebugLoc(); local
[all...]
H A DMSP430InstrInfo.cpp42 DebugLoc DL; local
70 DebugLoc DL; local
91 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h29 const DataLayout DL; // Calculates type size & alignment member in class:llvm::XCoreTargetMachine
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h34 const DataLayout DL; // Calculates type size & alignment member in class:llvm::NVPTXTargetMachine
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h32 const DataLayout DL; // Calculates type size & alignment member in class:llvm::PPCTargetMachine
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h31 const DataLayout DL; // Calculates type size & alignment member in class:llvm::SparcTargetMachine
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.h81 const DataLayout DL; // Calculates type size & alignment member in class:llvm::X86_32TargetMachine
110 const DataLayout DL; // Calculates type size & alignment member in class:llvm::X86_64TargetMachine
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp151 PathDiagnosticLocation DL; local
/freebsd-10.1-release/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp56 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { argument
81 const DebugLoc &DL = I->getDebugLoc(); local
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h162 const DataLayout *DL; member in class:llvm::ObjectSizeOffsetVisitor
223 const DataLayout *DL; member in class:llvm::ObjectSizeOffsetEvaluator
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h54 DebugLoc DL; member in class:llvm::FastISel
153 DebugLoc DL; member in struct:llvm::FastISel::SavePoint
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h131 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, argument
154 EmitTargetCodeForStrlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, argument
160 EmitTargetCodeForStrnlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, argument
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h49 DebugLoc DL; member in class:llvm::SDDbgValue
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DDataLayout.cpp44 StructLayout::StructLayout(StructType *ST, const DataLayout &DL) { argument

Completed in 146 milliseconds

123456