Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h149 ExternalSymbol, enumerator
H A DMILexer.cpp486 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
H A DMIParser.cpp1974 assert(Token.is(MIToken::ExternalSymbol)); in parseExternalSymbolOperand()
2606 case MIToken::ExternalSymbol: in parseMachineOperand()
2909 case MIToken::ExternalSymbol: in parseMemoryPseudoSourceValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h76 ExternalSymbol, enumerator
H A DSelectionDAGNodes.h2151 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 0,
2160 return N->getOpcode() == ISD::ExternalSymbol ||
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DRelocation.txt7 ExternalSymbol, BlockAddress
H A DMipsInstrInfo.td59 // MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrCompiler.td16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
H A DM68kISelLowering.cpp142 setOperationAction(ISD::ExternalSymbol, MVT::i32, Custom); in M68kTargetLowering()
1344 case ISD::ExternalSymbol: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp86 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering()
346 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
H A DMSP430InstrInfo.td967 // GlobalAddress, ExternalSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp140 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
H A DSelectionDAG.cpp594 case ISD::ExternalSymbol: in AddNodeIDCustom()
992 case ISD::ExternalSymbol: in RemoveNodeFromCSEMaps()
H A DLegalizeDAG.cpp3784 case ISD::ExternalSymbol: in ExpandNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp88 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
1225 case ISD::ExternalSymbol: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1368 case ISD::ExternalSymbol: in SelectAnyImmediate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td355 def externalsym : SDNode<"ISD::ExternalSymbol", SDTPtrLeaf, [],
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp483 setOperationAction(ISD::ExternalSymbol , VT, Custom); in X86TargetLowering()
4323 Callee->getOpcode() == ISD::ExternalSymbol) { in LowerCall()
30282 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()