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

  /external/llvm/include/llvm/Target/
TargetLowering.h 657 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT,
670 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
676 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal ||
677 getLoadExtAction(ExtType, ValVT, MemVT) == Custom;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 781 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT,
794 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 781 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT,
794 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 781 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT,
794 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 781 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT,
794 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 781 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT,
794 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 781 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT,
794 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 781 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT,
794 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 781 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT,
794 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 393 /// getLoadExtAction - Return how this load with extension should be treated:
397 LegalizeAction getLoadExtAction(unsigned ExtType, EVT VT) const {
407 return VT.isSimple() && getLoadExtAction(ExtType, VT) == Legal;
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 543 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 615 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 615 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 615 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 615 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 615 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 615 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 615 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 615 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 206 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0),
    [all...]
LegalizeDAG.cpp 693 TLI.getLoadExtAction(ExtType, Node->getValueType(0), MVT::i1) ==
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 1214 milliseconds