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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 744 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
746 if (LType == 0 && SType == 0) {
777 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
778 if (LType == 0) {
783 Type = LType->getElementType();
785 Type = LType;
    [all...]
Record.cpp 302 ListRecTy *LType = dynamic_cast<ListRecTy*>(LI->getType());
303 if (LType == 0) {
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 824 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
826 if (!LType && !SType) {
853 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType());
854 if (!LType) {
858 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 446 unsigned LType =
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 446 unsigned LType =
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 446 unsigned LType =
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 446 unsigned LType =
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 446 unsigned LType =
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 446 unsigned LType =
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 446 unsigned LType =
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 446 unsigned LType =
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 448 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
449 if (LType != RType)
450 return (int)LType - (int)RType;
455 switch (LType) {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 473 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
474 if (LType != RType)
475 return (int)LType - (int)RType;
480 switch (static_cast<SCEVTypes>(LType)) {
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]

Completed in 586 milliseconds