HomeSort by relevance Sort by last modified time
    Searched refs:Tbl (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/Target/
CostTable.h 31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
33 auto I = std::find_if(Tbl.begin(), Tbl.end(),
36 if (I != Tbl.end())
54 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
56 auto I = std::find_if(Tbl.begin(), Tbl.end(),
61 if (I != Tbl.end())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
CostTable.h 32 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl,
34 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
37 if (I != Tbl.end())
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl,
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
60 if (I != Tbl.end())
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-x86_64.pl 168 $Tbl="%rbp";
203 add ($Tbl),$T1 # T1+=K[round]
218 lea $STRIDE($Tbl),$Tbl # round++
328 lea $TABLE(%rip),$Tbl
350 cmpb \$0,`$SZ-1`($Tbl)
536 my ($ctx,$inp,$num,$Tbl)=("%rdi","%rsi","%rdx","%rcx");
557 lea K256+0x80(%rip),$Tbl
560 movdqa 0x200-0x80($Tbl),$TMP # byte swap mask
578 movdqa 0*32-0x80($Tbl),$W
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 348 // Return true if current Tbl pointer is within state0 range
350 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) {
352 return (static_cast<uint32>(Tbl - Tbl0) < st->state0_size);
420 const uint8* Tbl = Tbl_0;
423 e = Tbl[c];
426 Tbl = &Tbl_0[e << eshift];
443 if (!InStateZero(st, Tbl)) {
448 } else if (!InStateZero(st, Tbl)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Check.py     [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h     [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc     [all...]
test-disasm-aarch64.cc     [all...]

Completed in 667 milliseconds