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.h162 ExternalSymbol, enumerator
H A DMILexer.cpp497 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
H A DMIParser.cpp2244 assert(Token.is(MIToken::ExternalSymbol)); in parseExternalSymbolOperand()
2929 case MIToken::ExternalSymbol: in parseMachineOperand()
3248 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.cpp144 setOperationAction(ISD::ExternalSymbol, MVT::i32, Custom); in M68kTargetLowering()
1405 case ISD::ExternalSymbol: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h83 ExternalSymbol, enumerator
H A DSelectionDAGNodes.h2283 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 0,
2292 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.cpp86 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering()
347 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
H A DMSP430InstrInfo.td968 // GlobalAddress, ExternalSymbol
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp146 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
H A DSelectionDAG.cpp717 case ISD::ExternalSymbol: in AddNodeIDCustom()
1179 case ISD::ExternalSymbol: in RemoveNodeFromCSEMaps()
H A DLegalizeDAG.cpp4244 case ISD::ExternalSymbol: in ExpandNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp104 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
1442 case ISD::ExternalSymbol: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1420 case ISD::ExternalSymbol: in SelectAnyImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2391 Callee->getOpcode() == ISD::ExternalSymbol) { in LowerCall()
H A DX86ISelLowering.cpp479 setOperationAction(ISD::ExternalSymbol , VT, Custom); in X86TargetLowering()
31879 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td375 def externalsym : SDNode<"ISD::ExternalSymbol", SDTPtrLeaf, [],