/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 74 LineTable < = Gen->addLineTable(DWARF32); in setupParser() local 206 LineTable < = Gen->addLineTable(); in TEST_F() local 226 LineTable < = Gen->addLineTable(Format); in TEST_P() local 253 LineTable < = Gen->addLineTable(Format); in TEST_P() local 316 LineTable < = Gen->addLineTable(); in TEST_F() local 339 LineTable < = Gen->addLineTable(); in TEST_P() local 361 LineTable < = Gen->addLineTable(); in TEST_F() local 405 LineTable < = Gen->addLineTable(Format); in TEST_P() local 441 LineTable < = Gen->addLineTable(Format); in TEST_P() local 492 LineTable < = Gen->addLineTable(); in TEST_F() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Chrono.cpp | 30 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM() local 44 struct tm LT = getStructTM(TP); in operator <<() local 58 struct tm LT = getStructTM(Truncated); in format() local
|
/external/llvm-project/llvm/lib/Support/ |
D | Chrono.cpp | 30 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM() local 44 struct tm LT = getStructTM(TP); in operator <<() local 58 struct tm LT = getStructTM(Truncated); in format() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 90 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() local 315 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getCmpSelInstrCost() local 376 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 402 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 417 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() local 485 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getMemoryOpCost() local
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | Comparison.java | 29 LT() { in LT() enumConstant
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 168 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() local 468 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getCmpSelInstrCost() local 593 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 615 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 640 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 656 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 677 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() local 796 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getMemoryOpCost() local
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 93 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() local 422 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 434 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 879 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getCmpSelInstrCost() local 1008 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, RetTy); in getIntrinsicInstrCost() local 1047 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Val); in getVectorInstrCost() local 1113 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getMemoryOpCost() local 1158 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, SrcVTy); in getMaskedMemoryOpCost() local 1196 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getReductionCost() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 222 auto LT = TLI->getTypeLegalizationCost(DL, RetTy); in getIntrinsicInstrCost() local 233 auto LT = TLI->getTypeLegalizationCost(DL, RetTy); in getIntrinsicInstrCost() local 529 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Val); in getVectorInstrCost() local 561 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() local 728 auto LT = TLI->getTypeLegalizationCost(DL, ValTy); in getCmpSelInstrCost() local 790 auto LT = TLI->getTypeLegalizationCost(DL, Ty); in getMemoryOpCost() local 1088 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getArithmeticReductionCost() local 1156 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local
|
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | ANTLRStringStream.pm | 127 sub LT { subroutine
|
D | CommonTokenStream.pm | 210 sub LT { subroutine
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | ITokenStream`1.cs | 37 T LT(int k); in LT() method
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ICharStream.cs | 53 int LT(int i); in LT() method
|
D | ITokenStream.cs | 42 IToken LT(int k); in LT() method
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | ICharStream.cs | 55 int LT( int i ); in LT() method
|
D | ITokenStream.cs | 44 IToken LT( int k ); in LT() method
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 294 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 356 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getMemoryOpCost() local 419 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, VecTy); in getInterleavedMemoryOpCost() local
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 555 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() local 864 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getCmpSelInstrCost() local 1055 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 1077 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 1102 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 1118 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local 1155 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() local 1294 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getMemoryOpCost() local 1378 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, DataTy); in getGatherScatterOpCost() local 1469 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getArithmeticReductionCost() local
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
D | TokenStream.java | 38 public Token LT(int k); in LT() method
|
D | CharStream.java | 45 public int LT(int i); in LT() method
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 466 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Val); in getVectorInstrCost() local 491 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() local 645 auto LT = TLI->getTypeLegalizationCost(DL, Ty); in getMemoryOpCost() local 934 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getArithmeticReductionCost() local 1001 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITreeNodeStream.cs | 61 object LT(int k); in LT() method
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeNodeStream`1.cs | 63 T LT(int k); in LT() method
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeNodeStream.cs | 64 object LT( int k ); in LT() method
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 308 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); variable 490 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getCmpSelInstrCost() local 519 std::pair<unsigned, MVT> LT = in getVectorInstrCost() local 528 std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(DL, Src); in getMemoryOpCost() local 828 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(DL, RetTy); in getIntrinsicInstrCost() local 914 std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(DL, Tp); in getNumberOfParts() local
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeNodeStream.java | 54 public Object LT(int k); in LT() method
|