Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h168 ExternalSymbol, enumerator
H A DMILexer.cpp504 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
H A DMIParser.cpp2262 assert(Token.is(MIToken::ExternalSymbol)); in parseExternalSymbolOperand()
2937 case MIToken::ExternalSymbol: in parseMachineOperand()
3257 case MIToken::ExternalSymbol: in parseMemoryPseudoSourceValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt7 ExternalSymbol, BlockAddress
H A DMipsInstrInfo.td60 // MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrCompiler.td16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
H A DM68kISelLowering.cpp146 setOperationAction(ISD::ExternalSymbol, MVT::i32, Custom); in M68kTargetLowering()
1408 case ISD::ExternalSymbol: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h93 ExternalSymbol, enumerator
H A DSelectionDAGNodes.h2445 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 0,
2454 return N->getOpcode() == ISD::ExternalSymbol ||
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp86 setOperationAction(ISD::ExternalSymbol, MVT::i32, Custom); in CSKYTargetLowering()
172 case ISD::ExternalSymbol: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp85 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering()
226 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
H A DMSP430InstrInfo.td918 // GlobalAddress, ExternalSymbol
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp162 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
H A DSelectionDAG.cpp746 case ISD::ExternalSymbol: in AddNodeIDCustom()
1218 case ISD::ExternalSymbol: in RemoveNodeFromCSEMaps()
H A DLegalizeDAG.cpp4484 case ISD::ExternalSymbol: in ExpandNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td850 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp112 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
1635 case ISD::ExternalSymbol: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1520 case ISD::ExternalSymbol: in SelectAnyImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2447 Callee->getOpcode() == ISD::ExternalSymbol) { in LowerCall()
H A DX86ISelLowering.cpp524 setOperationAction(ISD::ExternalSymbol , VT, Custom); in X86TargetLowering()
33602 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td398 def externalsym : SDNode<"ISD::ExternalSymbol", SDTPtrLeaf, [],