| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.h | 159 ExternalSymbol, enumerator
|
| H A D | MILexer.cpp | 494 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
|
| H A D | MIParser.cpp | 2201 assert(Token.is(MIToken::ExternalSymbol)); in parseExternalSymbolOperand() 2886 case MIToken::ExternalSymbol: in parseMachineOperand() 3205 case MIToken::ExternalSymbol: in parseMemoryPseudoSourceValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 7 ExternalSymbol, BlockAddress
|
| H A D | MipsInstrInfo.td | 59 // MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 83 ExternalSymbol, enumerator
|
| H A D | SelectionDAGNodes.h | 2248 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 0, 2257 return N->getOpcode() == ISD::ExternalSymbol ||
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
|
| H A D | M68kISelLowering.cpp | 145 setOperationAction(ISD::ExternalSymbol, MVT::i32, Custom); in M68kTargetLowering() 1378 case ISD::ExternalSymbol: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 87 setOperationAction(ISD::ExternalSymbol, MVT::i32, Custom); in CSKYTargetLowering() 168 case ISD::ExternalSymbol: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 86 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering() 346 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
|
| H A D | MSP430InstrInfo.td | 967 // GlobalAddress, ExternalSymbol
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 144 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
|
| H A D | SelectionDAG.cpp | 675 case ISD::ExternalSymbol: in AddNodeIDCustom() 1137 case ISD::ExternalSymbol: in RemoveNodeFromCSEMaps()
|
| H A D | LegalizeDAG.cpp | 3872 case ISD::ExternalSymbol: in ExpandNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 103 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering() 1399 case ISD::ExternalSymbol: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 1426 case ISD::ExternalSymbol: in SelectAnyImmediate()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 366 def externalsym : SDNode<"ISD::ExternalSymbol", SDTPtrLeaf, [],
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 488 setOperationAction(ISD::ExternalSymbol , VT, Custom); in X86TargetLowering() 4816 Callee->getOpcode() == ISD::ExternalSymbol) { in LowerCall() 33194 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
|