Searched refs:ExternalSymbol (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h159 ExternalSymbol, enumerator in enum:llvm::MIToken::TokenKind
H A DMILexer.cpp494 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1,
H A DMIParser.cpp2201 assert(Token.is(MIToken::ExternalSymbol));
2886 case MIToken::ExternalSymbol:
3205 case MIToken::ExternalSymbol:
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h83 ExternalSymbol, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h2248 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 0,
2257 return N->getOpcode() == ISD::ExternalSymbol ||
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp87 setOperationAction(ISD::ExternalSymbol, MVT::i32, Custom);
168 case ISD::ExternalSymbol:
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp144 case ISD::ExternalSymbol: return "ExternalSymbol";
H A DLegalizeDAG.cpp3872 case ISD::ExternalSymbol:
H A DSelectionDAG.cpp675 case ISD::ExternalSymbol:
1137 case ISD::ExternalSymbol:
10849 assert(isa<ExternalSymbolSDNode>(Op) && "Node should be an ExternalSymbol");
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp86 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom);
346 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG);
897 // Likewise ExternalSymbol -> TargetExternalSymbol.
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp145 setOperationAction(ISD::ExternalSymbol, MVT::i32, Custom);
1378 case ISD::ExternalSymbol:
2521 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp103 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom);
1399 case ISD::ExternalSymbol:
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1426 case ISD::ExternalSymbol:
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp488 setOperationAction(ISD::ExternalSymbol , VT, Custom);
4816 Callee->getOpcode() == ISD::ExternalSymbol) {
20571 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
[all...]

Completed in 411 milliseconds