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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 690 NON_EXTLOAD = 0,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 132 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
LegalizeFloatTypes.cpp 479 if (L->getExtensionType() == ISD::NON_EXTLOAD) {
491 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD,
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp 518 // If the original load is NON_EXTLOAD, the hi part load must be ZEXTLOAD.
519 if (HiExtType == ISD::NON_EXTLOAD)
    [all...]
DAGCombiner.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 402 assert(LD->getExtensionType() == ISD::NON_EXTLOAD &&
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 404 LD->getExtensionType() != ISD::NON_EXTLOAD)
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 3872 milliseconds