/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | pcrel-call-linkage-simple.ll | 31 ; 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…
|
D | aix-user-defined-memcpy.ll | 21 ; "memcpy" ExternalSymbol's, we pick up the user-defined version, even if this
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 109 ExternalSymbol, enumerator
|
D | MIParser.cpp | 1235 assert(Token.is(MIToken::ExternalSymbol)); in parseExternalSymbolOperand() 1498 case MIToken::ExternalSymbol: in parseMachineOperand() 1720 case MIToken::ExternalSymbol: in parseMemoryPseudoSourceValue()
|
D | MILexer.cpp | 404 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 145 ExternalSymbol, enumerator
|
D | MILexer.cpp | 469 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
|
D | MIParser.cpp | 1921 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/ |
D | MILexer.h | 147 ExternalSymbol, enumerator
|
D | MILexer.cpp | 484 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1, in maybeLexExternalSymbol()
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
D | SelectionDAGNodes.h | 1695 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 1704 return N->getOpcode() == ISD::ExternalSymbol ||
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 64 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
D | SelectionDAGNodes.h | 2123 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 0, 2132 return N->getOpcode() == ISD::ExternalSymbol ||
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 76 ExternalSymbol, enumerator
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | code-model-elf-memset.ll | 5 ; Memset is interesting because it is an ExternalSymbol reference instead of a
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Relocation.txt | 7 ExternalSymbol, BlockAddress
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Relocation.txt | 7 ExternalSymbol, BlockAddress
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 61 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering() 537 case ISD::ExternalSymbol: in LowerOperation()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 114 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 102 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/ |
D | SelectionDAGDumper.cpp | 139 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 140 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 87 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/ |
D | MSP430ISelLowering.cpp | 86 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering() 346 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
|