Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h142 ExternalSymbol, enumerator
H A DMIParser.cpp1606 assert(Token.is(MIToken::ExternalSymbol)); in parseExternalSymbolOperand()
2206 case MIToken::ExternalSymbol: in parseMachineOperand()
2497 case MIToken::ExternalSymbol: in parseMemoryPseudoSourceValue()
H A DMILexer.cpp466 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
H A DSelectionDAGNodes.h1978 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol,
1986 return N->getOpcode() == ISD::ExternalSymbol ||
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DRelocation.txt7 ExternalSymbol, BlockAddress
H A DMipsInstrInfo.td60 // MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp76 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
876 case ISD::ExternalSymbol: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp139 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
H A DSelectionDAG.cpp480 case ISD::ExternalSymbol: in AddNodeIDCustom()
853 case ISD::ExternalSymbol: in RemoveNodeFromCSEMaps()
H A DLegalizeDAG.cpp3735 case ISD::ExternalSymbol: in ExpandNode()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp83 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering()
343 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
H A DMSP430InstrInfo.td968 // GlobalAddress, ExternalSymbol
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td850 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td329 def externalsym : SDNode<"ISD::ExternalSymbol", SDTPtrLeaf, [],
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1343 case ISD::ExternalSymbol: in SelectAnyImmediate()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp460 setOperationAction(ISD::ExternalSymbol , VT, Custom); in X86TargetLowering()
26205 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()