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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 104 case ISD::ExternalSymbol: return "ExternalSymbol";
SelectionDAG.cpp 369 case ISD::ExternalSymbol:
662 case ISD::ExternalSymbol:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 106 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom);
194 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG);
558 // Likewise ExternalSymbol -> TargetExternalSymbol.
    [all...]
  /external/v8/src/
objects.h 355 ExternalSymbol) \
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 489 setOperationAction(ISD::ExternalSymbol , MVT::i32 , Custom);
495 setOperationAction(ISD::ExternalSymbol, MVT::i64 , Custom);
    [all...]

Completed in 255 milliseconds