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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 249 EVT NVT = TLI.getTypeToPromoteTo(Op.getOpcode(), VT);
LegalizeDAG.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 287 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
768 MVT getTypeToPromoteTo(unsigned Op, MVT VT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 372 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 372 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 372 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 372 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 372 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 372 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 372 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 372 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 493 /// getTypeToPromoteTo - If the action for this operation is to promote, this
495 EVT getTypeToPromoteTo(unsigned Op, EVT VT) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 405 MVT NVT = TLI.getTypeToPromoteTo(Op.getOpcode(), VT);
439 // Normal getTypeToPromoteTo() doesn't work here, as that will promote
    [all...]
LegalizeDAG.cpp 486 MVT NVT = TLI.getTypeToPromoteTo(ISD::STORE, VT);
653 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), VT);
    [all...]

Completed in 670 milliseconds