/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | zero-cs.ll | 4 ; CHECK: LLVM ERROR: Cannot select: {{t7|0x[0-9a-f]+}}: i32 = ExternalSymbol'__powidf2'
|
/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-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 134 ExternalSymbol, enumerator
|
D | MIParser.cpp | 1567 assert(Token.is(MIToken::ExternalSymbol)); in parseExternalSymbolOperand() 2051 case MIToken::ExternalSymbol: in parseMachineOperand() 2339 case MIToken::ExternalSymbol: in parseMemoryPseudoSourceValue()
|
D | MILexer.cpp | 459 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-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
D | SelectionDAGNodes.h | 1949 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 1957 return N->getOpcode() == ISD::ExternalSymbol ||
|
/external/swiftshader/third_party/llvm-7.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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 68 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering() 734 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()
|
D | MSP430InstrInfo.td | 1137 // GlobalAddress, ExternalSymbol
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 137 case ISD::ExternalSymbol: return "ExternalSymbol"; in getOperationName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 83 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering() 336 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG); in LowerOperation()
|
D | MSP430InstrInfo.td | 1145 // GlobalAddress, ExternalSymbol
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 850 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 856 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 1028 // ConstantPool GlobalAddress, ExternalSymbol, and JumpTable 1059 // ConstantPool GlobalAddress, ExternalSymbol, and JumpTable when not in small
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 355 def externalsym : SDNode<"ISD::ExternalSymbol", SDTPtrLeaf, [],
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1346 case ISD::ExternalSymbol: in SelectAnyImmediate()
|