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

  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 107 ExternalSymbol,
MIParser.cpp     [all...]
MILexer.cpp 399 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1,
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 117 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom);
554 case ISD::ExternalSymbol:
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 102 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom);
191 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG);
673 // Likewise ExternalSymbol -> TargetExternalSymbol.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 114 case ISD::ExternalSymbol: return "ExternalSymbol";
SelectionDAG.cpp 407 case ISD::ExternalSymbol:
764 case ISD::ExternalSymbol:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 453 setOperationAction(ISD::ExternalSymbol , MVT::i32 , Custom);
459 setOperationAction(ISD::ExternalSymbol, MVT::i64 , Custom);
    [all...]

Completed in 238 milliseconds