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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 306 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 518 if (L->getExtensionType() == ISD::NON_EXTLOAD) {
531 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD,
    [all...]
LegalizeVectorOps.cpp 202 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp 532 // If the original load is NON_EXTLOAD, the hi part load must be ZEXTLOAD.
533 if (HiExtType == ISD::NON_EXTLOAD)
    [all...]
LegalizeVectorTypes.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 426 assert(LD->getExtensionType() == ISD::NON_EXTLOAD &&
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 420 LD->getExtensionType() != ISD::NON_EXTLOAD)
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 974 milliseconds