Home
last modified time | relevance | path

Searched defs:LE (Results 1 – 25 of 117) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DEndianStreamTest.cpp24 endian::Writer LE(OS, little); in TEST() local
55 endian::Writer LE(OS, little); in TEST() local
85 endian::Writer LE(OS, little); in TEST() local
123 endian::Writer LE(OS, little); in TEST() local
161 endian::Writer LE(OS, little); in TEST() local
176 endian::Writer LE(OS, little); in TEST() local
192 endian::Writer LE(OS, little); in TEST() local
/external/llvm/unittests/Support/
DEndianStreamTest.cpp24 endian::Writer<little> LE(OS); in TEST() local
55 endian::Writer<little> LE(OS); in TEST() local
85 endian::Writer<little> LE(OS); in TEST() local
123 endian::Writer<little> LE(OS); in TEST() local
161 endian::Writer<little> LE(OS); in TEST() local
176 endian::Writer<little> LE(OS); in TEST() local
192 endian::Writer<little> LE(OS); in TEST() local
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DComparison.java37 LE() { in LE() method
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopDeletion.cpp112 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in IsLoopDead() local
205 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in runOnLoop() local
227 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in runOnLoop() local
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp83 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in isLoopDead() local
176 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in runImpl() local
197 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in runImpl() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h21 StringRef SOS, StringRef AOS, StringRef LS, bool LE, in DWARFCompileUnit()
DDWARFTypeUnit.h24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h24 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
DDWARFTypeUnit.h32 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZ.h41 LE = 11, enumerator
/external/llvm/unittests/LineEditor/
DLineEditor.cpp20 LineEditor *LE; member in LineEditorTest
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp113 LE = MD.live_end(PI); in finishAssembly() local
/external/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp116 LE = MD.live_end(PI); in finishAssembly() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/LineEditor/
DLineEditor.cpp20 LineEditor *LE; member in LineEditorTest
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.h33 LE enumerator
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp189 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams()
267 bool LE = TM.isLittleEndian(); in assureFPCallStub() local
457 bool LE = TM.isLittleEndian(); in createFPFnStub() local
DMipsAsmPrinter.cpp802 unsigned FPReg2, bool LE) { in EmitMovFPIntPair()
814 bool LE, bool ToFP) { in EmitSwapFPIntParams()
846 bool LE) { in EmitSwapFPIntRetval()
872 bool LE = getDataLayout().isLittleEndian(); in EmitFPCallStub() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp185 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams()
261 bool LE = TM.isLittleEndian(); in assureFPCallStub() local
448 bool LE = TM.isLittleEndian(); in createFPFnStub() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/MCTargetDesc/
DARCInfo.h38 LE = 0xc, enumerator
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp72 support::endian::Writer<support::little> LE; member in llvm::ProfOStream
97 endian::Writer<little> LE(Out); in EmitKeyDataLength() local
123 endian::Writer<little> LE(Out); in EmitData() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTX.h38 LE, enumerator
144 LE, enumerator
/external/llvm/lib/Target/NVPTX/
DNVPTX.h38 LE, enumerator
146 LE, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp89 support::endian::Writer LE; member in llvm::ProfOStream
116 endian::Writer LE(Out, little); in EmitKeyDataLength() local
143 endian::Writer LE(Out, little); in EmitData() local
/external/ltp/testcases/lib/
Dtst_kvcmp.c30 LE, enumerator
/external/clang/lib/Frontend/
DCacheTokens.cpp85 endian::Writer<little> LE(Out); in EmitData() local
132 endian::Writer<little> LE(Out); in EmitKeyDataLength() local
154 endian::Writer<little> LE(Out); in EmitData() local
296 endian::Writer<little> LE(Out); in LexTokens() local

12345