Home
last modified time | relevance | path

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

1234

/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() enumConstant
/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-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp186 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams()
262 bool LE = TM.isLittleEndian(); in assureFPCallStub() local
449 bool LE = TM.isLittleEndian(); in createFPFnStub() local
DMipsAsmPrinter.cpp908 unsigned FPReg2, bool LE) { in EmitMovFPIntPair()
920 bool LE, bool ToFP) { in EmitSwapFPIntParams()
953 bool LE) { in EmitSwapFPIntRetval()
981 bool LE = getDataLayout().isLittleEndian(); in EmitFPCallStub() local
/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-10.0/llvm/include/llvm/DebugInfo/GSYM/
DLineTable.h169 void push(const LineEntry &LE) { in push()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/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/llvm/unittests/LineEditor/
DLineEditor.cpp20 LineEditor *LE; member in LineEditorTest
/external/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp116 LE = MD.live_end(PI); in finishAssembly() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp112 LE = MD.live_end(PI); in finishAssembly() local
/external/llvm/lib/Target/NVPTX/
DNVPTX.h38 LE, enumerator
146 LE, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h31 LE, enumerator
135 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
DARCInfo.h37 LE = 0xc, enumerator
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp194 BasicBlock::iterator LI = L->begin(), LE = L->end(); in diff() local
465 LI = L->arg_begin(), LE = L->arg_end(), in diff() local
489 BasicBlock::iterator LE = LStart->getParent()->end(); in runBlockDiff() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp88 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp141 for (auto LIt = df_begin(L), LE = df_end(L); LIt != LE; ++LIt) in run() local
834 for (auto L = df_begin(I), LE = df_end(I); L != LE; ++L) in runOnMachineFunction() local
/external/ltp/testcases/lib/
Dtst_kvcmp.c17 LE, enumerator
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-trap.c49 #define LE 1UL macro

1234