Home
last modified time | relevance | path

Searched refs:ExternalSymbol (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h107 ExternalSymbol, enumerator
DMIParser.cpp1155 assert(Token.is(MIToken::ExternalSymbol)); in parseExternalSymbolOperand()
1407 case MIToken::ExternalSymbol: in parseMachineOperand()
1619 case MIToken::ExternalSymbol: in parseMemoryPseudoSourceValue()
DMILexer.cpp399 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
DSelectionDAGNodes.h1830 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol,
1839 return N->getOpcode() == ISD::ExternalSymbol ||
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp117 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
554 case ISD::ExternalSymbol: in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp114 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
DSelectionDAG.cpp407 case ISD::ExternalSymbol: in AddNodeIDCustom()
764 case ISD::ExternalSymbol: in RemoveNodeFromCSEMaps()
DLegalizeDAG.cpp3940 case ISD::ExternalSymbol: in ExpandNode()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp102 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering()
191 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
DMSP430InstrInfo.td1137 // GlobalAddress, ExternalSymbol
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td941 // ConstantPool GlobalAddress, ExternalSymbol, and JumpTable
972 // ConstantPool GlobalAddress, ExternalSymbol, and JumpTable when not in small
DX86ISelLowering.cpp453 setOperationAction(ISD::ExternalSymbol , MVT::i32 , Custom); in X86TargetLowering()
459 setOperationAction(ISD::ExternalSymbol, MVT::i64 , Custom); in X86TargetLowering()
20074 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td350 def externalsym : SDNode<"ISD::ExternalSymbol", SDTPtrLeaf, [],
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td60 // MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol