Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dpcrel-call-linkage-simple.ll31 ; CHECK-S-LABEL: ExternalSymbol
34 ; CHECK-O-LABEL: ExternalSymbol
37 define dso_local void @ExternalSymbol(i8* nocapture %out, i8* nocapture readonly %in, i64 %num) loc…
Daix-user-defined-memcpy.ll21 ; "memcpy" ExternalSymbol's, we pick up the user-defined version, even if this
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h109 ExternalSymbol, enumerator
DMIParser.cpp1235 assert(Token.is(MIToken::ExternalSymbol)); in parseExternalSymbolOperand()
1498 case MIToken::ExternalSymbol: in parseMachineOperand()
1720 case MIToken::ExternalSymbol: in parseMemoryPseudoSourceValue()
DMILexer.cpp404 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h145 ExternalSymbol, enumerator
DMILexer.cpp469 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
DMIParser.cpp1921 assert(Token.is(MIToken::ExternalSymbol)); in parseExternalSymbolOperand()
2555 case MIToken::ExternalSymbol: in parseMachineOperand()
2855 case MIToken::ExternalSymbol: in parseMemoryPseudoSourceValue()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMILexer.h147 ExternalSymbol, enumerator
DMILexer.cpp484 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
DSelectionDAGNodes.h1695 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol,
1704 return N->getOpcode() == ISD::ExternalSymbol ||
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h64 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
DSelectionDAGNodes.h2123 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 0,
2132 return N->getOpcode() == ISD::ExternalSymbol ||
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h76 ExternalSymbol, enumerator
/external/llvm-project/llvm/test/CodeGen/X86/
Dcode-model-elf-memset.ll5 ; Memset is interesting because it is an ExternalSymbol reference instead of a
/external/llvm-project/llvm/lib/Target/Mips/
DRelocation.txt7 ExternalSymbol, BlockAddress
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DRelocation.txt7 ExternalSymbol, BlockAddress
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp61 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
537 case ISD::ExternalSymbol: in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp114 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp102 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering()
187 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp139 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp140 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp87 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering()
347 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp86 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering()
346 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()

123