| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.h | 149 ExternalSymbol, enumerator
|
| H A D | MILexer.cpp | 486 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
|
| H A D | MIParser.cpp | 1974 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 D | ISDOpcodes.h | 76 ExternalSymbol, enumerator
|
| H A D | SelectionDAGNodes.h | 2151 : 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 D | Relocation.txt | 7 ExternalSymbol, BlockAddress
|
| H A D | MipsInstrInfo.td | 59 // MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
|
| H A D | M68kISelLowering.cpp | 142 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 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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 140 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
|
| H A D | SelectionDAG.cpp | 594 case ISD::ExternalSymbol: in AddNodeIDCustom() 992 case ISD::ExternalSymbol: in RemoveNodeFromCSEMaps()
|
| H A D | LegalizeDAG.cpp | 3784 case ISD::ExternalSymbol: in ExpandNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 88 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 D | LanaiInstrInfo.td | 849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 1368 case ISD::ExternalSymbol: in SelectAnyImmediate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 355 def externalsym : SDNode<"ISD::ExternalSymbol", SDTPtrLeaf, [],
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 483 setOperationAction(ISD::ExternalSymbol , VT, Custom); in X86TargetLowering() 4323 Callee->getOpcode() == ISD::ExternalSymbol) { in LowerCall() 30282 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
|