HomeSort by relevance Sort by last modified time
    Searched defs:LoadVT (Results 1 - 12 of 12) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 445 EVT LoadVT = EVT::getEVT(Src);
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 445 EVT LoadVT = EVT::getEVT(Src);
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 445 EVT LoadVT = EVT::getEVT(Src);
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 445 EVT LoadVT = EVT::getEVT(Src);
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 445 EVT LoadVT = EVT::getEVT(Src);
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 445 EVT LoadVT = EVT::getEVT(Src);
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 445 EVT LoadVT = EVT::getEVT(Src);
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 445 EVT LoadVT = EVT::getEVT(Src);
448 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 545 EVT LoadVT = WideVT;
548 LoadVT = EVT::getIntegerVT(*DAG.getContext(), LoadBytes << 3);
552 LoadVT, LD->isVolatile(),
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 381 milliseconds