HomeSort by relevance Sort by last modified time
    Searched refs:getLoadExtAction (Results 1 - 10 of 10) 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...]
  /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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h     [all...]
BasicTTIImpl.h 770 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 543 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-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 236 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0),
    [all...]
LegalizeDAG.cpp 724 TLI.getLoadExtAction(ExtType, Node->getValueType(0), MVT::i1) ==
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 213 milliseconds